(libc.info.gz) Searching and Sorting

Info Catalog (libc.info.gz) Message Translation (libc.info.gz) Top (libc.info.gz) Pattern Matching
 
 9 Searching and Sorting
 ***********************
 
 This chapter describes functions for searching and sorting arrays of
 arbitrary objects.  You pass the appropriate comparison function to be
 applied as an argument, along with the size of the objects in the array
 and the total number of elements.
 

Menu

 
* Comparison Functions        Defining how to compare two objects.
 				 Since the sort and search facilities
                                  are general, you have to specify the
                                  ordering.
* Array Search Function       The 'bsearch' function.
* Array Sort Function         The 'qsort' function.
* Search/Sort Example         An example program.
* Hash Search Function        The 'hsearch' function.
* Tree Search Function        The 'tsearch' function.
 
Info Catalog (libc.info.gz) Message Translation (libc.info.gz) Top (libc.info.gz) Pattern Matching
automatically generated by info2html