用 JS 刷 LeetCode
JavaScript
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is even with xiaoyu2er:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
pack
.gitignore
001-Two-Sum.js
002-Add-Two-Numbers.js
003-Longest-Substring-Without-Repeating-Characters.js
004-Median-of-Two-Sorted-Arrays.js
005-Longest-Palindromic-Substring.js
006-ZigZag-Conversion.js
007-Reverse-Integer.js
009-Palindrome-Number.js
010-Regular-Expression-Matching.js
011-Container-With-Most-Water.js
013-Roman-to-Integer.js
014-Longest-Common-Prefix.js
015-3Sum.js
016-3Sum-Closest.js
017-Letter-Combinations-of-a-Phone-Number.js
018-4Sum.js
019-Remove-Nth-Node-From-End-of-List.js
020-Valid-Parentheses.js
021-Merge-Two-Sorted-Lists.js
022-Generate-Parentheses.js
023-Merge-k-Sorted-Lists.js
024-Swap-Nodes-in-Pairs.js
025-Reverse-Nodes-in-k-Group.js
026-Remove-Duplicates-from-Sorted-Array.js
027-Remove-Element.js
030-Substring-with-Concatenation-of-All-Words.js
031-Next-Permutation.js
032-Longest-Valid-Parentheses.js
033-Search-in-Rotated-Sorted-Array.js
034-Search-for-a-Range.js
035-Search-Insert-Position.js
036-Valid-Sudoku.js
037-Sudoku-Solver.js
038-Count-and-Say.js
039-Combination-Sum.js
040-Combination-Sum-II.js
041-First-Missing-Positive.js
043-Multiply-Strings.js
046-Permutations.js
047-Permutations-II.js
051-N-Queens.js
053-Maximum-Subarray.js
062-Unique-Paths.js
063-Unique-Paths-II.js
064-Minimum-Path-Sum.js
067-Add-Binary.js
070-Climbing-Stairs.js
083-Remove-Duplicates-from-Sorted-List.js
085-Maximal-Rectangle.js
091-Decode-Ways.js
095-Unique-Binary-Search-Trees-II.js
096-Unique-Binary-Search-Trees.js
100-Same-Tree.js
101-Symmetric-Tree.js
111-Minimum-Depth-of-Binary-Tree.js
120-Triangle.js
121-Best-Time-to-Buy-and-Sell-Stock.js
136-Single-Number.js
138-Copy-List-with-Random-Pointer.js
139-Word-Break.js
151-Reverse-Words-in-a-String.js
152-Maximum-Product-Subarray.js
162-Find-Peak-Element.js
167-Two-Sum-II-Input-array-is-sorted.js
171-Excel-Sheet-Column-Number.js
190-Reverse-Bits.js
191-Number-of-1-Bits.js
198-House-Robber.js
202-Happy-Number.js
204-Count-Primes.js
217-Contains-Duplicate.js
226-Invert-Binary-Tree.js
227-Basic-Calculator-II.js
258-Add-Digits.js
263-Ugly-Number.js
268-Missing-Number.js
283-Move-Zeroes.js
300-Longest-Increasing-Subsequence.js
347-Top-K-Frequent-Elements.js
349-Intersection-of-Two-Arrays.js
383-Ransom-Note.js
387-First-Unique-Character-in-a-String.js
392-Is-Subsequence.js
404-Sum-of-Left-Leaves.js
413-Arithmetic-Slices.js
415-Add-Strings.js
416-Partition-Equal-Subset-Sum.js
447-Number-of-Boomerangs.js
448-Find-All-Numbers-Disappeared-in-an-Array.js
453-Minimum-Moves-to-Equal-Array-Elements.js
454-4Sum-II.js
455-Assign-Cookies.js
461-Hamming-Distance.js
476-Number-Complement.js
477-Total-Hamming-Distance.js
492-Construct-the-Rectangle.js
500-Keyboard-Row.js
504-Base-7.js
506-Relative-Ranks.js
520-Detect-Capital.js
523-Continuous-Subarray-Sum.js
557-Reverse-Words-in-a-String-III.js
561-Array-Partition-I.js
617-Merge-Two-Binary-Trees.js
646-Maximum-Length-of-Pair-Chain.js
647-Palindromic-Substrings.js
654-Maximum-Binary-Tree.js
657-Judge-Route-Circle.js
673-Number-of-Longest-Increasing-Subsequence.js
693-Binary-Number-with-Alternating-Bits.js
695-Max-Area-of-Island.js
718-Maximum-Length-of-Repeated-Subarray.js
728-Self-Dividing-Numbers.js
README.md

README.md

LeetCode in Javascript

一起来刷 LeetCode :D

如果你有感兴趣的题目或者需要更加详细的解释, 可以创建 issue