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

https://github.com/bola-nabil/leetcode

leetcode solutions
https://github.com/bola-nabil/leetcode

algorithm algorithms algorithms-and-data-structures cpp data-structures javascript leetcode leetcode-javascript leetcode-javascript-solutions leetcode-problems leetcode-problems-solutions leetcode-solutions mysql problem-solving typescript

Last synced: 15 days ago
JSON representation

leetcode solutions

Awesome Lists containing this project

README

          

# 🧠 LeetCode Solutions

This repository contains my solutions to various **LeetCode** problems, implemented in multiple languages as I practice algorithmic thinking, data structures, and coding challenges.

---
## 🛠️ Tech Stack

- **C++** – Standard solutions using STL and custom utilities
- Other languages as needed (Java, JavaScript, etc.)
- **Online judge / LeetCode** – problems sourced from LeetCode

---
## 📚 Features & Goals

- Practice and sharpen algorithm & data structure skills
- Solve problems across difficulties: Easy, Medium, Hard
- Use clean code and reusable templates (linked lists, trees, graphs, etc.)
- Track progress over time
- Prepare for coding interviews

---
## 🚀 Roadmap / Future Plans

- Continue solving more challenging problems
- Add explanations / comments / problem analyses
- Group by topic (Arrays, Strings, Dynamic Programming, Trees, Graphs)
- Add test harness / unit tests for each solution
- Add benchmark comparisons where relevant
- Document time / space complexity for each solution

---
## 👤 Author

**Bola Nabil** — coding enthusiast & problem solver

leetcode logo