realharshgautam / Leetcode

A collection of my solutions to various LeetCode problems, implemented in multiple programming languages with detailed explanations.

Home Page:https://github.com/realharshgautam/Leetcode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


LeetCode Logo
LeetCode Solutions Repository

GitHub repo size GitHub contributors GitHub last commit GitHub

Welcome to my LeetCode solutions repository! Here, you'll find a collection of my solutions to various LeetCode problems. Each solution is meticulously crafted and explained to aid in understanding and learning.

Table of Contents

Motivation

LeetCode is an excellent platform for honing coding skills and mastering algorithms and data structures. This repository serves as my personal record of solutions to LeetCode problems, allowing me to track my progress, learn from others, and share knowledge with the community.

Organization

The repository is meticulously organized, grouping solutions by problem difficulty (Easy, Medium, Hard) and further categorizing them by problem tags. Each problem solution resides in its own directory, named according to the problem title or number.

Languages

Solutions are implemented in various programming languages, including:

  • Python
  • Java
  • C++
  • JavaScript
  • and more...

Contributions

Contributions to this repository are highly encouraged! If you have alternative approaches or solutions in different programming languages, feel free to submit a pull request. Let's collaborate and create an invaluable resource for the coding community.

Contact

If you have any questions, suggestions, or improvements, don't hesitate to reach out. You can connect with me via:

Feel free to reach out via email or connect with me on GitHub, LinkedIn, or Instagram for more updates and insights into my coding journey!

Credits

This repository wouldn't have been possible without the contributions and support from the following individuals:

How to Contribute to the Project

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

Collaborators

Thank you to all the collaborators who have contributed to this repository! Your efforts have helped make this project a valuable resource for the coding community. Together, we're fostering a culture of learning and sharing knowledge. Keep up the great work! 🙌

License

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


Coding GIF
Happy Coding! 🚀

About

A collection of my solutions to various LeetCode problems, implemented in multiple programming languages with detailed explanations.

https://github.com/realharshgautam/Leetcode/

License:MIT License


Languages

Language:C++ 95.0%Language:Java 3.7%Language:Python 1.4%