/leetcode

some leetcode solutions 🤓

Primary LanguagePythonMIT LicenseMIT

Leetcode

Build

Leetcode questions

Questions

  1. 3sum - C++
  2. 3sum Closest - C++
  3. 4sum - Python
  4. Add Binary - Python
  5. Add Digits - Python
  6. Add Strings - Python
  7. Add Two Numbers - Python
  8. Best Time To Buy And Sell Stock Iv - Python
  9. Binary Tree Postorder Traversal - Python
  10. Binary Tree Preorder Traversal - Python
  11. Build Array From Permutation - Python
  12. Check If The Sentence Is Pangram - Python
  13. Climbing Stairs - C++
  14. Combination Sum - Python
  15. Concatenation Of Array - Python
  16. Container With Most Water - C++
  17. Count And Say - Python
  18. Count Primes - C++
  19. Counting Bits - Python
  20. Decompress Run Length Encoded List - Python
  21. Defanging An Ip Address - Python
  22. Delete Duplicate Emails -
  23. Delete Node In A Linked List - Python
  24. Design Parking System - C++
  25. Divide Two Integers - Python
  26. Find Peak Element - C++
  27. First Bad Version - C++
  28. First Missing Positive - Python
  29. Generate Parentheses - Python
  30. How Many Numbers Are Smaller Than The Current Number - Python
  31. Implement Queue Using Stacks - Python
  32. Implement Strstr - C++
  33. Integer To Roman - Python
  34. Jewels And Stones - C++
  35. Jump Game - C++
  36. Jump Game Ii - C++
  37. Kids With The Greatest Number Of Candies - Python
  38. Largest Odd Number In String - Python
  39. Length Of Last Word - Python
  40. Letter Combinations Of A Phone Number - Python
  41. Longest Common Prefix - Python
  42. Longest Palindromic Substring - Python
  43. Longest Substring Without Repeating Characters - Python
  44. Majority Element - Python
  45. Maximum Product Difference Between Two Pairs - Python
  46. Maximum Subarray - Python
  47. Median Of Two Sorted Arrays - C++
  48. Merge Two Sorted Lists - Python
  49. Move Zeroes - Python
  50. Number Of 1 Bits - Python
  51. Number Of Good Pairs - C++
  52. Number Of Steps To Reduce A Number To Zero - Python
  53. Palindrome Number - Python
  54. Partitioning Into Minimum Number Of Deci Binary Numbers - C++
  55. Pascals Triangle - C++
  56. Pascals Triangle Ii - C++
  57. Path Sum - Python
  58. Permutations - Python
  59. Plus One - Python
  60. Populating Next Right Pointers In Each Node - C++
  61. Power Of Two - Python
  62. Powx N - C++
  63. Queries On Number Of Points Inside A Circle - C++
  64. Regular Expression Matching - C++
  65. Remove Duplicates From Sorted Array - C++
  66. Remove Duplicates From Sorted List - Python
  67. Remove Element - C++
  68. Remove Nth Node From End Of List - Python
  69. Reverse Integer - Python
  70. Reverse Linked List - Python
  71. Reverse Linked List Ii - Python
  72. Richest Customer Wealth - C++
  73. Roman To Integer - Python
  74. Rotate Image - Python
  75. Running Sum Of 1d Array - C++
  76. Same Tree - Python
  77. Search In Rotated Sorted Array - Python
  78. Search Insert Position - C++
  79. Second Highest Salary -
  80. Set Matrix Zeroes - C++
  81. Shuffle String - Python
  82. Shuffle The Array - C++
  83. Single Number - Python
  84. Sorting The Sentence - Python
  85. Sqrtx - C++
  86. Stone Game - C++
  87. String To Integer Atoi - C++
  88. Subsets - Python
  89. Subtract The Product And Sum Of Digits Of An Integer - Python
  90. Sudoku Solver - C++
  91. Tenth Line - Shell
  92. Three Divisors - C++
  93. Transpose Matrix - C++
  94. Trapping Rain Water - C++
  95. Triangle - C++
  96. Two Sum - Python
  97. Two Sum Ii Input Array Is Sorted - Python
  98. Valid Anagram - Python
  99. Valid Parentheses - Python
  100. Valid Phone Numbers - Shell
  101. Valid Sudoku - Python
  102. Wildcard Matching - C++
  103. Zigzag Conversion - C++

Count: 103

License

License: MIT