Is there a Ternary Search Tree?
isapir opened this issue · 2 comments
isapir commented
Hello,
Is there a Ternary Search Tree implementation here by a different name?
I tried to look for TST or Ternary and didn't see one. Was wondering if it appears under a different name.
Thank you.
phishman3579 commented
No there isn't one, yet. It's been on my todo list for a while now.
-Justin
phishman3579 commented
@isapir I've added my first pass at a ternary search tree. Update your repository.