File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33readme is updated by readme generator automatically and periodically.
44
5- Problems Counts: 40
5+ Problems Counts: 41
66
77| ID | TITLE | LINK | DIFFICULTY |
88| ---- | ----- | ---- | ---------- |
@@ -28,6 +28,7 @@ Problems Counts: 40
2828| 36 | Valid Sudoku | [ SOLUTION] ( src/valid_sudoku.rs ) && [ LEETCODE] ( https://leetcode.com/problems/valid-sudoku/ ) | MEDIUM |
2929| 37 | Sudoku Solver | [ SOLUTION] ( src/sudoku_solver.rs ) && [ LEETCODE] ( https://leetcode.com/problems/sudoku-solver/ ) | HARD |
3030| 39 | Combination Sum | [ SOLUTION] ( src/combination_sum.rs ) && [ LEETCODE] ( https://leetcode.com/problems/combination-sum/ ) | MEDIUM |
31+ | 46 | Permutations | [ SOLUTION] ( src/permutations.rs ) && [ LEETCODE] ( https://leetcode.com/problems/permutations ) | MEDIUM |
3132| 75 | Sort Colors | [ SOLUTION] ( src/sort_colors.rs ) && [ LEETCODE] ( https://leetcode.com/problems/sort-colors ) | MEDIUM |
3233| 292 | Nim Game | [ SOLUTION] ( src/nim_game.rs ) && [ LEETCODE] ( https://leetcode.com/problems/nim-game ) | EASY |
3334| 461 | Hamming Distance | [ SOLUTION] ( src/hamming_distance.rs ) && [ LEETCODE] ( https://leetcode.com/problems/hamming-distance ) | EASY |
You can’t perform that action at this time.
0 commit comments