Welcome to my repository! 👋
Here, I have uploaded solutions to LeetCode problems that I have solved so far.
The goal of this repo is to keep track of my DSA (Data Structures and Algorithms) journey, and to help others learn and improve.
- This repository contains coding solutions for problems from LeetCode.
- Solutions are written in Python.
- Problems are organized neatly for easier navigation and review.
- I aim to continuously update this repository as I solve more problems.
- Arrays & Strings
- Linked Lists
- Trees & Graphs
- Recursion & Backtracking
- Dynamic Programming
- Sorting & Searching
- Greedy Algorithms
- Math Problems
- and more...
You can simply browse the files or clone the repo:
git clone https://github.com/nyxsky404/LeetCode.git
Feel free to explore the solutions, suggest improvements, or contribute if you find better approaches!
- Add optimized solutions if available.
- Add detailed explanation/approach for each problem.
- Categorize problems based on difficulty (Easy, Medium, Hard).
- Add tags (e.g., DP, Binary Search, etc.)
Contributions, suggestions, and corrections are always welcome!
Please open an issue or create a pull request.
All the solutions uploaded here are my own work.
This repository is meant for learning and sharing knowledge only.
If you're preparing for interviews, I highly encourage solving problems by yourself first!
- 📧 Email: nyxsky404@gmail.com
Thanks for visiting! Happy Coding 🚀