Hacktoberfest'22

To participate in hacktoberfest and contribute to Open Source, register your github/gitlab account at hacktoberfest.com.

The first 40,000 participants who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt. All you have to do is just have 4 pull/merge requests accepted between October 1 and October 31. To know more about the rules, head towards this link.

So, to complete the requirements, finish atleast 4 tasks listed below.

Task 1 - Creating your Pull Requests

  1. Go to the Contributers.md file.
  2. Clone the repo and then make your branch with a suitable name.️
  3. Add your name with your github id in the list of contributers.
  4. Give an appropriate commit message like "Add my name as a contributer" (Commit message is used to describe what changes did you make. Try to keep it short and crisp.)
  5. Push your changes to github.
  6. Hit Create pull request button and there you go !!! 🎉 Looks like you got your first contribution!

Wait for some time and I'll try to put a hacktoberfest-accepted label on your pull request as soon as possible. Till then, complete atleast 3 more tasks to land under the first 40,000 participants.

Task 2 - Playing with Link List

Checkout README of Task-2

Task 3 - Playing with Stacks/Queues

Checkout README of Task-3

Task 4 - To be decided