Skip to content

Commit 186dffe

Browse files
committed
12/26/2020
1 parent ee9650b commit 186dffe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# leetcode_rust
2-
leetcode practise solution in rust
2+
### leetcode practise solutions in RUST
3+
4+
### current status
5+
167/1552 completed
36

47
### Finished problems:
58
|id|Solution|
69
|---|---|
7-
||[](src/.rs)|
810
|1|[Two Sum](src/_0001_two_sum.rs)|
911
|2|[Add Two Numbers](src/_0002_add_two_numbers.rs)|
1012
|3|[Longest Substring Without Repeating Characters](src/_0003_longest_substring_without_repeating_characters.rs)|
@@ -174,4 +176,5 @@ leetcode practise solution in rust
174176
|1695|[Maximum Erasure Value](src/_1695_maximum_erasure_value.rs)|
175177
|1704|[Determine if String Halves Are Alike](src/_1704_determine_if_string_halves_are_alike.rs)|
176178
|1705|[Maximum Number of Eaten Apples ](src/_1705_maximum_number_of_eaten_apples.rs)|
177-
|1706|[Where Will the Ball Fall](src/_1706_where_will_the_ball_fall.rs)|
179+
|1706|[Where Will the Ball Fall](src/_1706_where_will_the_ball_fall.rs)|
180+
||[](src/.rs)|

0 commit comments

Comments
 (0)