-
Notifications
You must be signed in to change notification settings - Fork 130
File tree
176 files changed
+2705
-1987
lines changed- problems
- add-two-numbers
- all-possible-full-binary-trees
- arithmetic-slices
- available-captures-for-rook
- average-of-levels-in-binary-tree
- best-time-to-buy-and-sell-stock-iii
- best-time-to-buy-and-sell-stock-ii
- best-time-to-buy-and-sell-stock-iv
- best-time-to-buy-and-sell-stock-with-cooldown
- best-time-to-buy-and-sell-stock-with-transaction-fee
- binary-search-tree-iterator
- binary-search
- binary-tree-tilt
- bitwise-and-of-numbers-range
- buddy-strings
- buildings-with-an-ocean-view
- car-fleet-ii
- check-if-binary-string-has-at-most-one-segment-of-ones
- check-if-number-is-a-sum-of-powers-of-three
- circular-array-loop
- closest-dessert-cost
- construct-binary-search-tree-from-preorder-traversal
- container-with-most-water
- contains-duplicate-iii
- contains-duplicate-ii
- contains-duplicate
- corporate-flight-bookings
- count-items-matching-a-rule
- count-of-range-sum
- count-pairs-of-nodes
- counting-bits
- customers-who-bought-products-a-and-b-but-not-c
- deepest-leaves-sum
- delete-nodes-and-return-forest
- delete-operation-for-two-strings
- design-hashmap
- design-linked-list
- design-most-recently-used-queue
- diameter-of-binary-tree
- divide-two-integers
- equal-sum-arrays-with-minimum-number-of-operations
- escape-a-large-maze
- evaluate-reverse-polish-notation
- excel-sheet-column-number
- excel-sheet-column-title
- find-minimum-in-rotated-sorted-array-ii
- find-minimum-in-rotated-sorted-array
- find-nearest-point-that-has-the-same-x-or-y-coordinate
- find-pivot-index
- flip-columns-for-maximum-number-of-equal-rows
- flipping-an-image
- grand-slam-titles
- h-index-ii
- h-index
- house-robber-iii
- house-robber-ii
- house-robber
- implement-trie-prefix-tree
- inorder-successor-in-bst
- insertion-sort-list
- intersection-of-two-linked-lists
- jump-game-ii
- jump-game
- k-closest-points-to-origin
- kill-process
- koko-eating-bananas
- kth-largest-element-in-an-array
- largest-perimeter-triangle
- largest-rectangle-in-histogram
- last-stone-weight-ii
- longest-common-subsequence
- longest-palindromic-subsequence
- longest-substring-with-at-least-k-repeating-characters
- longest-word-in-dictionary-through-deleting
- lowest-common-ancestor-of-a-binary-search-tree
- lowest-common-ancestor-of-a-binary-tree
- make-the-xor-of-all-segments-equal-to-zero
- max-points-on-a-line
- maximal-rectangle
- maximize-palindrome-length-from-subsequences
- maximize-the-beauty-of-the-garden
- maximum-frequency-stack
- maximum-gap
- maximum-product-subarray
- maximum-subarray
- median-of-two-sorted-arrays
- minimum-elements-to-add-to-form-a-given-sum
- minimum-moves-to-equal-array-elements
- minimum-score-triangulation-of-polygon
- most-common-word
- move-zeroes
- n-ary-tree-postorder-traversal
- n-ary-tree-preorder-traversal
- number-of-1-bits
- number-of-islands
- number-of-matching-subsequences
- number-of-restricted-paths-from-first-to-last-node
- number-of-ways-to-paint-n-3-grid
- odd-even-jump
- odd-even-linked-list
- paint-fence
- paint-house-ii
- paint-house
- palindrome-linked-list
- parallel-courses-ii
- parallel-courses
- power-of-three
- power-of-two
- prison-cells-after-n-days
- products-price-for-each-store
- recyclable-and-low-fat-products
- remove-linked-list-elements
- remove-palindromic-subsequences
- reorder-list
- repeated-dna-sequences
- reverse-string-ii
- reverse-words-in-a-string-iii
- reverse-words-in-a-string
- russian-doll-envelopes
- search-a-2d-matrix-ii
- short-encoding-of-words
- sort-array-by-parity-ii
- sort-features-by-popularity
- split-array-with-same-average
- statistics-from-a-large-sample
- student-attendance-record-ii
- student-attendance-record-i
- sum-of-beauty-of-all-substrings
- sum-of-two-integers
- sum-root-to-leaf-numbers
- super-egg-drop
- super-ugly-number
- transpose-file
- ugly-number-iii
- ugly-number-ii
- ugly-number
- unique-email-addresses
- valid-boomerang
- valid-phone-numbers
- word-break-ii
- word-break
- word-search
- readme
- tag
- array
- backtracking
- bit-manipulation
- breadth-first-search
- depth-first-search
- design
- divide-and-conquer
- dynamic-programming
- geometry
- graph
- greedy
- hash-table
- line-sweep
- math
- queue
- recursion
- rejection-sampling
- sliding-window
- sort
- stack
- string
- tree
- two-pointers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
176 files changed
+2705
-1987
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
73 | 90 |
| |
74 | 91 |
| |
75 | 92 |
| |
| |||
79 | 96 |
| |
80 | 97 |
| |
81 | 98 |
| |
82 | - | ||
99 | + | ||
83 | 100 |
| |
84 | 101 |
| |
85 | 102 |
| |
86 | 103 |
| |
87 | - | ||
88 | - | ||
104 | + | ||
105 | + | ||
89 | 106 |
| |
90 | 107 |
| |
91 | 108 |
| |
| |||
443 | 460 |
| |
444 | 461 |
| |
445 | 462 |
| |
446 | - | ||
463 | + | ||
447 | 464 |
| |
448 | 465 |
| |
449 | 466 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | - | ||
58 | + | ||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | 17 |
| |
18 | - | ||
19 | - | ||
20 | - | ||
18 | + | ||
21 | 19 |
| |
22 | 20 |
| |
23 | - | ||
24 | 21 |
| |
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
25 | 29 |
| |
26 | 30 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | + | ||
32 | + | ||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 | - | ||
35 | - | ||
36 | + | ||
36 | 37 |
| |
37 | 38 |
| |
38 | - | ||
39 | + | ||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | + | ||
18 | + | ||
17 | 19 |
| |
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
20 | + | ||
24 | 21 |
| |
25 | - | ||
26 | - | ||
27 | - | ||
22 | + | ||
28 | 23 |
| |
29 | - | ||
24 | + | ||
25 | + | ||
30 | 26 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
36 | 32 |
| |
37 | - | ||
33 | + | ||
38 | 34 |
| |
39 | 35 |
| |
40 | - | ||
41 | - | ||
42 | - | ||
36 | + | ||
37 | + | ||
43 | 38 |
| |
44 | 39 |
| |
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
|
0 commit comments