|
2 | 2 | 通过rust刷leetcode题目。
|
3 | 3 | 通过刷leetcode题目学习rust。
|
4 | 4 |
|
5 |
| -### 题目 |
| 5 | +当前已刷:13 |
6 | 6 |
|
| 7 | +### 题目 |
7 | 8 | - 07:传递信息
|
8 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/chuan-di-xin-xi.rs) |
9 |
| - - [leetcode](https://leetcode-cn.com/problems/chuan-di-xin-xi/) |
| 9 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/chuan-di-xin-xi.rs) |
| 10 | + - [leetcode](https://leetcode-cn.com/problems/chuan-di-xin-xi/) |
10 | 11 | - 09:用两个栈实现队列
|
11 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/yong-liang-ge-zhan-shi-xian-dui-lie-lcof.rs) |
12 |
| - - [leetcode](https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof/) |
| 12 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/yong-liang-ge-zhan-shi-xian-dui-lie-lcof.rs) |
| 13 | + - [leetcode](https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof/) |
13 | 14 | - 229:求众数 II
|
14 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/majority-element-ii.rs) |
15 |
| - - [leetcode](https://leetcode-cn.com/problems/majority-element-ii/) |
| 15 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/majority-element-ii.rs) |
| 16 | + - [leetcode](https://leetcode-cn.com/problems/majority-element-ii/) |
16 | 17 | - 367:有效的完全平方数
|
17 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/valid-perfect-square.rs) |
18 |
| - - [leetcode](https://leetcode-cn.com/problems/valid-perfect-square/) |
| 18 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/valid-perfect-square.rs) |
| 19 | + - [leetcode](https://leetcode-cn.com/problems/valid-perfect-square/) |
19 | 20 | - 374:猜数字大小
|
20 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/guess-number-higher-or-lower.rs) |
21 |
| - - [leetcode](https://leetcode-cn.com/problems/guess-number-higher-or-lower/) |
| 21 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/guess-number-higher-or-lower.rs) |
| 22 | + - [leetcode](https://leetcode-cn.com/problems/guess-number-higher-or-lower/) |
22 | 23 | - 387:字符串中的第一个唯一字符
|
23 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-unique-character-in-a-string.rs) |
24 |
| - - [leetcode](https://leetcode-cn.com/problems/first-unique-character-in-a-string/) |
25 |
| -- 746:检查整数及其两倍数是否存在 |
26 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/check-if-n-and-its-double-exist.rs) |
27 |
| - - [leetcode](https://leetcode-cn.com/problems/check-if-n-and-its-double-exist/) |
| 24 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-unique-character-in-a-string.rs) |
| 25 | + - [leetcode](https://leetcode-cn.com/problems/first-unique-character-in-a-string/) |
| 26 | +- 746:检查整数及其两倍数是否存在 |
| 27 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/check-if-n-and-its-double-exist.rs) |
| 28 | + - [leetcode](https://leetcode-cn.com/problems/check-if-n-and-its-double-exist/) |
| 29 | +- 811:子域名访问计数 |
| 30 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/subdomain-visit-count.rs) |
| 31 | + - [leetcode](https://leetcode-cn.com/problems/subdomain-visit-count/) |
28 | 32 | - 965:单值二叉树
|
29 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/univalued-binary-tree.rs) |
30 |
| - - [leetcode](https://leetcode-cn.com/problems/univalued-binary-tree/) |
| 33 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/univalued-binary-tree.rs) |
| 34 | + - [leetcode](https://leetcode-cn.com/problems/univalued-binary-tree/) |
31 | 35 | - 1008:前序遍历构造二叉搜索树
|
32 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/construct-binary-search-tree-from-preorder-traversal.rs) |
33 |
| - - [leetcode](https://leetcode-cn.com/problems/construct-binary-search-tree-from-preorder-traversal/) |
| 36 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/construct-binary-search-tree-from-preorder-traversal.rs) |
| 37 | + - [leetcode](https://leetcode-cn.com/problems/construct-binary-search-tree-from-preorder-traversal/) |
34 | 38 | - 1309:解码字母到整数映射
|
35 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/decrypt-string-from-alphabet-to-integer-mapping.rs) |
36 |
| - - [leetcode](https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/) |
| 39 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/decrypt-string-from-alphabet-to-integer-mapping.rs) |
| 40 | + - [leetcode](https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/) |
37 | 41 | - 1432:可获得的最大点数
|
38 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
39 |
| - - [leetcode](https://leetcode-cn.com/problems/maximum-points-you-can-obtain-from-cards/) |
| 42 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
| 43 | + - [leetcode](https://leetcode-cn.com/problems/maximum-points-you-can-obtain-from-cards/) |
40 | 44 | - 1480:一维数组的动态和
|
41 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
42 |
| - - [leetcode](https://leetcode-cn.com/problems/running-sum-of-1d-array/) |
43 |
| -- 1678:设计 Goal 解析器 |
44 |
| - |
45 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/goal-parser-interpretation.rs) |
46 |
| - - [leetcode](https://leetcode-cn.com/problems/goal-parser-interpretation/) |
| 45 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
| 46 | + - [leetcode](https://leetcode-cn.com/problems/running-sum-of-1d-array/) |
| 47 | +- 1678:设计 Goal 解析器 |
| 48 | + - [src](https://github.com/rustors/leetcode/blob/main/src/bin/goal-parser-interpretation.rs) |
| 49 | + - [leetcode](https://leetcode-cn.com/problems/goal-parser-interpretation/) |
47 | 50 |
|
0 commit comments