Solutions Template
Use this folder to keep personal LeetCode solutions.
Recommended workflow:
- Copy
solution_template.pyinto a numbered filename such aslc_001_two_sum.py. - Write the explanation and algorithm in the docstring.
- Fill the daily progress row in
records/daily_progress.csv. - Commit and push with the date.
Suggested file naming:
lc_001_two_sum.pylc_070_climbing_stairs.py
Use the included template for consistent style.