C++ 算法大全
Go to file
2020-05-29 23:26:28 +00:00
.github git pull & then push 2020-05-29 19:24:24 -04:00
.vscode set 1 space for private and public keywords in cpp-classes 2020-05-27 08:08:31 -04:00
backtracking update 2020-04-29 22:52:44 +05:30
computer_oriented_statistical_methods cleaner equation 2020-05-28 23:30:10 -04:00
data_structure formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +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 filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
graph formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
greedy_algorithms formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
hashing formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
math cpplint correction for header guard style 2020-05-29 09:44:08 -04:00
operations_on_datastructures formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
others fix happy number code and documetnation 2020-05-28 16:43:03 -04:00
probability documented binomial distribution 2020-05-28 17:38:50 -04:00
range_queries formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
search reformat documentation 2020-05-28 21:46:18 -04:00
sorting formatting filenames d7af6fdc8c 2020-05-29 23:26:28 +00:00
strings document rabin-karp string search 2020-05-29 08:27:33 -04:00
.gitignore newline character at EOF of gitignore 2020-05-26 08:48:09 -04:00
CMakeLists.txt added AMS extenstions to MATHJAX in doxygen 2020-05-28 17:39:08 -04:00
CONTRIBUTION.md Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
DIRECTORY.md updating DIRECTORY.md 2020-05-29 23:23:29 +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.