An open API service indexing awesome lists of open source software.

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

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.