-
Notifications
You must be signed in to change notification settings - Fork 46
Pull requests: keep-practicing/leetcode-go
Pull requests list
1021. Remove Outermost Parentheses
stack
LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop)
string
A string is used to represent text. It is comprised of a set of characters.
#86
by zwfang
was merged May 5, 2020
Loading...
updated May 5, 2020
179. Largest Number
array
An array is stored such that the position of each element can be computed from its index
Medium
Coefficient of difficulty medium
sort
Sorting algorithm is an algorithm that puts elements of a list in a certain order.
string
A string is used to represent text. It is comprised of a set of characters.
#68
by zwfang
was merged Jan 14, 2019
Loading...
updated Jan 14, 2019
557. Reverse Words in a String III
Easy
Coefficient of difficulty easy
string
A string is used to represent text. It is comprised of a set of characters.
#63
by zwfang
was merged Jan 8, 2019
Loading...
updated Jan 8, 2019
165. Compare Version Numbers
Medium
Coefficient of difficulty medium
string
A string is used to represent text. It is comprised of a set of characters.
#50
by zwfang
was merged Jan 7, 2019
Loading...
updated Jan 7, 2019
58. Length of Last Word
Easy
Coefficient of difficulty easy
string
A string is used to represent text. It is comprised of a set of characters.
#37
by zwfang
was merged Jan 2, 2019
Loading...
updated Jan 2, 2019
28. Implement strStr()
double index(two pointers)
The Two Pointer Algorithm
Easy
Coefficient of difficulty easy
string
A string is used to represent text. It is comprised of a set of characters.
#33
by zwfang
was merged Jan 2, 2019
Loading...
updated Jan 2, 2019
14. Longest Common Prefix
Easy
Coefficient of difficulty easy
string
A string is used to represent text. It is comprised of a set of characters.
#29
by zwfang
was merged Dec 31, 2018
Loading...
updated Dec 31, 2018
345 reverse vowels resolved.
double index(two pointers)
The Two Pointer Algorithm
string
A string is used to represent text. It is comprised of a set of characters.
#17
by zwfang
was merged Dec 26, 2018
Loading...
updated Dec 26, 2018
344 reverse string resolved.
double index(two pointers)
The Two Pointer Algorithm
string
A string is used to represent text. It is comprised of a set of characters.
#16
by zwfang
was merged Dec 26, 2018
Loading...
updated Dec 26, 2018
125 valid palindrome solved.
double index(two pointers)
The Two Pointer Algorithm
string
A string is used to represent text. It is comprised of a set of characters.
#15
by zwfang
was merged Dec 26, 2018
Loading...
updated Dec 26, 2018
add binary
string
A string is used to represent text. It is comprised of a set of characters.
#4
by zwfang
was merged Dec 19, 2018
Loading...
updated Dec 22, 2018
ProTip!
no:milestone will show everything without a milestone.