Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.11 KB

File metadata and controls

39 lines (38 loc) · 1.11 KB

Leetcode_JS

A github project to record my Leetcode practice in Javascript.

Completed Challenges:

  1. Two Sum (1)
  2. Add Two Numbers (2)
  3. Longest Substring Without Repeating Characters (3)
  4. Median of Two Sorted Arrays (4)
  5. Longest Palindromic Substring (5)
  6. ZigZag Conversation (6)
  7. Reverse Integer (7)
  8. String to Integer (atoi) (8)
  9. Palindrome (9)
  10. Integer to Roman (12)
  11. Roman to Integer (13)
  12. Longest Common Prefix (14)
  13. Valid Parentheses (20)
  14. Merge Two Sorted Lists (21)
  15. Remove Duplicates from Sorted Array (26)
  16. Remove Element (27)
  17. Implement strStr() (28)
  18. Search Insert Position (35)
  19. Maximum Subarray (53)
  20. Length of Last Word (58)
  21. Plus One (66)
  22. Add Binary (67)
  23. Sqrt(x) (69)
  24. Climbing Stairs (70)
  25. Remove Duplicates from Sorted List (83)
  26. Merge Sorted Array (88)
  27. Pascal's Triangle (118)
  28. Valid Palindrome (125)
  29. Single Number (136)
  30. Number of 1 bits (191)
  31. Reverse String (344)
  32. Fizz Buzz (412)
  33. Number of Days in a Month (1118)
  34. Remove Vowels from a String (1119)
  35. Remove Digit From Number to Maximize Result (2259)