This repository contains my solutions to various LeetCode problems. I challenge myself to solve at least one problem every day to enhance my problem-solving skills and share my solutions with the community.
Feel free to explore the solutions and provide feedback or alternative solutions. Contributions are also welcome!
- Navigate to the respective day's folder.
- Choose the programming language you are interested in (e.g., Java or Python).
- Check out the solution for the specific problem.
If you'd like to contribute a solution or improve an existing one:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/new-solution
. - Commit your changes:
git commit -am 'Add new solution'
. - Push to the branch:
git push origin feature/new-solution
. - Submit a pull request.
I appreciate the LeetCode community for providing a platform to sharpen my coding skills.
Happy coding! 🚀
-
1637. Widest Vertical Area Between Two Points Containing No Points
-
91. Decode Ways Dec ,25th , 2023
-
1155. Number of Dice Rolls With Target Sum Dec ,26th , 2023
-
455. Assign Cookies Jan ,1st , 2024
-
2610. Convert an Array Into a 2D Array With Conditions Jan ,2nd , 2024
-
2125. Number of Laser Beams in a Bank Jan ,3rd , 2024
-
2870. Minimum Number of Operations to Make Array Empty Jan ,4th , 2024
-
300. Longest Increasing Subsequence Jan ,5th , 2024
-
1235. Maximum Profit in Job Scheduling Jan ,6th , 2024
-
446. Arithmetic Slices II - Subsequence Jan ,7th , 2024
-
938. Range Sum of BST Jan ,8th , 2024
-
872. Leaf-Similar Trees Jan ,9th , 2024