Skip to content

Visha17/DSA_POTD_Hacktoberfest2024

Repository files navigation

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:

  • A working environment for your preferred language (e.g., Python, C++, Java).

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 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 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published