jvankooo / Algo-Store

Store for common algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algo-Store

Contains various programming algorithms ready to be copy-pasted in your code! :D

Hacktoberfest special

This repo is open for all. Add your favourite competitive programming questions along with the solution.

Guidelines

  • All insertions must only be made in the "Problems and Solutions" folder present.
  • In the "Problems and Solutions" folder, create a folder with the question name.
  • Add a .txt file with the problem statement and a solution file (preferably C or CPP) which contains the solution of the given problem.

Getting Started

  • Fork this repo (button on top)
  • Star this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/Algo-Store.git
  • In the "Problems and Solutions" folder, create a new folder with the question name.
  • Add your question and solution file in that folder.
  • Commit and push
git add .
git commit -m 'Added question-name'
git push origin master
  • Create a new pull request from your forked repository
  • Your PR gets merged! 🎃
  • Now you can help others do the same.

Happy Coding! :)

About

Store for common algorithms

License:GNU General Public License v3.0


Languages

Language:C 95.5%Language:C++ 4.5%