Skip to content

Commit f787f4d

Browse files
aQuaaQua
aQua
authored and
aQua
committed
helper 删除了v3
1 parent 518f469 commit f787f4d

File tree

15 files changed

+16
-856
lines changed

15 files changed

+16
-856
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
|Category|Easy|Medium|Hard|Total|
1212
|:--|:--:|:--:|:--:|:--:|
1313
|**Algorithms**|44 / 145|77 / 250|28 / 93|149 / 488|
14-
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
15-
|**Total**|44 / 146|77 / 254|28 / 93|149 / 493|
14+
|**Draft**|0 / 1|0 / 3|0 / 0|0 / 4|
15+
|**Total**|44 / 146|77 / 253|28 / 93|149 / 492|
1616

1717
## 参考解答
1818
|题号|题目|难度|总体通过率|收藏|
@@ -46,7 +46,7 @@
4646
|27|[Remove Element](./Algorithms/0027.remove-element)||39%||
4747
|28|[Implement strStr()](./Algorithms/0028.implement-strstr)||28%||
4848
|29|[Divide Two Integers](./Algorithms/0029.divide-two-integers)|☆ ☆|15%||
49-
|30|[Substring with Concatenation of All Words](./Algorithms/0030.substring-with-concatenation-of-all-words)|☆ ☆ ☆|22%||
49+
|30|[Substring with Concatenation of All Words](./Algorithms/0030.substring-with-concatenation-of-all-words)|☆ ☆ ☆|21%||
5050
|31|[Next Permutation](./Algorithms/0031.next-permutation)|☆ ☆|28%||
5151
|32|[Longest Valid Parentheses](./Algorithms/0032.longest-valid-parentheses)|☆ ☆ ☆|23%||
5252
|33|[Search in Rotated Sorted Array](./Algorithms/0033.search-in-rotated-sorted-array)|☆ ☆|32%||
@@ -148,7 +148,7 @@
148148
|414|[Third Maximum Number](./Algorithms/0414.third-maximum-number)||27%||
149149
|442|[Find All Duplicates in an Array](./Algorithms/0442.find-all-duplicates-in-an-array)|☆ ☆|55%||
150150
|448|[Find All Numbers Disappeared in an Array](./Algorithms/0448.find-all-numbers-disappeared-in-an-array)||51%||
151-
|485|[Max Consecutive Ones](./Algorithms/0485.max-consecutive-ones)||54%||
151+
|485|[Max Consecutive Ones](./Algorithms/0485.max-consecutive-ones)||53%||
152152
|495|[Teemo Attacking](./Algorithms/0495.teemo-attacking)|☆ ☆|51%||
153153
|526|[Beautiful Arrangement](./Algorithms/0526.beautiful-arrangement)|☆ ☆|55%||
154154
|532|[K-diff Pairs in an Array](./Algorithms/0532.k-diff-pairs-in-an-array)||28%||
@@ -157,7 +157,7 @@
157157
|565|[Array Nesting](./Algorithms/0565.array-nesting)|☆ ☆|49%||
158158
|566|[Reshape the Matrix](./Algorithms/0566.reshape-the-matrix)||58%||
159159
|581|[Shortest Unsorted Continuous Subarray](./Algorithms/0581.shortest-unsorted-continuous-subarray)||29%||
160-
|605|[Can Place Flowers](./Algorithms/0605.can-place-flowers)||29%||
160+
|605|[Can Place Flowers](./Algorithms/0605.can-place-flowers)||30%||
161161
|611|[Valid Triangle Number](./Algorithms/0611.valid-triangle-number)|☆ ☆|41%||
162162
|621|[Task Scheduler](./Algorithms/0621.task-scheduler)|☆ ☆|42%||
163163
|628|[Maximum Product of Three Numbers](./Algorithms/0628.maximum-product-of-three-numbers)||45%||

helper.v3/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

helper.v3/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

helper.v3/data.go

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)