| Student Name: | Chris Wagner |
| Mentor Name: | Thorsten Ottosen |
| Title: | Proposal for Generic Trie, Radix Tree, and Suffix Array Data Structures |
| Abstract: | I propose to develop a Boost C++ library consisting of generic implementations of common data structures and algorithms useful in text-processing domains. This library will include prefix trees (tries), suffix trees and arrays, and radix trees that can be constructed over “sequenceable” key types. Where appropriate, the library will include adaptors for set- and map-like containers. |