C++ 算法大全
Go to file
2020-05-31 23:09:10 -04:00
.github fix diff filename 2020-05-30 00:08:33 -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
computer_oriented_statistical_methods formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00:00
data_structure formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00: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 formatting source-code for 153fb7b8a5 2020-05-30 04:02:09 +00: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 add namespace - machine_learning 2020-05-31 23:00:38 -04:00
math add namespace - statistics 2020-05-31 23:00:49 -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 added sorting algos to namespace sorting 2020-05-31 23:08:57 -04:00
strings added namespace string_search 2020-05-31 23:09:10 -04:00
.gitignore newline character at EOF of gitignore 2020-05-26 08:48:09 -04:00
CMakeLists.txt added cmake to geometry folder 2020-05-31 09:46:48 -04:00
CONTRIBUTION.md Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
DIRECTORY.md Merge remote-tracking branch 'upstream/master' into merge-upstream 2020-05-31 09:21:53 -04: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.