MCPcopy 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"""
2A Radix Tree is a data structure that represents a space-optimized
3trie (prefix tree) in whicheach node that is the only child is merged
4with its parent [https://en.wikipedia.org/wiki/Radix_tree]

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected