You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ LeetCode Problems' Solutions
37
37
| 25 |[Reverse Nodes in k-Group](https://leetcode.com/problems/reverse-nodes-in-k-group)|[Go](https://github.com/openset/leetcode/tree/master/solution/reverse-nodes-in-k-group)| Hard |
38
38
| 26 |[Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array)|[Go](https://github.com/openset/leetcode/tree/master/solution/remove-duplicates-from-sorted-array)| Easy |
| 29 |[Divide Two Integers](https://leetcode.com/problems/divide-two-integers)|[Go](https://github.com/openset/leetcode/tree/master/solution/divide-two-integers)| Medium |
42
42
| 30 |[Substring with Concatenation of All Words](https://leetcode.com/problems/substring-with-concatenation-of-all-words)|[Go](https://github.com/openset/leetcode/tree/master/solution/substring-with-concatenation-of-all-words)| Hard |
43
43
| 31 |[Next Permutation](https://leetcode.com/problems/next-permutation)|[Go](https://github.com/openset/leetcode/tree/master/solution/next-permutation)| Medium |
@@ -313,7 +313,7 @@ LeetCode Problems' Solutions
313
313
| 301 |[Remove Invalid Parentheses](https://leetcode.com/problems/remove-invalid-parentheses)|[Go](https://github.com/openset/leetcode/tree/master/solution/remove-invalid-parentheses)| Hard |
314
314
| 302 |[Smallest Rectangle Enclosing Black Pixels](https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels)|[Go](https://github.com/openset/leetcode/tree/master/solution/smallest-rectangle-enclosing-black-pixels)| Hard |
315
315
| 303 |[Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable)|[Go](https://github.com/openset/leetcode/tree/master/solution/range-sum-query-immutable)| Easy |
316
-
| 304 |[Range Sum Query 2D - Immutable](https://leetcode.com/problems/range-sum-query-2d-immutable)|[Go](https://github.com/openset/leetcode/tree/master/solution/range-sum-query-2d-immutablee)| Medium |
316
+
| 304 |[Range Sum Query 2D - Immutable](https://leetcode.com/problems/range-sum-query-2d-immutable)|[Go](https://github.com/openset/leetcode/tree/master/solution/range-sum-query-2d-immutable)| Medium |
317
317
| 305 |[Number of Islands II](https://leetcode.com/problems/number-of-islands-ii)|[Go](https://github.com/openset/leetcode/tree/master/solution/number-of-islands-ii)| Hard |
318
318
| 306 |[Additive Number](https://leetcode.com/problems/additive-number)|[Go](https://github.com/openset/leetcode/tree/master/solution/additive-number)| Medium |
319
319
| 307 |[Range Sum Query - Mutable](https://leetcode.com/problems/range-sum-query-mutable)|[Go](https://github.com/openset/leetcode/tree/master/solution/range-sum-query-mutable)| Medium |
@@ -441,7 +441,7 @@ LeetCode Problems' Solutions
441
441
| 429 |[N-ary Tree Level Order Traversal](https://leetcode.com/problems/n-ary-tree-level-order-traversal)|[Go](https://github.com/openset/leetcode/tree/master/solution/n-ary-tree-level-order-traversal)| Easy |
442
442
| 430 |[Flatten a Multilevel Doubly Linked List](https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list)|[Go](https://github.com/openset/leetcode/tree/master/solution/flatten-a-multilevel-doubly-linked-list)| Medium |
443
443
| 431 |[Encode N-ary Tree to Binary Tree](https://leetcode.com/problems/encode-n-ary-tree-to-binary-tree)|[Go](https://github.com/openset/leetcode/tree/master/solution/encode-n-ary-tree-to-binary-tree)| Hard |
444
-
| 432 |[All O`one Data Structure](https://leetcode.com/problems/all-o`one-data-structure) |[Go](https://github.com/openset/leetcode/tree/master/solution/all-o`one-data-structure)| Hard |
444
+
| 432 |[All O`one Data Structure](https://leetcode.com/problems/all-oone-data-structure)|[Go](https://github.com/openset/leetcode/tree/master/solution/all-oone-data-structure)| Hard |
445
445
| 433 |[Minimum Genetic Mutation](https://leetcode.com/problems/minimum-genetic-mutation)|[Go](https://github.com/openset/leetcode/tree/master/solution/minimum-genetic-mutation)| Medium |
446
446
| 434 |[Number of Segments in a String](https://leetcode.com/problems/number-of-segments-in-a-string)|[Go](https://github.com/openset/leetcode/tree/master/solution/number-of-segments-in-a-string)| Easy |
447
447
| 435 |[Non-overlapping Intervals](https://leetcode.com/problems/non-overlapping-intervals)|[Go](https://github.com/openset/leetcode/tree/master/solution/non-overlapping-intervals)| Medium |
@@ -479,7 +479,7 @@ LeetCode Problems' Solutions
479
479
| 467 |[Unique Substrings in Wraparound String](https://leetcode.com/problems/unique-substrings-in-wraparound-string)|[Go](https://github.com/openset/leetcode/tree/master/solution/unique-substrings-in-wraparound-string)| Medium |
480
480
| 468 |[Validate IP Address](https://leetcode.com/problems/validate-ip-address)|[Go](https://github.com/openset/leetcode/tree/master/solution/validate-ip-address)| Medium |
481
481
| 469 |[Convex Polygon](https://leetcode.com/problems/convex-polygon)|[Go](https://github.com/openset/leetcode/tree/master/solution/convex-polygon)| Medium |
482
-
| 470 |[Implement Rand10() Using Rand7()](https://leetcode.com/problems/implement-rand10()-using-rand7())|[Go](https://github.com/openset/leetcode/tree/master/solution/implement-rand10()-using-rand7())| Medium |
482
+
| 470 |[Implement Rand10() Using Rand7()](https://leetcode.com/problems/implement-rand10-using-rand7)|[Go](https://github.com/openset/leetcode/tree/master/solution/implement-rand10-using-rand7)| Medium |
483
483
| 471 |[Encode String with Shortest Length](https://leetcode.com/problems/encode-string-with-shortest-length)|[Go](https://github.com/openset/leetcode/tree/master/solution/encode-string-with-shortest-length)| Hard |
484
484
| 472 |[Concatenated Words](https://leetcode.com/problems/concatenated-words)|[Go](https://github.com/openset/leetcode/tree/master/solution/concatenated-words)| Hard |
485
485
| 473 |[Matchsticks to Square](https://leetcode.com/problems/matchsticks-to-square)|[Go](https://github.com/openset/leetcode/tree/master/solution/matchsticks-to-square)| Medium |
@@ -526,7 +526,7 @@ LeetCode Problems' Solutions
526
526
| 518 |[Coin Change 2](https://leetcode.com/problems/coin-change-2)|[Go](https://github.com/openset/leetcode/tree/master/solution/coin-change-2)| Medium |
527
527
| 519 |[Random Flip Matrix](https://leetcode.com/problems/random-flip-matrix)|[Go](https://github.com/openset/leetcode/tree/master/solution/random-flip-matrix)| Medium |
| 522 |[Longest Uncommon Subsequence II](https://leetcode.com/problems/longest-uncommon-subsequence-ii)|[Go](https://github.com/openset/leetcode/tree/master/solution/longest-uncommon-subsequence-ii)| Medium |
531
531
| 523 |[Continuous Subarray Sum](https://leetcode.com/problems/continuous-subarray-sum)|[Go](https://github.com/openset/leetcode/tree/master/solution/continuous-subarray-sum)| Medium |
532
532
| 524 |[Longest Word in Dictionary through Deleting](https://leetcode.com/problems/longest-word-in-dictionary-through-deleting)|[Go](https://github.com/openset/leetcode/tree/master/solution/longest-word-in-dictionary-through-deleting)| Medium |
| 596 |[Classes More Than 5 Students](https://leetcode.com/problems/classes-more-than-5-students)|[Go](https://github.com/openset/leetcode/tree/master/solution/classes-more-than-5-students)| Easy |
| 599 |[Minimum Index Sum of Two Lists](https://leetcode.com/problems/minimum-index-sum-of-two-lists)|[Go](https://github.com/openset/leetcode/tree/master/solution/minimum-index-sum-of-two-lists)| Easy |
606
606
| 600 |[Non-negative Integers without Consecutive Ones](https://leetcode.com/problems/non-negative-integers-without-consecutive-ones)|[Go](https://github.com/openset/leetcode/tree/master/solution/non-negative-integers-without-consecutive-ones)| Hard |
@@ -618,7 +618,7 @@ LeetCode Problems' Solutions
618
618
| 612 |[Shortest Distance in a Plane](https://leetcode.com/problems/shortest-distance-in-a-plane)|[Go](https://github.com/openset/leetcode/tree/master/solution/shortest-distance-in-a-plane)| Medium |
619
619
| 613 |[Shortest Distance in a Line](https://leetcode.com/problems/shortest-distance-in-a-line)|[Go](https://github.com/openset/leetcode/tree/master/solution/shortest-distance-in-a-line)| Easy |
620
620
| 614 |[Second Degree Follower](https://leetcode.com/problems/second-degree-follower)|[Go](https://github.com/openset/leetcode/tree/master/solution/second-degree-follower)| Medium |
621
-
| 615 |[Average Salary: Departments VS Company](https://leetcode.com/problems/average-salary:-departments-vs-company)|[Go](https://github.com/openset/leetcode/tree/master/solution/average-salary:-departments-vs-company)| Hard |
621
+
| 615 |[Average Salary: Departments VS Company](https://leetcode.com/problems/average-salary-departments-vs-company)|[Go](https://github.com/openset/leetcode/tree/master/solution/average-salary-departments-vs-company)| Hard |
622
622
| 616 |[Add Bold Tag in String](https://leetcode.com/problems/add-bold-tag-in-string)|[Go](https://github.com/openset/leetcode/tree/master/solution/add-bold-tag-in-string)| Medium |
623
623
| 617 |[Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees)|[Go](https://github.com/openset/leetcode/tree/master/solution/merge-two-binary-trees)| Easy |
624
624
| 618 |[Students Report By Geography](https://leetcode.com/problems/students-report-by-geography)|[Go](https://github.com/openset/leetcode/tree/master/solution/students-report-by-geography)| Hard |
@@ -959,3 +959,7 @@ LeetCode Problems' Solutions
959
959
| 954 |[Array of Doubled Pairs](https://leetcode.com/problems/array-of-doubled-pairs)|[Go](https://github.com/openset/leetcode/tree/master/solution/array-of-doubled-pairs)| Medium |
960
960
| 955 |[Delete Columns to Make Sorted II](https://leetcode.com/problems/delete-columns-to-make-sorted-ii)|[Go](https://github.com/openset/leetcode/tree/master/solution/delete-columns-to-make-sorted-ii)| Medium |
961
961
| 956 |[Tallest Billboard](https://leetcode.com/problems/tallest-billboard)|[Go](https://github.com/openset/leetcode/tree/master/solution/tallest-billboard)| Hard |
962
+
| 957 |[Prison Cells After N Days](https://leetcode.com/problems/prison-cells-after-n-days)|[Go](https://github.com/openset/leetcode/tree/master/solution/prison-cells-after-n-days)| Medium |
963
+
| 958 |[Check Completeness of a Binary Tree](https://leetcode.com/problems/check-completeness-of-a-binary-tree)|[Go](https://github.com/openset/leetcode/tree/master/solution/check-completeness-of-a-binary-tree)| Medium |
964
+
| 959 |[Regions Cut By Slashes](https://leetcode.com/problems/regions-cut-by-slashes)|[Go](https://github.com/openset/leetcode/tree/master/solution/regions-cut-by-slashes)| Medium |
965
+
| 960 |[Delete Columns to Make Sorted III](https://leetcode.com/problems/delete-columns-to-make-sorted-iii)|[Go](https://github.com/openset/leetcode/tree/master/solution/delete-columns-to-make-sorted-iii)| Hard |
0 commit comments