An open API service indexing awesome lists of open source software.

https://github.com/harshikab2112/my-leetcode-solutions

A collection of my solutions to LeetCode problems, showcasing my problem-solving skills and expertise in algorithms and data structures.
https://github.com/harshikab2112/my-leetcode-solutions

dsa leetcode leetcode-solutions python

Last synced: about 24 hours ago
JSON representation

A collection of my solutions to LeetCode problems, showcasing my problem-solving skills and expertise in algorithms and data structures.

Awesome Lists containing this project

README

        

## LeetCode My LeetCode Solutions

Welcome to my **LeetCode Solutions** repository! 🎯
This repository contains my solutions to various **LeetCode** problems, organized by difficulty and problem type. It's a showcase of my problem-solving skills, coding efficiency, and understanding of algorithms and data structures.

---

## πŸ“‚ Repository Structure

The solutions are organized into folders for easy navigation:

- **Easy/** – Solutions to beginner-friendly problems.
- **Medium/** – Solutions to moderately challenging problems.
- **Hard/** – Solutions to advanced and complex problems.

Each folder contains files named after the problem title or ID, with clear explanations where applicable.

---

## πŸš€ Features

- **Languages Used:**
- Python

- **Topics Covered:**
- Arrays
- Strings
- Linked Lists
- Dynamic Programming
- Trees
- Graphs
- Sorting and Searching
- And more!

---

## πŸ› οΈ How to Use

1. Clone this repository to your local machine:
```bash
git clone https://github.com/harshikab2112/LeetCode-Solutions.git

2. Navigate to the problem folder and open the file for the solution you’re looking for.
3. Run the code in your preferred coding environment or use LeetCode's online editor for testing.

---

## 🌟 Why This Repository?

-To document my coding journey and progress.
-To help others understand different approaches to solve problems.
-To build a strong foundation in algorithms and data structures for competitive programming and technical interviews.

---

## 🀝 Contributions

Although this is a personal repository, feel free to open issues or suggest improvements to any solution. Let’s learn together!

---

## πŸ“ˆ My LeetCode Progress

Check out my [LeetCode Profile](https://leetcode.com/harshikab2112/) to see my progress, achievements, and problem-solving streaks.

---

## πŸ“ License

-This repository is licensed under the MIT License.
-Feel free to use the solutions for learning purposes, but avoid direct copying during contests or interviews.