py-utils/tests
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
..
unit feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00
__init__.py init 2025-05-03 19:28:01 +02:00