Files
org_roam/Notes/20250804212215-how_to_solve_leetcode.org
Zaine ccdd229a7d
All checks were successful
Build Roam Site / build (push) Successful in 32s
search key nav fixes
2026-05-14 14:51:09 +01:00

458 B
Executable File

how-to-solve-leetcode

Process:

  • Read the problem twice to understand it
  • Try think basically of different ways to solve the problem
  • Think end-to-end (e2e) of the best solutions based on complexity
  • Write the algorithm from patterns in drawing
  • Code it out
  • Try and improve it once you think you're finished
  • Go through other solutions