.scripts
|
feat(1019-squares-of-a-sorted-array): add py3 solution
|
2022-04-03 20:34:00 +05:30 |
015_3sum
|
feat(15-3sum): add golang solution
|
2022-02-28 06:27:17 +05:30 |
0001_two-sum
|
feat(1-two-sum): add golang best soln
|
2022-01-01 22:24:04 +05:30 |
0002_add-two-numbers
|
feat(0002_add-two-numbers): add py3 solution
|
2022-04-05 05:12:46 +05:30 |
0011_container-with-most-water
|
feat(11-container-with-most-water): add py3 solution
|
2022-04-05 06:20:21 +05:30 |
0018_4sum
|
feat(18-4sum): add py3 solution
|
2022-04-01 23:56:39 +05:30 |
0020_valid-parentheses
|
feat(0020_valid-parentheses): add py3 soln
|
2022-04-12 21:08:34 +05:30 |
0031_next-permutation
|
feat(0031_next-permutation): add py3 soln
|
2022-04-05 21:59:48 +05:30 |
0049_group-anagrams
|
add group-anagrams
|
2022-04-21 14:16:42 +05:30 |
0054_spiral-matrix
|
feat(54-spiral-matrix): add py3 solution
|
2022-03-30 01:21:25 +05:30 |
0059_spiral-matrix-ii
|
spiral matrix ii
|
2022-04-13 06:35:02 +05:30 |
0099_recover-binary-search-tree
|
add py3 soln
|
2022-04-20 05:20:11 +05:30 |
0110_balanced-binary-tree
|
balanced-binary-tree: add py3 soln
|
2022-04-21 00:22:02 +05:30 |
0128_longest-consecutive-sequence
|
better soln
|
2022-04-05 05:28:58 +05:30 |
0150_evaluate-reverse-polish-notation
|
add postfix solns
|
2022-04-13 04:55:09 +05:30 |
0173_binary-search-tree-iterator
|
binary-search-tree-iterator add py3 suboptimal soln
|
2022-04-21 02:10:18 +05:30 |
0189_rotate-array
|
feat(189-rotate-array): add py3 solution
|
2022-04-04 22:30:14 +05:30 |
0217_contains-duplicate
|
add contains-duplicate py3 soln
|
2022-04-21 13:24:02 +05:30 |
0242_valid-anagram
|
add valid-anagram
|
2022-04-21 13:32:57 +05:30 |
0289_game-of-life
|
add py3 soln for game of life
|
2022-04-13 05:37:19 +05:30 |
0344_reverse-string
|
feat(0344-reverse-string): add py3 solution
|
2022-04-01 17:23:23 +05:30 |
0347_top-k-frequent-elements
|
top-k elements bucket sort
|
2022-04-21 15:12:46 +05:30 |
0392_is-subsequence
|
feat(392-is-subsequence): simplify and add golang soln
|
2022-02-19 19:58:35 +05:30 |
0476_number-complement
|
add complement of base 10 integer soln
|
2022-04-13 00:38:54 +05:30 |
0504_base-7
|
feat(0504_base-7): add py3 soln
|
2022-04-11 12:59:55 +05:30 |
0528_swapping-nodes-in-a-linked-list
|
feat(528-swapping-nodes-in-a-ll): add py3 optimal solution
|
2022-04-04 23:14:20 +05:30 |
0538_convert-bst-to-greater-tree
|
add py3 soln
|
2022-04-17 03:34:31 +05:30 |
0581_shortest-unsorted-continuous-subarray
|
feat(581-shortest-unsorted-continuous-subarray): add py3 solution
|
2022-04-05 03:45:52 +05:30 |
0643_maximum-average-subarray-i
|
add py3 soln max subarray
|
2022-04-15 05:24:03 +05:30 |
0669_trim-a-binary-search-tree
|
add py3/node soln
|
2022-04-16 00:06:19 +05:30 |
0682_baseball-game
|
feat(0682_baseball-game): add py3 soln
|
2022-04-11 01:16:43 +05:30 |
0783_search-in-a-binary-search-tree
|
feat(0783_search-in-a-binary-search-tree): add python3 soln
|
2022-04-05 21:47:41 +05:30 |
0784_insert-into-a-binary-search-tree
|
feat(0784_insert-into-a-binary-search-tree): add py3 soln
|
2022-04-05 22:02:10 +05:30 |
0789_kth-largest-element-in-a-stream
|
feat(0789_kth-largest-element-in-a-stream): add py3 soln
|
2022-04-09 01:21:26 +05:30 |
0792_binary-search
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |
0845_longest-mountain-in-array
|
feat(0845_longest-mountain): add py3 solution
|
2022-04-01 17:43:56 +05:30 |
0896_monotonic-array
|
feat(896-monotonic-array): better solution
|
2022-02-28 21:03:29 +05:30 |
0959_3sum-with-multiplicity
|
feat(0959_3sum-with-multiplicity): add py3 soln
|
2022-04-07 02:19:51 +05:30 |
1019_squares-of-a-sorted-array
|
feat(1019-squares-of-a-sorted-array): add py3 solution
|
2022-04-03 20:34:00 +05:30 |
1054_complement-of-base-10-integer
|
add complement of base 10 integer soln
|
2022-04-13 00:38:54 +05:30 |
1070_convert-to-base-2
|
feat(1070_convert-to-base-2): add py3 soln
|
2022-04-11 23:41:36 +05:30 |
1386_shift-2d-grid
|
feat(1386_shift-2d-grid): add py3 soln
|
2022-04-12 00:32:26 +05:30 |
1544_count-good-nodes-in-binary-tree
|
count-good-nodes in bt: add py3 soln
|
2022-04-21 01:28:27 +05:30 |
lintcode/271-prefix-notation-to-postfix-notation
|
add postfix solns
|
2022-04-13 04:55:09 +05:30 |
notebooks/collections
|
feat: add counter ipynb
|
2022-04-07 02:19:35 +05:30 |
notes
|
feat(528-swapping-nodes-in-a-ll): add py3 optimal solution
|
2022-04-04 23:14:20 +05:30 |
.editorconfig
|
chore: add .editorconfig
|
2022-01-01 22:25:50 +05:30 |
.gitignore
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |
jsconfig.json
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |
Makefile
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |
package.json
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |
Pipfile
|
feat: add deque notebook
|
2022-04-05 01:43:18 +05:30 |
Pipfile.lock
|
feat: add deque notebook
|
2022-04-05 01:43:18 +05:30 |
pnpm-lock.yaml
|
feat(792-binary-search): add py3 solution
|
2022-04-02 15:39:31 +05:30 |