This is a personal practice repository, but suggestions and improvements are welcome.
- Place the solution in the correct category folder (
LeetCode/,ChatGPT/,Interviews/,Other/) - Follow the naming convention:
XXXX. Problem Title/Language/NN. Problem Title.ext - Keep each solution self-contained in a single file where possible
- Update the table in
README.mdif adding a new LeetCode problem
- JavaScript — plain ES6+, no frameworks
- Python — standard library only, Python 3.x
- C# — .NET standard, no external packages
Use short, descriptive messages:
Add LeetCode 0001 Two Sum in Python
Add LeetCode 0042 Trapping Rain Water in JS