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...
This commit is contained in:
Rodney, Tiara 2025-05-05 01:36:58 +02:00
parent b1ca25bc52
commit b29ae6087d
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -50,7 +50,7 @@ Description: [Detailed explanation]
ID: 1 ID: 1
Type: feature Type: feature
Title: implement KMP algorithm for string searching Title: implement KMP algorithm for string searching
Status: in-progress Status: hold
Priority: high Priority: high
Created: 2025-05-03 Created: 2025-05-03
Description: Implement the Knuth-Morris-Pratt algorithm for string searching. Description: Implement the Knuth-Morris-Pratt algorithm for string searching.