05-Indexes_Patricia_Character

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 file strobj.c).

How to Run

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_character
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics