When contributing to this repository, please make sure that the changes you wish to make consists of an Algorithm/Concept/Adanced DSA implementation
and not a mere program which almost everyone beginning with c/cpp knows(like even/odd check).
Before making a PR check if the algo is already present(in either language C or Cpp).
However Basic programs are welcomed in another repository of ours to get your journey of Open source contribution
started without the need of in-depth knowledge of programming. if someone is at the beginning to learn programming, you can contribute in
our Basic programs repository.
If you want to send in Python programs, go to python-algorithms repository.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
Please make sure that the approach/algorithm/concept whose implementation you are adding is completely your work, not
copy-pasted from somewhere, or adding someone else's work.
We are strictly against PLAGIARISM
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
We aim to develop a repository with a vast set of c/cpp algorithmic approaches/implementations.