File tree
90 files changed
+466
-54
lines changed- 001-two-sum
- 002-add-two-numbers
- 003-longest-substring-without-repeating-characters
- 004-median-of-two-sorted-arrays
- 005-longest-palindromic-substring
- 006-zigzag-conversion
- 007-reverse-integer
- 008-string-to-integer-atoi
- 009-palindrome-number
- 010-regular-expression-matching
- 011-container-with-most-water
- 012-integer-to-roman
- 013-roman-to-integer
- 014-longest-common-prefix
- 015-3sum
- 016-3sum-closest
- 017-letter-combinations-of-a-phone-number
- 018-4sum
- 019-remove-nth-node-from-end-of-list
- 020-valid-parentheses
- 021-merge-two-sorted-lists
- 022-generate-parentheses
- 023-merge-k-sorted-lists
- 024-swap-nodes-in-pairs
- 025-reverse-nodes-in-k-group
- 026-remove-duplicates-from-sorted-array
- 027-remove-element
- 028-implement-strstr
- 034-search-for-a-range
- 035-search-insert-position
- 038-count-and-say
- 039-combination-sum
- 041-first-missing-positive
- 048-rotate-image
- 050-powx-n
- 053-maximum-subarray
- 054-spiral-matrix
- 055-jump-game
- 056-merge-intervals
- 057-insert-interval
- 058-length-of-last-word
- 066-plus-one
- 067-add-binary
- 070-climbing-stairs
- 071-simplify-path
- 073-set-matrix-zeroes
- 075-sort-colors
- 077-combinations
- 078-subsets
- 079-word-search
- 080-remove-duplicates-from-sorted-array-ii
- 083-remove-duplicates-from-sorted-list
- 086-partition-list
- 088-merge-sorted-array
- 093-restore-ip-addresses
- 094-binary-tree-inorder-traversal
- 097-interleaving-string
- 100-same-tree
- 101-symmetric-tree
- 107-binary-tree-level-order-traversal-ii
- 112-path-sum
- 113-path-sum-ii
- 118-pascals-triangle
- 119-pascals-triangle-ii
- 121-best-time-to-buy-and-sell-stock
- 125-valid-palindrome
- 134-gas-station
- 136-single-number
- 137-single-number-ii
- 206-reverse-linked-list
- 237-delete-node-in-a-linked-list
- 263-ugly-number
- 264-ugly-number-ii
- 274-h-index
- 275-h-index-ii
- 313-super-ugly-number
- 324-wiggle-sort-ii
- 335-self-crossing
- 347-top-k-frequent-elements
- 405-convert-a-number-to-hexadecimal
- 438-find-all-anagrams-in-a-string
- 454-4sum-ii
- 455-assign-cookies
- 461-hamming-distance
- 485-max-consecutive-ones
- 506-relative-ranks
- 526-beautiful-arrangement
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+466
-54
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + |
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
0 commit comments