Vincedream / leetcode-solutions-js

πŸ’‘ JavaScript solutions for Leetcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetcode-solutions-js

Javascript solutions for Leetcode problems

https://leetcode.com/vincehua/

solutions-list

βœ” [  1 ] Two Sum                                                      Easy   (41.39 %)
βœ” [  2 ] Add Two Numbers                                              Medium (30.54 %)
βœ” [  3 ] Longest Substring Without Repeating Characters               Medium (27.33 %)
βœ” [  4 ] Median of Two Sorted Arrays                                  Hard   (25.48 %)
βœ” [  5 ] Longest Palindromic Substring                                Medium (27.80 %)
βœ” [  6 ] ZigZag Conversion                                            Medium (30.59 %)
βœ” [  7 ] Reverse Integer                                              Easy   (25.11 %)
βœ” [  8 ] String to Integer (atoi)                                     Medium (14.78 %)
βœ” [  9 ] Palindrome Number                                            Easy   (41.86 %)
βœ” [ 11 ] Container With Most Water                                    Medium (42.45 %)
βœ” [ 12 ] Integer to Roman                                             Medium (49.70 %)
βœ” [ 13 ] Roman to Integer                                             Easy   (51.50 %)
βœ” [ 14 ] Longest Common Prefix                                        Easy   (32.97 %)
βœ” [ 15 ] 3Sum                                                         Medium (23.33 %)
βœ” [ 16 ] 3Sum Closest                                                 Medium (38.00 %)
βœ” [ 17 ] Letter Combinations of a Phone Number                        Medium (40.28 %)
βœ” [ 20 ] Valid Parentheses                                            Easy   (35.84 %)
βœ” [ 26 ] Remove Duplicates from Sorted Array                          Easy   (39.56 %)
βœ” [ 27 ] Remove Element                                               Easy   (43.49 %)
βœ” [ 34 ] Find First and Last Position of Element in Sorted Array      Medium (35.24 %)
βœ” [ 36 ] Valid Sudoku                                                 Medium (41.75 %)
βœ” [ 38 ] Count and Say                                                Easy   (39.44 %)
βœ” [ 42 ] Trapping Rain Water                                          Hard   (41.78 %)
βœ” [ 45 ] Jump Game II                                                 Hard   (29.84 %)
βœ” [ 50 ] Pow(x, n)                                                    Medium (29.16 %)
βœ” [ 55 ] Jump Game                                                    Medium (33.32 %)
βœ” [ 58 ] Length of Last Word                                          Easy   (32.14 %)
βœ” [ 62 ] Unique Paths                                                 Medium (51.47 %)
βœ” [ 63 ] Unique Paths II                                              Medium (33.94 %)
βœ” [ 64 ] Minimum Path Sum                                             Medium (51.08 %)
βœ” [ 66 ] Plus One                                                     Easy   (40.63 %)
βœ” [ 70 ] Climbing Stairs                                              Easy   (46.30 %)
βœ” [ 121] Best Time to Buy and Sell Stock                              Easy   (49.51 %)
βœ” [ 146] LRU Cache                                                    Medium (30.36 %)
βœ” [ 198] House Robber                                                 Easy   (41.62 %)
βœ” [ 213] House Robber II                                              Medium (35.95 %)
βœ” [ 509] Fibonacci Number                                             Easy   (66.93 %)
βœ” [ 557] Reverse Words in a String III                                Easy   (63.07 %)
βœ” [ 605] Can Place Flowers                                            Easy   (30.67 %)
βœ” [ 696] Count Binary Substrings                                      Easy   (52.41 %)
βœ” [ 704] Binary Search                                                Easy   (50.72 %)
βœ” [ 876] Middle of the Linked List                                    Easy   (63.22 %)
βœ” [ 877] Stone Game                                                   Medium (60.45 %)
βœ” [ 914] X of a Kind in a Deck of Cards                               Easy   (34.56 %)

About

πŸ’‘ JavaScript solutions for Leetcode


Languages

Language:JavaScript 100.0%