From c8164f07a6958d0fd87e0d67de4d45f4df15c395 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sat, 3 May 2025 22:59:51 +0200 Subject: [PATCH] to-do(1): in-progress --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 189135f..3fbfbbc 100644 --- a/TODO +++ b/TODO @@ -50,7 +50,7 @@ Description: [Detailed explanation] ID: 1 Type: feature Title: implement KMP algorithm for string searching -Status: open +Status: in-progress Priority: high Created: 2025-05-03 Description: Implement the Knuth-Morris-Pratt algorithm for string searching.