File tree
97 files changed
+1872
-980
lines changed- problems
- 132-pattern
- 3sum
- ad-free-sessions
- add-strings
- add-to-array-form-of-integer
- candy
- combinations
- continuous-subarray-sum
- count-nice-pairs-in-an-array
- count-numbers-with-unique-digits
- count-pairs-with-xor-in-a-range
- data-stream-as-disjoint-intervals
- design-twitter
- design-underground-system
- determine-color-of-a-chessboard-square
- di-string-match
- distinct-subsequences
- divisor-game
- elimination-game
- evaluate-the-bracket-pairs-of-a-string
- find-all-numbers-disappeared-in-an-array
- find-duplicate-file-in-system
- find-interview-candidates
- find-k-pairs-with-smallest-sums
- finding-the-users-active-minutes
- first-unique-character-in-a-string
- flatten-nested-list-iterator
- guess-the-word
- implement-trie-ii-prefix-tree
- implement-trie-prefix-tree
- interleaving-string
- k-closest-points-to-origin
- kth-smallest-element-in-a-sorted-matrix
- kth-smallest-instructions
- lexicographical-numbers
- longest-zigzag-path-in-a-binary-tree
- matrix-block-sum
- max-sum-of-rectangle-no-larger-than-k
- maximize-number-of-nice-divisors
- maximum-number-of-groups-getting-fresh-donuts
- maximum-product-subarray
- maximum-value-at-a-given-index-in-a-bounded-array
- mini-parser
- minimum-absolute-sum-difference
- minimum-cost-to-connect-two-groups-of-points
- minimum-number-of-operations-to-reinitialize-a-permutation
- next-greater-element-ii
- number-of-different-integers-in-a-string
- number-of-different-subsequences-gcds
- pacific-atlantic-water-flow
- path-with-maximum-gold
- perfect-rectangle
- powx-n
- random-pick-index
- reconstruct-original-digits-from-english
- remove-duplicates-from-sorted-array-ii
- reordered-power-of-2
- reverse-vowels-of-a-string
- rotate-array
- rotate-function
- russian-doll-envelopes
- sentence-similarity-iii
- truncate-sentence
- tweet-counts-per-frequency
- utf-8-validation
- vowel-spellchecker
- water-and-jug-problem
- wiggle-subsequence
- word-search
- readme
- tag
- array
- binary-search
- depth-first-search
- design
- dynamic-programming
- graph
- greedy
- hash-table
- heap
- math
- memoization
- ordered-map
- queue
- recursion
- segment-tree
- sliding-window
- stack
- string
- trie
- two-pointers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+1872
-980
lines changedDiff for: README.md
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
81 | 97 |
| |
82 | 98 |
| |
83 | 99 |
| |
|
Diff for: problems/132-pattern/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Diff for: problems/3sum/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Diff for: problems/ad-free-sessions/README.md
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Diff for: problems/add-strings/README.md
+35-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 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 | + | |
24 | 49 |
| |
25 | 50 |
| |
26 | 51 |
| |
|
+26-35
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 |
| - | |
| 20 | + | |
22 | 21 |
| |
23 |
| - | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
30 | 29 |
| |
31 | 30 |
| |
32 |
| - | |
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
39 | 37 |
| |
40 | 38 |
| |
41 |
| - | |
42 | 39 |
| |
43 | 40 |
| |
44 | 41 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
48 | 45 |
| |
49 | 46 |
| |
50 |
| - | |
51 | 47 |
| |
52 | 48 |
| |
53 | 49 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
57 | 53 |
| |
58 | 54 |
| |
59 | 55 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
73 | 64 |
| |
74 | 65 |
| |
75 | 66 |
| |
|
Diff for: problems/candy/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
Diff for: problems/combinations/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
+22-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 |
| |
18 |
| - | |
| 27 | + | |
19 | 28 |
| |
20 | 29 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 |
| |
25 | 35 |
| |
26 |
| - | |
| 36 | + | |
27 | 37 |
| |
28 | 38 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 39 | + | |
| 40 | + | |
32 | 41 |
| |
33 | 42 |
| |
34 | 43 |
| |
35 | 44 |
| |
36 | 45 |
| |
37 | 46 |
| |
38 |
| - | |
39 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 |
| |
41 | 52 |
| |
42 | 53 |
| |
|
+67
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 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + |
0 commit comments