Salad  1.0.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
search.h File Reference
#include "salad/types.h"

Go to the source code of this file.

Functions

void * sld_search_binary (void *data_structure, void *search_criterion, SLD_DATA_STRUCTURE data_structure_type, SLD_DATA_TYPE search_criterion_type)
 Searches through data with a "divide and conquer" approach. More...
 
void * sld_search_linear (void *data_structure, void *search_criterion, SLD_DATA_STRUCTURE data_structure_type, SLD_DATA_TYPE search_criterion_type)
 Searches through data sequentially. More...