Skip to content

Commit 470c549

Browse files
committed
new code
1 parent f395e60 commit 470c549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recursion/interviewQuestionsBigO.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
################ Interview Questions #############
22
# Question1
3+
34
def foo(array):
45
sum = 0
56
product = 1

0 commit comments

Comments
 (0)