to-do(1): open
This commit is contained in:
parent
29c7308410
commit
d588995c7c
1 changed files with 11 additions and 0 deletions
11
TODO
11
TODO
|
|
@ -47,3 +47,14 @@ Description: [Detailed explanation]
|
||||||
|
|
||||||
## Issues
|
## 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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue