forked from dcprakash/codebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreview.yaml
More file actions
62 lines (62 loc) · 1.77 KB
/
review.yaml
File metadata and controls
62 lines (62 loc) · 1.77 KB
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
leet:
2-Dim:
maximal_square
RemoveStones
Robot-room-cleaner
hard:
n-queens ***
snakes-and-ladders
array:
minimum-cost-to-hire-work
missing_ranges
valid-palindrome #usage of lambda, filter and map
hard:
minimum-window-substring
conversions:
integer-to-english-words
multiply-strings
roman-to-integer
recursion:
regular-expression-matching
sortAndsearch:
medium:
course-schedule
maximum-points-you-can-obtain-from-cards
minimum-size-subarray-sum
perfect_square_sums
task-scheduler
hard:
clone-graph
decode-ways
longestIncreasingSubsequence
permutations-of-string-list-backtrack
Array:
2-count-duplets-key-pair-difference
2-pythagorean-triplet-in-an-unsorted-array
3-a-product-array-puzzle
4-max-sum-without-adjacents *
4-subarray-sum-minimum-size
4-subarray-with-given-sum
array-rotation-right
equilibrium-index-of-an-array efficient
find-item-whose-elements-before-small-after-big *
find-minimum-difference-pair
minimum-meeting_rooms *
rearrange-array-into-zig-zag-fashion
reorganize-string-alternatively
reverse-an-array-upto-a-given-position
string:
0.1-longest-substring-without-repeating-characters ***
0.1-smallest-distant-window ***
2-longestpalindrome-count-backtracking
2-longestpalindrome
2-palindrome-partitioning
tree:
bst-maxpath
diameterOfBinaryTree
findDuplicateSubtrees
BT-Lowest_common_ancestor
BT-Path-root-to-leaf
connect-nodes-at-same-level *
merge-two-bt-sum
tree-traversal-build-preorder *