blog/content/posts/2024-06-30-trie/index.md
2024-06-30 12:35:08 +01:00

473 B

title date draft description tags categories series favorite disable_feed
Trie 2024-06-30T11:07:49+01:00 false A cool map
algorithms
data structures
python
programming
Cool algorithms
false false

This time, let's talk about the Trie, which is a tree-based mapping structure most often used for string keys.