https://github.com/rafaesc/leetcodequestions
https://github.com/rafaesc/leetcodequestions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaesc/leetcodequestions
- Owner: rafaesc
- Created: 2025-05-31T06:37:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-12T06:46:51.000Z (about 1 year ago)
- Last Synced: 2025-06-12T07:43:11.955Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 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 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! 🚀