Welcome to my LeetCode solutions repository! Here, you'll find my solutions to various problems from LeetCode. I solve problems in different categories and difficulty levels to sharpen my coding skills and explore new problem-solving techniques.
This repository contains my solutions to problems on LeetCode. Each solution is written in a way that is easy to understand, and I've added comments where necessary to explain the logic behind each approach. I aim to regularly update this repository with new solutions as I work through more problems.
| Problem Number | Problem Title | Difficulty | Solution |
|---|---|---|---|
| 73 | Set Matrix Zeroes | Medium | java |
| 173 | Binary Search Tree Iterator | Medium | java |
| 450 | Delete Node in a BST | Medium | java |
| 787 | Cheapest Flights Within K Stops | Medium | java |
The table above lists all the problems I've solved so far. The solutions are categorized by programming language and can be found in their respective directories.
I solve problems using various programming languages based on the nature of the problem or just for practice. The languages I currently use include:
- Java
The repository is organized by language, and each solution is placed in a directory named after the language:
Feel free to controbute by implementing the solution in your desired language.