This repository contains my solutions to various LeetCode problems. Each problem is solved using Java and includes a detailed explanation where applicable.
- src/: Contains Java source code files for each LeetCode problem.
- pom.xml: Maven project configuration file.
- Clone the repository:
git clone https://github.com/yourusername/leetcode-solutions.git
- Navigate to the project directory:
cd leetcode-solutions
Open the project in your preferred IDE:
Import the project as a Maven project in IntelliJ IDEA or Eclipse. Explore the solutions:
Contributing Contributions are welcome! If you'd like to add more solutions or improve existing ones, feel free to fork the repository and submit a pull request. Notes