Skip to content

Commit 87eaeb4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8744c7d commit 87eaeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/fibonacci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ def fib_matrix_np(n: int) -> int:
329329
time_func(fib_memoization, num) # 0.0100 ms
330330
time_func(fib_recursive_cached, num) # 0.0153 ms
331331
time_func(fib_recursive, num) # 257.0910 ms
332-
time_func(fib_matrix_np, num) # 0.0000 ms
332+
time_func(fib_matrix_np, num) # 0.0000 ms

0 commit comments

Comments
 (0)