Skip to content

Commit 8d031d3

Browse files
committed
adding new algo
1 parent 97ffdd3 commit 8d031d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/my_project/interviews/amazon_high_frequency_23/round_2

src/my_project/interviews/amazon_high_frequency_23/round_2/sample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from typing import List, Union, Collection, Mapping, Optional
2+
13
class Solution:
24
def jump(self, nums: List[int]) -> int:
35
"""

0 commit comments

Comments
 (0)