to-do(1): open

This commit is contained in:
Rodney, Tiara 2025-05-03 22:57:57 +02:00
parent 29c7308410
commit d588995c7c
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

11
TODO
View file

@ -47,3 +47,14 @@ Description: [Detailed explanation]
## Issues
ID: 1
Type: feature
Title: implement KMP algorithm for string searching
Status: open
Priority: high
Created: 2025-05-03
Description: Implement the Knuth-Morris-Pratt algorithm for string searching.
I require this for matching RFC 9112 boundaries of entities against
a circular buffer.
---