mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 22:46:39 +08:00
77ba693cea9094b596ba3328c794e379fb5ae634
* Create topological_sort_by_kahns_algo.cpp implementation of topological sorting by kahn's algo * Update topological_sort_by_kahns_algo put c system headers before c++ system headers * Update topological_sort_by_kahns_algo.cpp improves syntax (tabs/whitespaces etc) * Update topological_sort_by_kahns_algo.cpp removed errors * Update graph/topological_sort_by_kahns_algo.cpp improved syntax Co-authored-by: Christian Clauss <cclauss@me.com> * Fix indentation * Fix include order Co-authored-by: Christian Clauss <cclauss@me.com>
The Algorithms - C++
All algorithms implemented in C++ (for education)
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
Contribute Guidelines
Read our Contribution Guidelines before you contribute.
Description
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
algorithmalgorithm-competitionsalgorithmsalgorithms-implementedartificial-intelligence-algorithmscomputer-sciencecppdata-structureseducationalhacktoberfestinstructor-materialsinterview-preparationinterview-questionsmachine-learningmachine-learning-algorithmsmathematicssearchsort
Readme
MIT
196 MiB
Languages
C++
98.6%
CMake
1.3%