We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d77e7 commit 97a4b30Copy full SHA for 97a4b30
1971/my_solution.js
1971/solution.js
README.md
@@ -56,6 +56,7 @@
56
- [647. Palindromic Substrings](./647/)
57
- [771. Jewels and Stones](./771/)
58
- [1791. Find Center of Star Graph](./1791/)
59
+- [1971. Find if Path Exists in Graph](./1971/)
60
61
---
62
@@ -89,5 +90,5 @@ Batch create in bash
89
90
TODO: Add to TOC!
91
-->
92
```ssh
-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"
94
```
0 commit comments