Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e46d3e

Browse files
committedApr 24, 2018
Add Rabin.
1 parent 59548c6 commit 0e46d3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/algorithms/string/rabin-karp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ strings, single-string searching algorithms are impractical.
2121

2222
## References
2323

24-
[Wikipedia](https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm)
24+
- [Wikipedia](https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm)
25+
- [YouTube](https://www.youtube.com/watch?v=H4VrKHVG5qI)

0 commit comments

Comments
 (0)
Please sign in to comment.