Ternary-Such-Baum Chi Hoang
RSS
Ternary search is an algorithm to search for text that works with great efficiency when you need to search on a database of many text strings, like for instance, text spell checking.
This class provides a pure PHP implementation of the ternary search algorithm for inserting new text strings or search for existing strings.
Manuel Lemos