Saloni6111 / DSA_POTD_Hacktoberfest2024

MIT License
2 stars 9 forks source link
dsa hacktoberfest

POTD - Hacktoberfest 2024

Welcome to the Problem of the Day (POTD) repository! šŸŽ‰
This project is part of Hacktoberfest 2024, and we're excited to have you contribute to solving daily LeetCode & other platforms problems.

šŸ“š About the Project

The goal of this repository is to collaboratively solve Problem of the Day (POTD) with detailed explanations and solutions in various programming languages. You can contribute by solving problems, improving existing solutions, or adding explanations for different approaches.

šŸš€ Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

Setting Up the Project

  1. Fork the Repository: Click on the "Fork" button at the top of this page to create a copy of this repository in your account.
  2. Clone the Forked Repo:
    
    git clone https://github.com/<your-username>/LeetCode_POTD_Hacktoberfest2024.git
  3. Navigate to the Project Directory:
    
    cd DSA_POTD_Hacktoberfest2024
  4. Create a New Branch:
    
    git checkout -b your-branch-name

šŸ“„ How to Contribute

  1. Pick a LeetCode Problem of the Day from the Issues section or add a new problem.
  2. Write your solution with question link on top of solution in a new file under the corresponding problem directory.
  3. Follow the coding guidelines in the CONTRIBUTING.md.
  4. Once your solution is ready, commit your changes and open a Pull Request.

Example:

If you're solving the problem Two Sum:

  1. Create a new file like two_sum_solution.py in the relevant folder.
  2. Add your solution and in top of solution add questions link, and make sure to include comments explaining your approach.
  3. Create a Pull Request for review.

šŸ¤ How to Participate in Hacktoberfest

  1. Sign up for Hacktoberfest at hacktoberfest.com.
  2. Find and contribute to open issues marked with the Hacktoberfest label.
  3. Make four pull requests between October 1 and October 31 to qualify for prizes.

šŸ“œ License

This repository is licensed under the MIT License. For more information, see the LICENSE file.


šŸ’¬ Community

If you have any questions or need help, feel free to create a Discussion or open an Issue. Happy coding!