C++ 算法大全
Go to file
2020-06-04 23:15:43 -04:00
.github remove older files and folders from gh-pages before adding new files 2020-06-03 22:02:20 -04:00
.vscode set 1 space for private and public keywords in cpp-classes 2020-05-27 08:08:31 -04:00
backtracking formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
data_structures fix documentations and cpplint 2020-06-04 23:15:43 -04:00
doc doxygen TAGFILE to provide more torough documentation for the STL classes from https://cppreference.com 2020-05-27 20:21:09 -04:00
dynamic_programming formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
geometry added algorithm include for std::max 2020-05-31 09:48:57 -04:00
graph Merge pull request #12 from Anmol3299/master 2020-06-03 11:38:06 -04:00
greedy_algorithms formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
hashing formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
machine_learning remove invalid parameter from function docs 2020-06-04 21:33:33 -04:00
math formatting source-code for fd69530515 2020-06-01 03:10:34 +00:00
numerical_methods use HTML5 img tag to resize images 2020-06-04 21:34:05 -04:00
operations_on_datastructures formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
others formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
probability formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
range_queries formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
search formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
sorting formatting source-code for fd69530515 2020-06-01 03:10:34 +00:00
strings added documentation to string_search namespace 2020-05-31 23:30:56 -04:00
.gitignore newline character at EOF of gitignore 2020-05-26 08:48:09 -04:00
CMakeLists.txt Merge branch 'master' into merge_upstream 2020-06-04 21:46:05 -04:00
CONTRIBUTION.md Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
DIRECTORY.md updating DIRECTORY.md 2020-06-04 20:17:55 +00:00
LICENSE Update the copyright year 2020-04-12 21:16:18 +08:00
README.md doxygen v1.8.18 will suppress out the #minipage in the markdown 2020-05-29 08:42:21 -04:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests Doxygen CI cpplint C/C++ CI

Online Documentation.

Click on Files menu to see the list of all the files documented with the code.

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.