Solutions Template

Use this folder to keep personal LeetCode solutions.

Recommended workflow:

  1. Copy solution_template.py into a numbered filename such as lc_001_two_sum.py.
  2. Write the explanation and algorithm in the docstring.
  3. Fill the daily progress row in records/daily_progress.csv.
  4. Commit and push with the date.

Suggested file naming:

  • lc_001_two_sum.py
  • lc_070_climbing_stairs.py

Use the included template for consistent style.