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

https://github.com/rafaesc/leetcodequestions


https://github.com/rafaesc/leetcodequestions

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# LeetCode Solutions

This repository contains my personal solutions to LeetCode problems, all implemented in **JavaScript**. It's designed to track my progress, deepen my understanding of algorithms and data structures, and serve as a resource for others studying similar topics.

## 📂 Structure

- Each problem is organized in its own folder or file, named with the problem number and title.
- All solutions are written in clean and modern JavaScript (ES6+).

## ✅ Goals

- Improve my problem-solving skills through consistent practice
- Write efficient and readable JavaScript code
- Maintain a well-organized archive of solved problems
- Choose a pattern and go deep on it. Solve 5–10 problems per pattern, focusing on understanding why the pattern works. (I can memorize it too, but in the long run, I'm more likely to forget unless I truly understand it.)

## 📌 Note

This repository is updated regularly as I solve new challenges on [LeetCode](https://leetcode.com/).

---

Feel free to explore or use. Happy coding! 🚀