From 63c83d9ef5780ca0913beeaaaf943a8f12d64dc8 Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Wed, 6 Nov 2024 10:45:32 -0800 Subject: [PATCH] Update 2024-11-06-hedgehog-unlocking-creativity.md --- _posts/2024-11-06-hedgehog-unlocking-creativity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-11-06-hedgehog-unlocking-creativity.md b/_posts/2024-11-06-hedgehog-unlocking-creativity.md index 189ccdf..9438569 100644 --- a/_posts/2024-11-06-hedgehog-unlocking-creativity.md +++ b/_posts/2024-11-06-hedgehog-unlocking-creativity.md @@ -22,7 +22,7 @@ Explanation: There is no common prefix among the input strings. ## Why Choose a Trie? -Up front, I have to say that practicing on [Hedgehog](https://github.com/kounkou/Hedgehog) seems to have unlock this level of creativity. Hedgehog is focused on learning the basic Data structures and algorithms commonly used +Up front, I have to say that practicing on [Hedgehog](https://github.com/kounkou/Hedgehog) seems to have unlocked this level of creativity. Hedgehog is focused on learning the basic Data structures and algorithms commonly used when solving complex problems. And I suspect practicing on Hedgehog gave some deeper understanding about the nature of some Datastructures and algorithm in a way I might not have been aware of... Here is also how my (dynamic) Hedgehog stats look like, I had practiced Tries earlier though