algorithms for us
This repository will include object oriented classes of algorithms. This is an open-to-all repository, where we encourage, students, teachers, developers, professionals, beginners, intermediates and experts : everyone, to come and code.
- Star the repository
- Claim an Issue by commenting on it to get assigned. DO NOT RAISE A PR BEFORE YOU HAVE BEEN ASSIGNED. YOUR PR WILL STAND INVALID.
- Fork it
- Clone the forked repository in your local system
- Add the upstream (the original repository from which you forked is the upstream)
- Checkout to a new branch for every PR you make. The PR should be the name of the algorithm, say:
BFS
- Start contributing !
REMEMBER :
- The file name must be the name of the your Class of model. Say the bfs problem. So, your file name should be :
bfs.cpp
HAPPY CONTRIBUTING !!