|
1 | 1 | # leetcode-rust
|
2 |
| -leetcode in rust lang. |
3 | 2 |
|
4 | 3 | [](https://leetcode.com/cruoru/)
|
5 | 4 | [](https://codecov.io/gh/ruoru/leetcode-rust)
|
6 | 5 | [](https://www.travis-ci.org/ruoru/leetcode-rust)
|
7 | 6 |
|
8 |
| - |
| 7 | +leetcode in rust lang. |
9 | 8 |
|
10 | 9 | ## Schedule
|
11 | 10 |
|
| 11 | +~~立个flag一年刷完leetcode~~ |
12 | 12 |
|
| 13 | +## Start |
| 14 | +1. click `Order` column link to leetcode websit, paste `Topic` column link code in it and run. |
| 15 | +2. `xxx_test.rs` is main, `xxx.rs` is solution. |
13 | 16 |
|
14 | 17 | ## Answer
|
15 | 18 |
|
16 | 19 | |Order|Topic|Difficult|Runtime|Memory|Collection|
|
17 | 20 | |:-:|:-|:-:|:-:|:-:|---|
|
18 |
| -|1|[Two Sum](./Algorithms/0001.two_sum)|Easy|0 ms|1.6 MB|| |
19 |
| -|2|[Add Two Numbers](./Algorithms/0002.add_two_numbers)|Medium|||| |
20 |
| -|3|[Longest Substring Without Repeating Characters](./Algorithms/0003.longest_substring_without_repeating_characters)|Medium|||| |
21 |
| -|4|[Median of Two Sorted Arrays](./Algorithms/0004.median_of_two_sorted_arrays)|Hard|0 ms|2.1 MB|| |
22 |
| -|13|[Roman to Integer](./Algorithms/0013.roman_to_integer)|Easy|0 ms|1.9 MB|| |
23 |
| -|70|[Climbing Stairs](./Algorithms/0070.climbing_stairs)|Easy|0 ms|2.1 MB|| |
24 |
| -|88|[Merge Sorted Array](./Algorithms/0088.merge_sorted_array)|Easy|0 ms|2.2 MB|| |
25 |
| -|118|[Pascal's Triangle](./Algorithms/0118.pascals_triangle)|Easy|0 ms|2.1 MB|| |
| 21 | +|[1](https://leetcode.com/problems/two-sum/)|[Two Sum](./Algorithms/0001.two_sum)|Easy|0 ms|1.6 MB|| |
| 22 | +|[2](https://leetcode.com/problems/add-two-numbers/)|[Add Two Numbers](./Algorithms/0002.add_two_numbers)|Medium|||| |
| 23 | +|[3](https://leetcode.com/problems/longest-substring-without-repeating-characters/)|[Longest Substring Without Repeating Characters](./Algorithms/0003.longest_substring_without_repeating_characters)|Medium|||| |
| 24 | +|[4](https://leetcode.com/problems/median-of-two-sorted-arrays/)|[Median of Two Sorted Arrays](./Algorithms/0004.median_of_two_sorted_arrays)|Hard|0 ms|2.1 MB|| |
| 25 | +|[13](https://leetcode.com/problems/roman-to-integer/)|[Roman to Integer](./Algorithms/0013.roman_to_integer)|Easy|0 ms|1.9 MB|| |
| 26 | +|[70]()|[Climbing Stairs](./Algorithms/0070.climbing_stairs)|Easy|0 ms|2.1 MB|| |
| 27 | +|[88]()|[Merge Sorted Array](./Algorithms/0088.merge_sorted_array)|Easy|0 ms|2.2 MB|| |
| 28 | +|[118]()|[Pascal's Triangle](./Algorithms/0118.pascals_triangle)|Easy|0 ms|2.1 MB|| |
0 commit comments