Welcome to my LeetCode solutions repository! This collection contains my personal solutions to various LeetCode problems, implemented in SQL and Java.
- Total Problems Solved: 165
- Languages Used: SQL, Java
- Topics Covered: Database queries, algorithms, data structures, problem-solving
This repository serves as a documentation of my coding journey and continuous learning process. Each solution represents:
- My approach to problem-solving
- Implementation of algorithms and data structures
- Practice with SQL queries and database concepts
- Code optimization and best practices
- Improve problem-solving skills
- Master data structures and algorithms
- Enhance SQL query optimization
- Maintain consistent coding practice
- Track progress over time
- Prepare for coding interviews
Each solution typically includes:
- Problem description or link
- Solution code
- Time and space complexity (where applicable)
- Explanation of approach (for complex problems)
- Java: Core problem-solving and algorithm implementation
- SQL: Database queries and data manipulation
I'm continuously adding new solutions and improving existing ones. Feel free to:
- Browse through the solutions
- Learn from different approaches
- Suggest optimizations
- Report any issues
While this is a personal learning repository, suggestions and feedback are always welcome! If you spot any errors or have optimization ideas, feel free to open an issue.
If you'd like to discuss any solutions or connect, feel free to reach out!
⭐ If you find this repository helpful, consider giving it a star!
Happy Coding! 💻
| Problem Name | Difficulty |
|---|---|
| 0141-linked-list-cycle | Easy |
| Problem Name | Difficulty |
|---|---|
| 0024-swap-nodes-in-pairs | Medium |
| 0141-linked-list-cycle | Easy |
| 0143-reorder-list | Medium |
| 0328-odd-even-linked-list | Medium |
| 1721-swapping-nodes-in-a-linked-list | Medium |
| Problem Name | Difficulty |
|---|---|
| 0125-valid-palindrome | Easy |
| 0141-linked-list-cycle | Easy |
| 0143-reorder-list | Medium |
| 1721-swapping-nodes-in-a-linked-list | Medium |
| Problem Name | Difficulty |
|---|---|
| 0143-reorder-list | Medium |
| Problem Name | Difficulty |
|---|---|
| 0024-swap-nodes-in-pairs | Medium |
| 0143-reorder-list | Medium |
| Problem Name | Difficulty |
|---|---|
| 0125-valid-palindrome | Easy |