This repository contains my solutions to LeetCode problems in both Python and JavaScript.
python/
— Python solutionsjavascript/
— JavaScript solutions
Each solution is named by problem number and title, e.g., 001-two-sum.py
or 001-two-sum.js
.
Feel free to add notes or explanations for each problem.