/Hacktober-Open

Add any kind of open source code or program I will merge it with hacktoberfest-accepted label

Primary LanguageC++

Hacktober-Open

You can add some good algorithms (in any language) which can be helpful for competitive programmers.
I will merge it with hacktoberfest-accepted label

How to contribute

  1. Fork this repo by clicking the fork button on the top right.
  2. Clone the forked repo on your pc (open a terminal and run this command).
    git clone https:/github.com/<your-username>/<repo-name>.git
  1. Add your algorithm/program file in the local repo on your machine.
  2. Run this command for add your file in the repo.
    git add YourFile.extension
  1. Commit the file and in the message describe what are you add.
    git commit -m "Enter your message here"
  1. Push the file to your remote repo.
    git push origin main
  1. In your forked repo page click on the green button "Compare and Pull" and submit your changes.

Congratulations you have just created your first Pull Request!