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.
- Host: GitHub
- URL: https://github.com/harshikab2112/my-leetcode-solutions
- Owner: harshikab2112
- License: mit
- Created: 2025-01-26T15:32:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T17:56:50.000Z (4 months ago)
- Last Synced: 2025-04-04T14:16:59.521Z (3 months ago)
- Topics: dsa, leetcode, leetcode-solutions, python
- Language: Python
- Homepage: https://leetcode.com/u/harshikab2112/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
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.git2. 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.