This is an open-source collaborating repository for all the coders who want to contribute in C++ .
A Data Structure is a particular way of organizing data in a computer so that it can be used effectively.
An Algorithm refers to a set of rules/instructions that define the steps of how a work is to be executed upon in order to get the expected results.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - Star Mark to show your support,
- If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
By contributing, you agree that your contributions will be licensed under its MIT License.