From b29ae6087d1aaec1a2229f071e7355585973832e Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Mon, 5 May 2025 01:36:58 +0200 Subject: [PATCH] todo(1): hold I don't have a real use for KMP at the moment. I'm putting it on hold but leaning towards cancelling the feature completely as I'm not trying to create a collection of algorithms... My utilities should only contain what I really need... --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 947cd5e..e4fe7e9 100644 --- a/TODO +++ b/TODO @@ -50,7 +50,7 @@ Description: [Detailed explanation] ID: 1 Type: feature Title: implement KMP algorithm for string searching -Status: in-progress +Status: hold Priority: high Created: 2025-05-03 Description: Implement the Knuth-Morris-Pratt algorithm for string searching.