TheAlgorithms-C-Plus-Plus/README.md
Krishna Vedala c5933c8525
updated project summary description
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-26 14:29:10 -04:00

2.7 KiB

The Algorithms - C++

Gitpod Ready-to-Code Language grade: C/C++ Gitter chat contributions welcome GitHub repo size GitHub closed pull requests Doxygen CI Awesome CI

Algorithms implemented in C++ (for education)

The repository is a collection of implementation of a variety of algorithms implemented in C++. These algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations are meant to be a learning resource for educators and students. Hence, one may find more than one implementation for the same algorithm with different optimizations and different strategies used that would be documented therein.

Documentation

Online Documentation is generated from the repository source codes directly. The documentation contains all resources including source code snippets, details on execution of the programs, diagrammatic representation of program flow, and links to external resources where necessary. The documentation also introduces interactive source code with links to documentation for C++ STL library functions used. Click on Files menu to see the list of all the files documented with the code.

Contributions

As a community developed and community maintained repository, we welcome new un-plagiarized contributions. Read our Contribution Guidelines before you contribute.