From d588995c7c3677313351401d85e2f201826a1dee Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sat, 3 May 2025 22:57:57 +0200 Subject: [PATCH] to-do(1): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 7f9986e..189135f 100644 --- a/TODO +++ b/TODO @@ -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. + +---