This sample uses a patricia index with a string key. The application demonstrates the use of the generated
_exact_match()
,_prefix_match()
and_next_match()
functions for character (char<n>) patricia indexes. (See filestrobj.c
).
See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the
\target\bin
directory:05_indexes_patricia_characterBut it is more instructive to run it in your development environment debugger, stepping through the code.