Skip to content

Commit e0c82f2

Browse files
authored
Update main.py
1 parent 78a3159 commit e0c82f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def nth_fibonacci_util(n, memo):
3434
# Wrapper function that handles both initialization
3535
# and Fibonacci calculation
3636
def nth_fibonacci(n):
37+
# some change
3738

3839
# Create a memoization table and initialize with -1
3940
memo = [-1] * (n + 1)

0 commit comments

Comments
 (0)