Skip to content

All of LeetCode problems solutions in TypeScript/Java that I participated in, including LeetCode essential & trending 75 plan.

Notifications You must be signed in to change notification settings

THammami01/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

LeetCode 75

Summary

LeetCode 75
75 Essential & Trending Problems
Must-do problem list for interview prep
Best for 1~3 month of prep time

I. Array / String

II. Two Pointers

III. Sliding Window

IV. Prefix Sum

V. Hash Map / Set

VI. Stack

VII. Queue

VIII. Linked List

IX. Binary Tree - DFS

X. Binary Tree - BFS

XI. Binary Search Tree

XII. Graphs - DFS

  • 43. Keys and Rooms
  • 44. Number of Provinces
  • 45. Reorder Routes to Make All Paths Lead to the City Zero
  • 46. Evaluate Division

XIII. Graphs - BFS

  • 47. Nearest Exit from Entrance in Maze
  • 48. Rotting Oranges

XIV. Heap / Priority Queue

  • 49. Kth Largest Element in an Array
  • 50. Smallest Number in Infinite Set
  • 51. Maximum Subsequence Score
  • 52. Total Cost to Hire K Workers

XV. Binary Search

  • 53. Guess Number Higher or Lower
  • 54. Successful Pairs of Spells and Potions
  • 55. Find Peak Element
  • 56. Koko Eating Bananas

XVI. Backtracking

  • 57. Letter Combinations of a Phone Number
  • 58. Combination Sum III

XVII. DP - 1D

  • 59. N-th Tribonacci Number
  • 60. Min Cost Climbing Stairs
  • 61. House Robber
  • 62. Domino and Tromino Tiling

XVIII. DP - Multidimensional

  • 63. Unique Paths
  • 64. Longest Common Subsequence
  • 65. Best Time to Buy and Sell Stock with Transaction Fee
  • 66. Edit Distance

XIX. Bit Manipulation

  • 67. Counting Bits
  • 68. Single Number
  • 69. Minimum Flips to Make a OR b Equal to c

XX. Trie

  • 70. Implement Trie (Prefix Tree)
  • 71. Search Suggestions System

XXI. Intervals

  • 72. Non-overlapping Intervals
  • 73. Minimum Number of Arrows to Burst Balloons

XXII. Monotonic Stack

  • 74. Daily Temperatures
  • 75. Online Stock Span

LeetCode 150

Summary

LeetCode 150
150 Original & Classic Questions
Covers comprehensive interview topics
Best for 3+ months of prep time

About

All of LeetCode problems solutions in TypeScript/Java that I participated in, including LeetCode essential & trending 75 plan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published