ACM Home Page
Please provide us with feedback. Feedback
All searches are divided into three parts: string searches using ternary trees
Full text PdfPdf (702 KB)
Source International Conference on APL archive
Proceedings of the APL98 conference on Array processing language table of contents
Rome, Italy
Pages: 57 - 68  
Year of Publication: 1998
ISBN:1-58113-181-X
Also published in ...
Author
David E. Siegel  Two Independence Way, Princeton, NJ
Sponsors
Italian Chapter of SIGApl : Italian Chapter of SIGApl
SIGAPL: ACM Special Interest Group on APL Programming Language
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 11,   Downloads (12 Months): 20,   Citation Count: 0
Additional Information:

abstract   references   index terms  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/327559.327618
What is a DOI?

ABSTRACT

This paper considers the problem of searching for strings in a dictionary or symbol table. It presents a data structure which can be used for this purpose---the Ternary Tree. It considers the theoretical properties of this structure, compared with other possible structures for the same purpose. It presents an implementation of this structure in APL, including code to do a variety of operations on it.