Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<== Array/ String ==>

1. Two Sum: website 1. #book code show WA. Website show RA.
2. Two sum II - Website 167
3. Two sum III - Website 170 (Lock, can't run)
4. Valid Palindrome - Website 125 (No solution in site)
5. Implement Strstr - Website 28 (No solution)
6. Reverse word in a String - Website 151 (No solution)
7. Reverse word in a String II - Website 186 (lock)
8. String to Integer (ATOI) - Website 8 (No solution)
9. Valid Number - Website 65 (No solution)
10. Longest Substring without repeating charaters - Website 3
11. Longest Substring with at most two distinct charaters- Website 159 (No solu)
12. Missing Ranges- Web 163 (No solution)
13. Longest Palindromic Substring - Web 5
14. One Edit Distance- Web 161 (lock)
15. Read N Characters Given Read4 - Web 157 (lock)
16. Read N Characters Given Read4 � Call multiple times - Web 158 (lock)

<<== Math ==>>


17. Reverse Integer - Web 7
18. Plus One- Web 66 (No solution)
19. Palindrome Number - Web 9
<<== Linked List ==>>
20. Merge Two Sorted Lists - Web 21
21. Add Two Numbers - Webs 2
22. Swap Nodes in Pairs- Web 24 (No solution)
23. Merge K Sorted Lists - Web 23
24. Copy List with Random Pointer- Web 138
<<== Binary Tree ==>>
25. Validate Binary Search Tree- Web 98 (No solution)
26. Maximum Depth of Binary Tree - Web 104
27. Minimum Depth of Binary Tree - Web 111 (No solution)
28. Balanced Binary Tree - Web 110 (No solution)
29. Convert Sorted Array to (Balanced)Binary Search Tree - Web 108 (No solution)
30. Convert Sorted List to (Balanced) Binary Search Tree - Web 109 (No solution)
31. Binary Tree Maximum Path Sum - Web 124 (No solution)
32. Binary Tree Upside Down - Web 156 (lock, no solution)
<<== BIT Manipulation ==>>
33. Single Number - Web 136
34. Single Number II - Web 260 (No solution)
<<== Misc ==>>
35. Spiral Matrix- Web 54
36. Integer to Roman - Web 12 (No solution)
37. Roman to Integer - Web 13 (No solution)
38. Clone graph - Web 133 (No solution)

<<== Stack ==>>


39. Min Stack - Web 155 (No solution)
40. Evaluate Reverse Polish Notation - Web 150 (No solution)
41. Valid Parentheses - Web 20

<<== Dynamic Programming ==>>


42. Climbing Stairs - Web 70
43. Unique Paths - Web 62 (No solution)
44. Unique Paths II - Web 63 (No solution)
45. Maximum (Sum) Subarray - Web 53 (No solution)
46. Maximum Product Subarray - Web 152 (No solution)
47. Coins in a Line - Website
<<== Binary Search ==>>
48. Search Insert Position - Web 35 (No solution)
49. Find Minimum in Sorted Rotated Array - Web 153
50. Find Minimum in Rotated Sorted Array II � with duplicates - Web 154 (No
solution)

Web:
1, 2, 3, 5, 7, 8, 9, 12, 13, 20, 21, 21, 23, 24, 28, 35, 53, 54, 62,
63, 65, 66, 70, 98, 104, 108, 109, 110, 111, 124, 125, 133, 136, 139, 150,
151, 152, 153, 154, 155, 156, 157, 158, 159, 161, 163, 167, 170, 186, 260.

Web Lock (can't run): 156, 157, 158, 159, 161, 163, 167, 170, 186.

Web No solution:
8, 12, 13, 24, 28, 35, 53, 62, 63, 65, 66, 98, 108,
109, 110, 111, 124, 125, 133, 150, 151, 152, 154, 155, 159, 163, 260

Web Solution: 1, 2, 3, 5, 7, 9, 20, 21, 23, 54, 70, 104, 136, 138, 153

Web solution & high Frequency: 1, 2, 7, 20, 23, 70, 104, 136, 138, 153
Web solution & medium Frequency: 3, 5, 9, 21, 54,

High Frequency web (Total 20): 1, 2, 7, 8, 20, 23, 28, 53, 63, 66, 70, 98, 104,
110, 111, 136, 138, 151, 152, 153
Medium Frequency web (Total 11): 3, 5, 9, 21, 24, 54, 124, 125, 133, 154, 260
Low Frequency web (Total 8): 12, 13, 35, 62, 65, 108, 109, 150
No Frequency: 155, 156, 158, 159, 161, 162, 163, 170, 186

Book (Web): 1 (1), 2 (167), 3 (170), 4 (125), 5 (28), 6 (151), 7 (186), 8 (8), 9
(65), 10 (3), 11 (159), 12 (163),
13 (5), 14 (161), 15 (157), 16 (158), 17 (7), 18 (66), 19 (9), 20 (21), 21 (2), 22
(24), 23 (23), 24 (138), 25 (98),
26 (104), 27 (111), 28 (110), 29 (108), 30 (109), 31 (124), 32 (156), 33 (136), 34
(260), 35 (54), 36 (12), 37 (13),
38 (133), 39 (155), 40 (150), 41 (20), 42 (70), 43 (62), 44 (63), 45 (53), 46
(152), 47, 48 (35), 49 (153), 50 (154).

Book Lock (can't run): 2, 3, 7, 11, 12, 14, 15, 16, 32, 47

High Frequency book: 1, 5, 6, 8, 17, 18, 21, 23, 24, 25, 26, 27, 28, 33, 41, 42,
44, 45, 46, 49
Medium Frequency book: 4, 10, 13, 19, 20, 22, 31, 34, 35, 38, 50
Low Frequency book: 9, 29, 30, 36, 37, 40, 43, 48
No Frequency: 2, 3, 7, 11, 12, 14, 15, 16, 32, 39, 47.

You might also like