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

https://github.com/amir-hshahi/leet-codes

Adding: LeetCode problems solution
https://github.com/amir-hshahi/leet-codes

algorithms data-structures

Last synced: 7 months ago
JSON representation

Adding: LeetCode problems solution

Awesome Lists containing this project

README

          

# LeetCode Solutions

A collection of my solutions to various LeetCode problems.

[![LeetCode Profile](https://img.shields.io/badge/LeetCode-Amir--HShahi-yellow)](https://leetcode.com/Amir-HShahi/)

## About This Repository

This repository contains my solutions to various problems from [LeetCode](https://leetcode.com/), a platform with a large collection of coding interview questions. I created this repository to:

- Document my journey through coding challenges
- Share optimized solutions with the programming community
- Track my progress in algorithmic problem-solving
- Provide reference implementations for common interview problems

## Problem Categories

The solutions cover various algorithmic categories including:

- Arrays & Strings
- Linked Lists
- Trees & Graphs
- Dynamic Programming
- Backtracking
- Sorting & Searching

## Languages Used

The solutions in this repository are primarily implemented in:

- Java

## How to Navigate

1. Browse through the files in the main directory
2. Each file is named with the LeetCode problem number and name
3. Open the file to view the Java solution for that specific problem

## My LeetCode Stats

- **Profile**: [Amir-HShahi](https://leetcode.com/Amir-HShahi/)
- Visit my profile to see:
- Problems solved
- Acceptance rate
- Contribution points
- Contest ratings

## Contribution

Feel free to:

- Suggest more efficient solutions or improvements
- Add solutions in different programming languages
- Report any issues or bugs in the solutions
- Discuss alternative approaches in the issue tracker

## Contact

If you have any questions or suggestions, please feel free to reach out via:

- GitHub Issues
- [GitHub Profile](https://github.com/Amir-HShahi)

## Disclaimer

These solutions are provided for educational purposes. Please try to solve the problems on your own before referring to the solutions here.

## License

This repository is licensed under the MIT License - see the LICENSE file for details.

---

Happy Coding! 💻