https://github.com/axeldavid45/leetcode-solutions
My submitted solutions to leetcode problems
https://github.com/axeldavid45/leetcode-solutions
Last synced: 5 months ago
JSON representation
My submitted solutions to leetcode problems
- Host: GitHub
- URL: https://github.com/axeldavid45/leetcode-solutions
- Owner: AxelDavid45
- Created: 2025-08-01T23:26:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T17:49:33.000Z (5 months ago)
- Last Synced: 2025-08-03T19:32:44.185Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions
This repository contains my solutions to LeetCode problems in both Python and JavaScript.
## Structure
- `python/` — Python solutions
- `javascript/` — 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.