Skip to content
ternary search tree

Image by Pexels on Pixabay · Pixabay License

EntityQ2859802· pop 11· linked from 137 articles

ternary search tree

Sign in to save

Also known as TST

3-way tree data structure where every node's left subtree has keys less than the node's key, every middle subtree has keys equal to the node's key, and every right subtree has keys greater than the node's key