Skip to content

Commit 31ee969

Browse files
author
Travis Bot
committed
Auto update readme.md by generator with travis build :450
1 parent 123f2c0 commit 31ee969

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
readme is updated by readme generator automatically and periodically.
44

5-
Problems Counts: 41
5+
Problems Counts: 43
66

77
| ID | TITLE | LINK | DIFFICULTY |
88
| ---- | ----- | ---- | ---------- |
@@ -31,6 +31,7 @@ Problems Counts: 41
3131
| 46 | Permutations | [SOLUTION](src/permutations.rs) && [LEETCODE](https://leetcode.com/problems/permutations)| MEDIUM |
3232
| 75 | Sort Colors | [SOLUTION](src/sort_colors.rs) && [LEETCODE](https://leetcode.com/problems/sort-colors)| MEDIUM |
3333
| 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 |
3435
| 461 | Hamming Distance | [SOLUTION](src/hamming_distance.rs) && [LEETCODE](https://leetcode.com/problems/hamming-distance)| EASY |
3536
| 561 | Array Partition I | [SOLUTION](src/array_partition_i.rs) && [LEETCODE](https://leetcode.com/problems/array-partition-i)| EASY |
3637
| 595 | Big Countries | [SOLUTION](src/big_countries.rs) && [LEETCODE](https://leetcode.com/problems/big-countries/)| EASY |
@@ -46,4 +47,5 @@ Problems Counts: 41
4647
| 922 | Sort Array By Parity II | [SOLUTION](src/sort_array_by_parity_ii.rs) && [LEETCODE](https://leetcode.com/problems/sort-array-by-parity-ii)| EASY |
4748
| 929 | Unique Email Addresses | [SOLUTION](src/unique_email_addresses.rs) && [LEETCODE](https://leetcode.com/problems/unique-email-addresses)| EASY |
4849
| 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

Comments
 (0)