Skip to content

Commit 22d70e4

Browse files
committed
Runtime: 3516 ms (Top 53.70%) | Memory: 22.1 MB (Top 43.52%)
1 parent 98dc118 commit 22d70e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/C/Count All Possible Routes/Count All Possible Routes.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Runtime: 3516 ms (Top 53.70%) | Memory: 22.1 MB (Top 43.52%)
2+
13
from bisect import bisect_left
24
from functools import lru_cache
35
class Solution:

0 commit comments

Comments
 (0)