@@ -83,7 +83,7 @@ This is the solutions collection of my LeetCode submissions, most of them are pr
8383| 130| [ Surrounded Regions] ( https://leetcode.com/problems/surrounded-regions/ ) | [ JavaScript] ( ./src/surrounded-regions/res.js ) | Medium|
8484| 131| [ palindrome-partitioning] ( https://leetcode.com/problems/palindrome-partitioning/ ) | [ TypeScript] ( ./src/palindrome-partitioning/res.ts ) | Medium|
8585| 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|
8787| 135| [ Candy] ( https://leetcode.com/problems/candy/ ) | [ JavaScript] ( ./src/candy/res.js ) | Hard|
8888| 136| [ Single Number] ( https://leetcode.com/problems/single-number/ ) | [ JavaScript] ( ./src/single-number/res.js ) | Easy|
8989| 137| [ Single Number II] ( https://leetcode.com/problems/single-number-ii/ ) | [ JavaScript] ( ./src/single-number-ii/res.js ) | Medium|