Homepage
Open in app
Sign in
Get started
LeetCode Cracker
A good solution is easy to understand and self-explained, not just for the fast running time.
Follow
41.first-missing-positive
41.first-missing-positive
bucket sort, runtime 62.53 %
Xu LIANG
Apr 6, 2019
274.h-index
274.h-index
Sort then iterate, runtime 97.36%
Xu LIANG
Apr 6, 2019
134.gas-station
134.gas-station
math question, runtime 82.13 %
Xu LIANG
Apr 6, 2019
229.majority-element-ii
229.majority-element-ii
Counter, runtime 96.64%
Xu LIANG
Apr 6, 2019
169.majority-element
169.majority-element
sort, runtime 99.5%
Xu LIANG
Apr 6, 2019
189.rotate-array
189.rotate-array
In-place operations, runtime 76.67%
Xu LIANG
Mar 31, 2019
80.remove-duplicates-from-sorted-array-ii
80.remove-duplicates-from-sorted-array-ii
Detail explanation for updated two-pointer, runtime 93.73 %
Xu LIANG
Mar 29, 2019
26. Remove Duplicates from Sorted Array
26. Remove Duplicates from Sorted Array
Detail explanation for two-pointer, runtime 79.28 %
Xu LIANG
Mar 28, 2019
Latest
1013. Pairs of Songs With Total Durations Divisible by 60
Runtime: 60 ms, faster than 99.70% of Python3 submissions
Xu LIANG
Mar 26, 2019
485. Max Consecutive Ones
Given a binary array, find the maximum number of consecutive 1s in this array.
Xu LIANG
Mar 24, 2019
1002. Find Common Characters
Given an array A of strings made only from lowercase letters, return a list of all characters that show up in all strings within the list…
Xu LIANG
Mar 12, 2019
About LeetCode Cracker
Latest Stories
Archive
About Medium
Terms
Privacy
Teams