You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
readme is updated by readme generator automatically and periodically.
4
4
5
-
Problems Counts: 41
5
+
Problems Counts: 43
6
6
7
7
| ID | TITLE | LINK | DIFFICULTY |
8
8
| ---- | ----- | ---- | ---------- |
@@ -31,6 +31,7 @@ Problems Counts: 41
31
31
| 46 | Permutations |[SOLUTION](src/permutations.rs) && [LEETCODE](https://leetcode.com/problems/permutations)| MEDIUM |
32
32
| 75 | Sort Colors |[SOLUTION](src/sort_colors.rs) && [LEETCODE](https://leetcode.com/problems/sort-colors)| MEDIUM |
33
33
| 292 | Nim Game |[SOLUTION](src/nim_game.rs) && [LEETCODE](https://leetcode.com/problems/nim-game)| EASY |
34
+
| 405 | Convert a Number to Hexadecimal |[SOLUTION](src/convert_a_number_to_hexadecimal.rs) && [LEETCODE](https://leetcode.com/problems/convert-a-number-to-hexadecimal)| EASY |
| 933 | Number of Recent Calls |[SOLUTION](src/number_of_recent_calls.rs) && [LEETCODE](https://leetcode.com/problems/number-of-recent-calls)| EASY |
49
-
| 942 | DI String Match |[SOLUTION](src/di_string_match.rs) && [LEETCODE](https://leetcode.com/problems/di-string-match)| EASY |
50
+
| 942 | DI String Match |[SOLUTION](src/di_string_match.rs) && [LEETCODE](https://leetcode.com/problems/di-string-match)| EASY |
51
+
| 1357 | Apply Discount Every n Orders |[SOLUTION](src/apply_discount_every_n_orders.rs) && [LEETCODE](https://leetcode.com/problems/apply-discount-every-n-orders)| MEDIUM |
0 commit comments