|
1 |
| -# leetcode |
2 |
| -通过rust刷leetcode题目。 |
3 |
| -通过刷leetcode题目学习rust。 |
4 |
| - |
5 |
| -当前已刷:23 |
6 |
| - |
7 |
| -### 题目 |
8 |
| -- 6:Z 字形变换 |
9 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/zigzag-conversion.rs) |
10 |
| - - [leetcode](https://leetcode-cn.com/problems/zigzag-conversion/) |
11 |
| -- 07:传递信息 |
12 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/chuan-di-xin-xi.rs) |
13 |
| - - [leetcode](https://leetcode-cn.com/problems/chuan-di-xin-xi/) |
14 |
| -- 09:用两个栈实现队列 |
15 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/yong-liang-ge-zhan-shi-xian-dui-lie-lcof.rs) |
16 |
| - - [leetcode](https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof/) |
17 |
| -- 43:字符串相乘 |
18 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/multiply-strings.rs) |
19 |
| - - [leetcode](https://leetcode-cn.com/problems/multiply-strings/) |
20 |
| -- 136:只出现一次的数字 |
21 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/single-number.rs) |
22 |
| - - [leetcode](https://leetcode-cn.com/problems/single-number/) |
23 |
| -- 137:只出现一次的数字 II |
24 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/single-number-ii.rs) |
25 |
| - - [leetcode](https://leetcode-cn.com/problems/single-number-ii/) |
26 |
| -- 229:求众数 II |
27 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/majority-element-ii.rs) |
28 |
| - - [leetcode](https://leetcode-cn.com/problems/majority-element-ii/) |
29 |
| -- 367:有效的完全平方数 |
30 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/valid-perfect-square.rs) |
31 |
| - - [leetcode](https://leetcode-cn.com/problems/valid-perfect-square/) |
32 |
| -- 371:两整数之和 |
33 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/sum-of-two-integers.rs) |
34 |
| - - [leetcode](https://leetcode-cn.com/problems/sum-of-two-integers/) |
35 |
| -- 374:猜数字大小 |
36 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/guess-number-higher-or-lower.rs) |
37 |
| - - [leetcode](https://leetcode-cn.com/problems/guess-number-higher-or-lower/) |
38 |
| -- 387:字符串中的第一个唯一字符 |
39 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-unique-character-in-a-string.rs) |
40 |
| - - [leetcode](https://leetcode-cn.com/problems/first-unique-character-in-a-string/) |
41 |
| -- 674:最长连续递增序列 |
42 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/longest-continuous-increasing-subsequence.rs) |
43 |
| - - [leetcode](https://leetcode-cn.com/problems/longest-continuous-increasing-subsequence/) |
44 |
| -- 746:检查整数及其两倍数是否存在 |
45 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/check-if-n-and-its-double-exist.rs) |
46 |
| - - [leetcode](https://leetcode-cn.com/problems/check-if-n-and-its-double-exist/) |
47 |
| -- 811:子域名访问计数 |
48 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/subdomain-visit-count.rs) |
49 |
| - - [leetcode](https://leetcode-cn.com/problems/subdomain-visit-count/) |
50 |
| -- 857:较大分组的位置 |
51 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/positions-of-large-groups.rs) |
52 |
| - - [leetcode](https://leetcode-cn.com/problems/positions-of-large-groups/) |
53 |
| -- 965:单值二叉树 |
54 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/univalued-binary-tree.rs) |
55 |
| - - [leetcode](https://leetcode-cn.com/problems/univalued-binary-tree/) |
56 |
| -- 1008:前序遍历构造二叉搜索树 |
57 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/construct-binary-search-tree-from-preorder-traversal.rs) |
58 |
| - - [leetcode](https://leetcode-cn.com/problems/construct-binary-search-tree-from-preorder-traversal/) |
59 |
| -- 1309:解码字母到整数映射 |
60 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/decrypt-string-from-alphabet-to-integer-mapping.rs) |
61 |
| - - [leetcode](https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/) |
62 |
| -- 1432:可获得的最大点数 |
63 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
64 |
| - - [leetcode](https://leetcode-cn.com/problems/maximum-points-you-can-obtain-from-cards/) |
65 |
| -- 1480:一维数组的动态和 |
66 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
67 |
| - - [leetcode](https://leetcode-cn.com/problems/running-sum-of-1d-array/) |
68 |
| -- 1538:可获得的最大点数 |
69 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/maximum-points-you-can-obtain-from-cards.rs) |
70 |
| - - [leetcode](https://leetcode-cn.com/problems/maximum-points-you-can-obtain-from-cards/) |
71 |
| -- 1552:用栈操作构建数组 |
72 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/build-an-array-with-stack-operations.rs) |
73 |
| - - [leetcode](https://leetcode-cn.com/problems/build-an-array-with-stack-operations/) |
74 |
| -- 1566:检查单词是否为句中其他单词的前缀 |
75 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence.rs) |
76 |
| - - [leetcode](https://leetcode-cn.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/) |
77 |
| -- 1678:设计 Goal 解析器 |
78 |
| - - [src](https://github.com/rustors/leetcode/blob/main/src/bin/goal-parser-interpretation.rs) |
79 |
| - - [leetcode](https://leetcode-cn.com/problems/goal-parser-interpretation/) |
0 commit comments