-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterview.txt
More file actions
37 lines (29 loc) · 1.07 KB
/
Copy pathinterview.txt
File metadata and controls
37 lines (29 loc) · 1.07 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
DP:
Splitting a string such that all the words are in the dictionary
word breaking
coin change
longest increasing subsequence
Famous person:
Optimal way to find the famous person in the party
Fix sorted arrays:
mostly sorted array to be sorted.
Integer To English *
Roman to integer
https://github.com/playingvoid/Java/tree/master/CodingProblems/arrayProblems/longestMonotonic
Flatten a linked list
https://github.com/playingvoid/Java/tree/master/CodingProblems/treeProblems
football machine
game of boggle: matrix of letters
* Implement arbitrary reads given 4k chunks
* yelp
hamming distance of an array of elements: O(n), multiply zero and 1 bits of each position
principles of dynamic programming:
divided into subproblems
optimal sub structure
repeated calculation of sub problems
Iterator for Inorder traversal *
Tree - Binary Tree - Longest Path (Diameter) left-height + right-height*
minimum number of people needed to propagate message on twitter
trie data structure
amazing number
stock buy-sell with maximum profit and a transaction fee