@@ -83,7 +83,7 @@ This is the solutions collection of my LeetCode submissions, most of them are pr
83
83
| 130 | [ Surrounded Regions] ( https://leetcode.com/problems/surrounded-regions/ ) | [ JavaScript] ( ./src/surrounded-regions/res.js ) | Medium |
84
84
| 131 | [ palindrome-partitioning] ( https://leetcode.com/problems/palindrome-partitioning/ ) | [ TypeScript] ( ./src/palindrome-partitioning/res.ts ) | Medium |
85
85
| 133 | [ Clone Graph] ( https://leetcode.com/problems/clone-graph/ ) | [ JavaScript] ( ./src/clone-graph/res.js ) | Medium |
86
- | 134 | [ Gas Station] ( https://leetcode.com/problems/gas-station/ ) | [ JavaScript] ( ./src/gas-station/res.js ) | Medium |
86
+ | 134 | [ Gas Station] ( https://leetcode.com/problems/gas-station/ ) | [ JavaScript] ( ./src/gas-station/res.js ) · [ TypeScript ] ( ./src/gas-station/res.ts ) | Medium |
87
87
| 135 | [ Candy] ( https://leetcode.com/problems/candy/ ) | [ JavaScript] ( ./src/candy/res.js ) | Hard |
88
88
| 136 | [ Single Number] ( https://leetcode.com/problems/single-number/ ) | [ JavaScript] ( ./src/single-number/res.js ) | Easy |
89
89
| 137 | [ Single Number II] ( https://leetcode.com/problems/single-number-ii/ ) | [ JavaScript] ( ./src/single-number-ii/res.js ) | Medium |
0 commit comments