Skip to content

Commit

Permalink
Update 2024-11-06-hedgehog-unlocking-creativity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kounkou authored Nov 7, 2024
1 parent 63c83d9 commit 8e72677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _posts/2024-11-06-hedgehog-unlocking-creativity.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Up front, I have to say that practicing on [Hedgehog](https://github.com/kounkou
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

<img width="1212" alt="Screenshot 2024-11-06 at 10 29 10 AM" src="https://github.com/user-attachments/assets/a76c387e-b2ff-49d3-a89a-4650d2e8d874">

<img width="1212" alt="Screenshot 2024-11-07 at 2 48 05 PM" src="https://github.com/user-attachments/assets/700f3658-825a-490d-8224-2a71d3097286">

Using a Trie (prefix tree) to solve this problem is a **creative and efficient approach**. Tries are specifically designed for prefix-based operations, making them highly suitable for this task. Here’s why using a Trie is advantageous:

Expand Down

0 comments on commit 8e72677

Please sign in to comment.