Interactive LeetCode walkthroughs
Watch the algorithm think.
Every solution is an execution-synced walkthrough: the data structure, the code, the variables, and the why of each step — all moving together under your control.
- problems
- 11 problems
- patterns
- 8 patterns
Problems
- #1Two SumEasyHashmap
- MediumSliding window
- EasyStack
- MediumTwo pointers
- #224Basic CalculatorHardStack
- MediumStack
- #322Coin ChangeMediumDynamic programming
- MediumPrefix sum + hashmap
- MediumStack
- EasyGeometry
- MediumSimulation