This repository contains my solutions to various LeetCode problems. Each problem is solved in a separate file named according to the problem's title or number.
Important
I do not specify what language I use; it is evident in the file extensions. I use LeetCode to try out different languages or implementations. Occasionally, I will intentionally do a harder/slower solution in order to try out something new.
The repository is organized into folders based on the platform:
- leetcode: Solutions to LeetCode problems.
- codewars: Solutions to CodeWars problems.
- hackerank: Solutions to HackerRank problems.
- CtCI: Solutions/Brainstorming for problems from the book Cracking the Coding Interview by Gayle Laakmaan McDowell.
Feel free to browse through the solutions for reference or study purposes. If you have any questions, suggestions, or improvements, feel free to open an issue or submit a pull request.
These solutions are provided for educational purposes. While they aim to be correct and efficient, they may not always be the most optimal solution. I encourage you to understand the problems and solutions thoroughly, and to strive for your own implementations. Good hacking!