/algoLab

Solutions to questions asked in Algorithms I lab

Primary LanguageC

algoLab

Solutions to questions asked in Algorithms I lab

Contribution Guidelines

Fork this repo. Clone your fork in the Desktop. Then put your code in the particular Assignment folder. Create one if not present. For the first time you may have to do this:

git remote add origin <this-repo-link>

To contribute you first need to commit and push your changes to your fork. Then open a Pull Request to this repo.

Do not forget to git pull upstream master before contributing again.