Manraj-Mann / Hacktoberfest-DSA-Codes

Add the DSA codes in any language in defined folder to maintain a repository to help students learn DSA
9 stars 52 forks source link
ccetacm dsa-algorithm dsa-learning-series good-first-issue good-first-pr hacktober hacktoberfest hacktoberfest-2022 hacktoberfest-accepted

Hacktoberfest-DSA-Codes

Want to contribute ? Refer Contributing.md

image

Hello Welcome Developers!

What is Hacktoberfest?

Every year in October, an open source event called Hacktoberfest inspires individuals all over the world to actively engage in and contribute to open source projects that are hosted on GitHub and GitLab. By taking part in this event, you may receive a free GitHub swag pack. You must submit 4 pull requests in order to receive that awesome swag pack.

You can pick an issue and complete it, but there is twist. You have to select a language from the list below to complete the issue.

Language list

  • C
  • C++
  • C#
  • Java
  • JS
  • Python

  • ## Let's begin 1. Complete the registartion over https://hacktoberfest.com/ 2. Fork this repository. 3. Clone on your local machine. HTTPS ```bash git clone https://github.com//Hacktoberfest-DSA-Codes.git ``` SSH ```bash git@github.com:/Hacktoberfest-DSA-Codes.git ``` 4. Navigate to the project directory. ```bash cd Hacktoberfest-DSA-Codes ``` 5. Create a new branch. ```bash git checkout -b my-new-branch ``` 6. Add your contribution. ```bash git add . ``` 7. Commit your changes. ```bash git commit -m "Relevant message" ``` 8. Push your changes. ```bash git push origin my-new-branch ``` 9. Create a new pull request from your forked repository. 10. Congratulations 🎉 you just made a pull request! Please be advise: After you completed your task don't close the issue