Commit graph

3 commits

Author SHA1 Message Date
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
Rodney, Tiara
549fea06b1
feat(collections): init circular buffer 2025-05-04 01:42:38 +02:00
Rodney, Tiara
29c7308410
init 2025-05-03 19:28:01 +02:00