Skip to content

Commit 28b03a6

Browse files
committed
add topic to readme
1 parent a4bd33b commit 28b03a6

File tree

1 file changed

+126
-1
lines changed

1 file changed

+126
-1
lines changed

README.md

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,128 @@
11
# leetcode-javascript
22
Leetcode Solutions using Javascript
3-
By Chihung Yu
3+
By Chihung Yu
4+
5+
1 Two Sum
6+
100 Same Tree
7+
101 Symmetric Tre
8+
102 Binary Tree Level Order Traversal
9+
104 Maximum Depth of Binary Tre
10+
106 Construct Binary Tree from Inorder and Postorder Traversa
11+
107 Binary Tree Level Order Traversal I
12+
108 Convert Sorted Array to Binary Search Tre
13+
11 Container With Most Wate
14+
110 Balanced Binary Tre
15+
111 Minimum Depth of Binary Tre
16+
112 Path Su
17+
114 Flatten Binary Tree to Linked Lis
18+
116 Populating Next Right Pointers in Each Node
19+
118 Pascal's Triangle
20+
119 Pascal's Triangle I
21+
120 Triangl
22+
121 Best Time to Buy and Sell Stock
23+
122 Best Time to Buy and Sell Stock I
24+
127 Word Ladder I
25+
129 Sum Root to Leaf Number
26+
13 Roman to Integer
27+
131 Palindrome Partitioning
28+
136 Single Number
29+
137 Single Number I
30+
139 Word Brea
31+
14 Longest Common Prefi
32+
141 Linked List Cycle
33+
15 3Sum
34+
150 Evaluate Reverse Polish Notatio
35+
151 Reverse Words in a String
36+
152 Maximum Product Subarra
37+
153 Find Minimum in Rotated Sorted Arra
38+
155 Min Stack
39+
16 3Sum Closest
40+
160 Intersection Of Two Linked List
41+
162 Find Peak Element
42+
165 Compare Version Numbers
43+
166 Fraction to Recurring Decimal
44+
168 Excel Sheet Column Titl
45+
169 Majority Elemen
46+
17 Letter Combinations of a Phone Numbe
47+
171 Excel Sheet Column Number
48+
172 Factorial Trailing Zeroes
49+
179 Largest Numbe
50+
189 Rotate Arra
51+
19 Remove Nth Node From End of List
52+
190 Reverse Bit
53+
191 Number of 1 Bit
54+
198 House Robbe
55+
199 Binary Tree Right Side View
56+
2 Add Two Numbers
57+
20 Valid Parenthese
58+
201 Bitwise AND of Numbers Rang
59+
202 Happy Numbe
60+
203 Remove Linked List Elements
61+
204 Count Prime
62+
205 Isomorphic String
63+
206 Reverse Linked List
64+
207 Course Schedule
65+
21 Merge Two Sorted Lists
66+
211 Add and Search Word - Data structure design
67+
217 Contain Duplicate
68+
219 Contains Duplicate II
69+
22 Generate Parentheses
70+
223 Rectangle Are
71+
225 Implement Stack Using Queue
72+
226 Invert Binary Tre
73+
228 Summary Range
74+
229 Majority Element II
75+
231 Power of Tw
76+
232 Implement Queue using Stack
77+
234 Palindrome Linked Lis
78+
235 Lowest Common Ancestor Of a Binary Search Tre
79+
237 Delete Node in a Linked Lis
80+
24 Swap nodes in Pair
81+
242 Valid Anagram
82+
26 Remove Duplicates from Sorted Arra
83+
27 Remove Element
84+
28 Implement strStr()
85+
3 Longest Substring Without Repeating Character
86+
34 Search for a Range
87+
35 Search Insert Position
88+
36 Valid Sudoku
89+
38 Count and Sa
90+
39 Combination Su
91+
40 combination Sum II
92+
43 Multiply Strings
93+
48 Rotate Image
94+
49 Anagrams
95+
5 Longest Palindromic Substring
96+
51 N-Queens
97+
53 Maximum Subarray
98+
54 Spiral Matri
99+
55 Jump Gam
100+
58 Length of Last Wor
101+
59 Spiral Matrix II
102+
61 Rotate Lis
103+
62 Unique Paths
104+
63 Unique Paths I
105+
64 Minimum Path Sum
106+
66 Plus One
107+
67 Add Binary
108+
70 Climbing Stair
109+
71 Simplify Pat
110+
72 Edit Distanc
111+
74 Search a 2D Matrix
112+
75 Sort Color
113+
77 Combinations
114+
8 String to Integer (atoi
115+
80 Remove Duplicates from Sorted Array II
116+
81 Search in Rotated Sorted Array I
117+
83 Remove Duplicates from Sorted List
118+
86 Partition List
119+
88 Merge Sorted Array
120+
9 Palindrome Number
121+
90 Subsets II
122+
91 Decode Way
123+
92 Reverse Linked List II
124+
93 Restore IP Addresses
125+
94 Binary Tree Inorder Traversa
126+
98 Validate Binary Search Tree
127+
128+
README.md

0 commit comments

Comments
 (0)