Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following function: def some _ function ( list 1 , list 2 ) : for i in list 1 : print ( i

Consider the following function:
def some_function(list1, list2):
for i in list1:
print(i)
for j in list2:
print(j)
What is the order of the function?
A.O(1)
B.O(n)
C.O(nlogn)
D.O(n2)
Reset Selection
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions