py-utils/tests/unit
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
..
byteb4rb1e_utils feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00
__init__.py refactor(tests): move unit tests to subdirectory 2025-05-04 01:38:42 +02:00