-
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
ProTip!
What’s not been updated in a month: updated:<2025年08月06日.