Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
selimslab committed Sep 8, 2024
1 parent 545b4d3 commit f956c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _NOTES/stem/programming/algorithms/queue/jump-game-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
---

```py

```py
from collections import deque

def jump(nums: List[int]) -> int:
Expand Down
2 changes: 2 additions & 0 deletions _NOTES/stem/programming/algorithms/sets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
---

```py

Expand Down

0 comments on commit f956c8f

Please sign in to comment.