This repository contains my solutions to various LeetCode programming problems. Each solution is implemented in Java and includes detailed explanations.
| # | Problem | Solution | Difficulty |
|---|---|---|---|
| 1 | Two Sum | Solution | Easy |
| 3 | Longest Substring Without Repeating Characters | README | Medium |
| 9 | Palindrome Number | Solution | Easy |
| 20 | Valid Parentheses | Solution | Easy |
This repository serves as a collection of my LeetCode problem solutions. Each solution includes:
- Problem description
- Solution approach
- Implementation in Java or JavaScript
Each problem is organized in its own directory (e.g., 01-TwoSum/) containing:
Solution.javaorSolution.js- The Java or JavaScript implementationREADME.md- Problem description and approach
This project is open source and available under the MIT License.