We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f395e60 commit 470c549Copy full SHA for 470c549
recursion/interviewQuestionsBigO.py
@@ -1,5 +1,6 @@
1
################ Interview Questions #############
2
# Question1
3
+
4
def foo(array):
5
sum = 0
6
product = 1
0 commit comments