C++ 算法大全
Go to file
nikhil kala 85b818fdd4
Merge pull request #277 from mahbubcseju/master
Added knuth pratt morris algorithm for finding string match.
2019-12-03 15:51:22 +05:30
.github Flatten the math directory (#657) 2019-11-28 14:34:13 +01:00
backtracking rename Backtracking -> backtracking (#654) 2019-11-28 13:37:04 +01:00
computer_oriented_statistical_methods rename Computer Oriented Statistical Methods -> computer_oriented_statistical_methods (#656) 2019-11-28 14:07:34 +01:00
data_structure rename Data Structure -> data_structure (#644) 2019-11-28 13:28:41 +01:00
dynamic_programming rename Dynamic Programming -> dynamic_programming (#645) 2019-11-28 13:29:01 +01:00
graph rename Graph -> graph (#649) 2019-11-28 13:30:19 +01:00
greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) 2019-11-28 13:29:38 +01:00
hashing rename Hashing -> hashing (#650) 2019-11-28 13:30:50 +01:00
math Flatten the math directory (#657) 2019-11-28 14:34:13 +01:00
operations_on_datastructures rename Operations on Datastructures -> operations_on_datastructures (#655) 2019-11-28 13:52:24 +01:00
others rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
range_queries rename Range queries -> range_queries (#646) 2019-11-28 13:28:16 +01:00
search Merge pull request #671 from Divide-et-impera-11/swing 2019-12-02 10:12:59 -05:00
sorting rename Sorting -> sorting (#653) 2019-11-28 13:32:03 +01:00
String Added knuth pratt morris algorithm for sfinding string match. 2019-07-19 17:55:42 +09:00
.cpplint Update .cpplint 2019-12-03 10:54:56 +01:00
CONTRIBUTION.md fix add fixes to latest contribution.md file 2019-11-13 12:34:12 -05:00
LICENSE Create LICENSE 2019-10-26 14:36:03 +05:30
README.md I modified a link 2019-11-15 14:44:55 +09:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests

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.