No description
Find a file
Rodney, Tiara e67a95f15a
feat(string): init Rabin-Karp rolling hash
Implemented Rabin-Karp rolling hash class abstraction.

After testing muliple algorithms for efficient substring searching in a stream
abstracted by a ring buffer, I've dropped the idea of using KMP in favor of
implementing my own algorithm based of the Rabin-Karp rolling hash algorithm.
2025-05-05 01:33:22 +02:00
src/byteb4rb1e_utils feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00
tests feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00
.gitignore init 2025-05-03 19:28:01 +02:00
configure init 2025-05-03 19:28:01 +02:00
configure.ac init 2025-05-03 19:28:01 +02:00
Makefile init 2025-05-03 19:28:01 +02:00
Pipfile init 2025-05-03 19:28:01 +02:00
Pipfile.lock init 2025-05-03 19:28:01 +02:00
pyproject.toml init 2025-05-03 19:28:01 +02:00
requirements-dev.txt init 2025-05-03 19:28:01 +02:00
TODO todo(5): in-progress 2025-05-05 01:31:35 +02:00