short-circuit-67 / DSA_questions

Add DSA questions you think are important.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022 🎉

              Participate in Hacktoberfest by contributing to any Open Source project on GitHub! 
               Any kind of Contributions are welcome!

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

How to contribute to this project

Here are 3 quick and painless ways to contribute to this project:

  • Find the suitable issue from Issues Section
  • Request for work on that issue till don't work
  • Fork-Work-Pull
  • Add your name to the CONTRIBUTORS.md file
  • Put issue number in pull request so that we can get it quickly

Note : Don't Contribute Until Assigned

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone [https://github.com/your-username/hacktoberfest.git](https://github.com/MadJokkerr/Hacktoberfest-2022.git)
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Github Contribution Rules

  • Have 4 pull/merge requests accepted between October 1 and October 31 to complete Hacktoberfest
  • The first 40,000 participants (maintainers and contributors) who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.
  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.

About

Add DSA questions you think are important.


Languages

Language:C++ 100.0%