We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6570ea commit ab72a03Copy full SHA for ab72a03
maths/fibonacci.py
@@ -44,9 +44,14 @@ def fib_memo(n):
44
45
else:
46
raise ValueError(
47
+<<<<<<< HEAD
48
"Invalid method. Choose 'iterative', 'recursive', or 'memoized'."
49
)
50
51
+=======
52
+ "Invalid method. Choose 'iterative', 'recursive', or 'memoized'."
53
+)
54
+>>>>>>> 7237ecd5 (Fix whitespace issue in fibonacci.py)
55
56
# Example Usage:
57
if __name__ == "__main__":
0 commit comments