Learn R Programming

TSTr (version 1.1)

TSTr-package: tools:::Rd_package_title("TSTr")

Description

tools:::Rd_package_description("TSTr")

Arguments

Details

This package can be used to create a ternary search tree, more space efficient compared to standard prefix trees. Common applications for ternary search trees include spell-checking and auto-completion.

References

https://en.wikipedia.org/wiki/Ternary_search_tree

See Also

newTree