Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ radix_tree.py
File
radix_tree.py
data_structures/trie/radix_tree.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
A Radix Tree is a data structure that represents a space-optimized
3
trie (prefix tree) in whicheach node that is the only child is merged
4
with
its parent [https://en.wikipedia.org/wiki/Radix_tree]
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected