C++ 算法大全
Go to file
Amit Kumar 62b8c5162b
feat: added rabin_karp algorithm for string match (#779)
* feat: added rabin_karp algorithm for string match

* feat: added rabin_karp algorithm for string match

* feat: added rabin_karp algorithm for string match

* Update rabin_karp.cpp

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-22 12:15:29 +02:00
.github fix: attempt to fix GH pages workflow (#733) 2020-04-26 10:08:40 +02:00
.vscode feat : added library sort (#710) 2020-03-07 08:20:08 +01:00
backtracking Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
computer_oriented_statistical_methods Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
data_structure wrapped all the functions inside a class 2020-05-22 09:23:02 +05:30
dynamic_programming Merge pull request #723 from faizanahamed1414/patch-1 2020-04-22 20:53:09 +08:00
graph fix: dynamically allocate all arrays 2020-05-22 01:06:40 +05:30
greedy_algorithms Greedy Algorithms -> greedy_algorithms (#647) 2019-11-28 13:29:38 +01:00
hashing feat: Implemented open addressing hash tables (#673) 2019-12-21 09:17:08 +01:00
math fix: sqrt_double hangs on x < 1 (#760) 2020-05-20 03:05:03 +00:00
operations_on_datastructures feat: added a function to get the size of a linked list (#763) 2020-05-19 06:59:38 +02:00
others Update others/stairs_pattern.cpp 2020-04-19 17:48:48 +02:00
probability feat: added poisson_dist.cpp (#739) 2020-05-21 22:48:44 +02:00
range_queries Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
search Interpolation search method (#287) 2020-01-09 23:52:44 +01:00
sorting SwapSort.cpp (#754) 2020-05-19 20:56:59 +02:00
strings feat: added rabin_karp algorithm for string match (#779) 2020-05-22 12:15:29 +02:00
.gitignore Create .gitignore 2019-12-05 22:05:29 +01:00
CONTRIBUTION.md Update CONTRIBUTION.md 2019-12-05 19:12:07 +01:00
DIRECTORY.md updating DIRECTORY.md 2020-05-22 10:14:37 +00:00
LICENSE Update the copyright year 2020-04-12 21:16:18 +08:00
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.