Skip to content

This repository serves for providing solutions to leetcode problems.

License

Notifications You must be signed in to change notification settings

noorafsha08/Leetcode_Solutions

 
 

Repository files navigation

LeetCode Solutions

Welcome to the LeetCode Solutions for Hacktoberfest project! This repository is designed to encourage open-source contributions and share LeetCode solutions with the community during Hacktoberfest 2024.

LeetCode Solutions LeetCode 2024 LeetCode Hacktoberfest LeetCode Contributions LeetCode Open Source LeetCode Community MIT License Contributions Welcome Open Issues Forks

Languages Supported

JavaScript Python C++ Go Java C# Swift Ruby PHP Rust Kotlin TypeScript C Scala Haskell Clojure Dart R Perl Other Languages

How to Contribute?

  1. Fork this repository.

  2. Clone the forked repository to your local machine.

  3. Create a new branch for your changes:

    git checkout -b my-leetcode-solution
    
  4. Add your solution inside the solutions/ directory following this structure:

    {leetcode-problem-number}-{problem-name}/{your-username}.{file-extension}
    

    Example:

    1-two-sum/username.py
    
  5. Commit your changes:

    git add .
    git commit -m "Added solution for LeetCode problem #1 in Python"
    
  6. Push to your forked repository:

    git push origin my-leetcode-solution
    
  7. Open a Pull Request on this repository.

  8. Ensure your submission follows the Contributing Guidelines.

Contribution Guidelines

  • Each solution should be your original work.
  • Follow the file structure mentioned above.
  • Ensure your code is well-commented and optimized.
  • Multiple solutions for the same problem in different languages are welcome.
  • Feel free to raise an issue if you want to work on a particular problem before submitting a solution.

Hacktoberfest Participation

This project is part of Hacktoberfest 2024!

Happy Coding!

About

This repository serves for providing solutions to leetcode problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.9%
  • Java 16.6%
  • Python 3.5%