Skip to content

Commit 187ad50

Browse files
author
Travis Bot
committed
Auto update readme.md by generator with travis build :452
1 parent f0cd272 commit 187ad50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
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: 43
5+
Problems Counts: 47
66

77
| ID | TITLE | LINK | DIFFICULTY |
88
| ---- | ----- | ---- | ---------- |
@@ -30,6 +30,10 @@ Problems Counts: 43
3030
| 39 | Combination Sum | [SOLUTION](src/combination_sum.rs) && [LEETCODE](https://leetcode.com/problems/combination-sum/)| MEDIUM |
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 |
33+
| 100 | Same Tree | [SOLUTION](src/same_tree.rs) && [LEETCODE](https://leetcode.com/problems/same-tree)| EASY |
34+
| 102 | Binary Tree Level Order Traversal | [SOLUTION](src/binary_tree_level_order_traversal.rs) && [LEETCODE](https://leetcode.com/problems/binary-tree-level-order-traversal)| MEDIUM |
35+
| 104 | Maximum Depth of Binary Tree | [SOLUTION](src/maximum_depth_of_binary_tree.rs) && [LEETCODE](https://leetcode.com/problems/maximum-depth-of-binary-tree)| EASY |
36+
| 226 | Invert Binary Tree | [SOLUTION](src/invert_binary_tree.rs) && [LEETCODE](https://leetcode.com/problems/invert-binary-tree)| EASY |
3337
| 292 | Nim Game | [SOLUTION](src/nim_game.rs) && [LEETCODE](https://leetcode.com/problems/nim-game)| EASY |
3438
| 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 |
3539
| 461 | Hamming Distance | [SOLUTION](src/hamming_distance.rs) && [LEETCODE](https://leetcode.com/problems/hamming-distance)| EASY |

0 commit comments

Comments
 (0)