From e2b3ecaf8469932f51ccfddc3c4f6546cc4fc137 Mon Sep 17 00:00:00 2001 From: Jakub <168542356+JakubSchwenkbeck@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:37:46 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4f215e..b93d87e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ I chose **Scala** for this implementation due to its powerful combination of **f - **GUI Integration**: Intuitive graphical representation of the trie and live demonstration of pattern matching. - **Concurrency**: Utilizing Scala's concurrency features (e.g., Futures, Akka) to improve performance for large-scale input. + Checkout the different branches to follow the progress of each new feature! --- ## **Why Aho-Corasick?**