Skip to content

Commit 97a4b30

Browse files
committed
✨ [1971] Find if Path Exists in Graph
1 parent 96d77e7 commit 97a4b30

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

1971/my_solution.js

Whitespace-only changes.

1971/solution.js

Whitespace-only changes.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [647. Palindromic Substrings](./647/)
5757
- [771. Jewels and Stones](./771/)
5858
- [1791. Find Center of Star Graph](./1791/)
59+
- [1971. Find if Path Exists in Graph](./1971/)
5960

6061
---
6162

@@ -89,5 +90,5 @@ Batch create in bash
8990
TODO: Add to TOC!
9091
-->
9192
```ssh
92-
chapter=1791 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
93+
chapter=1971 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
9394
```

0 commit comments

Comments
 (0)