-
Notifications
You must be signed in to change notification settings - Fork 6
Problem Status
starforever edited this page Feb 22, 2015
·
12 revisions
Total: 178, Solved: 178
# | Problem | Status |
---|---|---|
1 | Two Sum | Accepted |
2 | Add Two Numbers | Accepted |
3 | Longest Substring Without Repeating Characters | Accepted |
4 | Median of Two Sorted Arrays | Accepted |
5 | Longest Palindromic Substring | Accepted |
6 | ZigZag Conversion | Accepted |
7 | Reverse Integer | Accepted |
8 | String to Integer (atoi) | Accepted |
9 | Palindrome Number | Accepted |
10 | Regular Expression Matching | Accepted |
11 | Container With Most Water | Accepted |
12 | Integer to Roman | Accepted |
13 | Roman to Integer | Accepted |
14 | Longest Common Prefix | Accepted |
15 | 3Sum | Accepted |
16 | 3Sum Closest | Accepted |
17 | Letter Combinations of a Phone Number | Accepted |
18 | 4Sum | Accepted |
19 | Remove Nth Node From End of List | Accepted |
20 | Valid Parentheses | Accepted |
21 | Merge Two Sorted Lists | Accepted |
22 | Generate Parentheses | Accepted |
23 | Merge k Sorted Lists | Accepted |
24 | Swap Nodes in Pairs | Accepted |
25 | Reverse Nodes in k-Group | Accepted |
26 | Remove Duplicates from Sorted Array | Accepted |
27 | Remove Element | Accepted |
28 | Implement strStr() | Accepted |
29 | Divide Two Integers | Accepted |
30 | Substring with Concatenation of All Words | Accepted |
31 | Next Permutation | Accepted |
32 | Longest Valid Parentheses | Accepted |
33 | Search in Rotated Sorted Array | Accepted |
34 | Search for a Range | Accepted |
35 | Search Insert Position | Accepted |
36 | Valid Sudoku | Accepted |
37 | Sudoku Solver | Accepted |
38 | Count and Say | Accepted |
39 | Combination Sum | Accepted |
40 | Combination Sum II | Accepted |
41 | First Missing Positive | Accepted |
42 | Trapping Rain Water | Accepted |
43 | Multiply Strings | Accepted |
44 | Wildcard Matching | Accepted |
45 | Jump Game II | Accepted |
46 | Permutations | Accepted |
47 | Permutations II | Accepted |
48 | Rotate Image | Accepted |
49 | Anagrams | Accepted |
50 | Pow(x, n) | Accepted |
51 | N-Queens | Accepted |
52 | N-Queens II | Accepted |
53 | Maximum Subarray | Accepted |
54 | Spiral Matrix | Accepted |
55 | Jump Game | Accepted |
56 | Merge Intervals | Accepted |
57 | Insert Interval | Accepted |
58 | Length of Last Word | Accepted |
59 | Spiral Matrix II | Accepted |
60 | Permutation Sequence | Accepted |
61 | Rotate List | Accepted |
62 | Unique Paths | Accepted |
63 | Unique Paths II | Accepted |
64 | Minimum Path Sum | Accepted |
65 | Valid Number | Accepted |
66 | Plus One | Accepted |
67 | Add Binary | Accepted |
68 | Text Justification | Accepted |
69 | Sqrt(x) | Accepted |
70 | Climbing Stairs | Accepted |
71 | Simplify Path | Accepted |
72 | Edit Distance | Accepted |
73 | Set Matrix Zeroes | Accepted |
74 | Search a 2D Matrix | Accepted |
75 | Sort Colors | Accepted |
76 | Minimum Window Substring | Accepted |
77 | Combinations | Accepted |
78 | Subsets | Accepted |
79 | Word Search | Accepted |
80 | Remove Duplicates from Sorted Array II | Accepted |
81 | Search in Rotated Sorted Array II | Accepted |
82 | Remove Duplicates from Sorted List II | Accepted |
83 | Remove Duplicates from Sorted List | Accepted |
84 | Largest Rectangle in Histogram | Accepted |
85 | Maximal Rectangle | Accepted |
86 | Partition List | Accepted |
87 | Scramble String | Accepted |
88 | Merge Sorted Array | Accepted |
89 | Gray Code | Accepted |
90 | Subsets II | Accepted |
91 | Decode Ways | Accepted |
92 | Reverse Linked List II | Accepted |
93 | Restore IP Addresses | Accepted |
94 | Binary Tree Inorder Traversal | Accepted |
95 | Unique Binary Search Trees II | Accepted |
96 | Unique Binary Search Trees | Accepted |
97 | Interleaving String | Accepted |
98 | Validate Binary Search Tree | Accepted |
99 | Recover Binary Search Tree | Accepted |
100 | Same Tree | Accepted |
101 | Symmetric Tree | Accepted |
102 | Binary Tree Level Order Traversal | Accepted |
103 | Binary Tree Zigzag Level Order Traversal | Accepted |
104 | Maximum Depth of Binary Tree | Accepted |
105 | Construct Binary Tree from Preorder and Inorder Traversal | Accepted |
106 | Construct Binary Tree from Inorder and Postorder Traversal | Accepted |
107 | Binary Tree Level Order Traversal II | Accepted |
108 | Convert Sorted Array to Binary Search Tree | Accepted |
109 | Convert Sorted List to Binary Search Tree | Accepted |
110 | Balanced Binary Tree | Accepted |
111 | Minimum Depth of Binary Tree | Accepted |
112 | Path Sum | Accepted |
113 | Path Sum II | Accepted |
114 | Flatten Binary Tree to Linked List | Accepted |
115 | Distinct Subsequences | Accepted |
116 | Populating Next Right Pointers in Each Node | Accepted |
117 | Populating Next Right Pointers in Each Node II | Accepted |
118 | Pascal's Triangle | Accepted |
119 | Pascal's Triangle II | Accepted |
120 | Triangle | Accepted |
121 | Best Time to Buy and Sell Stock | Accepted |
122 | Best Time to Buy and Sell Stock II | Accepted |
123 | Best Time to Buy and Sell Stock III | Accepted |
124 | Binary Tree Maximum Path Sum | Accepted |
125 | Valid Palindrome | Accepted |
126 | Word Ladder II | Accepted |
127 | Word Ladder | Accepted |
128 | Longest Consecutive Sequence | Accepted |
129 | Sum Root to Leaf Numbers | Accepted |
130 | Surrounded Regions | Accepted |
131 | Palindrome Partitioning | Accepted |
132 | Palindrome Partitioning II | Accepted |
133 | Clone Graph | Accepted |
134 | Gas Station | Accepted |
135 | Candy | Accepted |
136 | Single Number | Accepted |
137 | Single Number II | Accepted |
138 | Copy List with Random Pointer | Accepted |
139 | Word Break | Accepted |
140 | Word Break II | Accepted |
141 | Linked List Cycle | Accepted |
142 | Linked List Cycle II | Accepted |
143 | Reorder List | Accepted |
144 | Binary Tree Preorder Traversal | Accepted |
145 | Binary Tree Postorder Traversal | Accepted |
146 | LRU Cache | Accepted |
147 | Insertion Sort List | Accepted |
148 | Sort List | Accepted |
149 | Max Points on a Line | Accepted |
150 | Evaluate Reverse Polish Notation | Accepted |
151 | Reverse Words in a String | Accepted |
152 | Maximum Product Subarray | Accepted |
153 | Find Minimum in Rotated Sorted Array | Accepted |
154 | Find Minimum in Rotated Sorted Array II | Accepted |
155 | Min Stack | Accepted |
156 | Binary Tree Upside Down | Accepted |
157 | Read N Characters Given Read4 | Accepted |
158 | Read N Characters Given Read4 II - Call multiple times | Accepted |
159 | Longest Substring with At Most Two Distinct Characters | Accepted |
160 | Intersection of Two Linked Lists | Accepted |
161 | One Edit Distance | Accepted |
162 | Find Peak Element | Accepted |
163 | Missing Ranges | Accepted |
164 | Maximum Gap | Accepted |
165 | Compare Version Numbers | Accepted |
166 | Fraction to Recurring Decimal | Accepted |
167 | Two Sum II - Input array is sorted | Accepted |
168 | Excel Sheet Column Title | Accepted |
169 | Majority Element | Accepted |
170 | Two Sum III - Data structure design | Accepted |
171 | Excel Sheet Column Number | Accepted |
172 | Factorial Trailing Zeroes | Accepted |
173 | Binary Search Tree Iterator | Accepted |
174 | Dungeon Game | Accepted |
179 | Largest Number | Accepted |
186 | Reverse Words in a String II | Accepted |
187 | Repeated DNA Sequences | Accepted |
188 | Best Time to Buy and Sell Stock IV | Accepted |