| description | Learn more about: Searching and Sorting | ||||
|---|---|---|---|---|---|
| title | Searching and Sorting | ||||
| ms.date | 11/04/2016 | ||||
| helpviewer_keywords |
|
||||
| ms.assetid | 15e984f0-e155-46f5-8542-51c458792f54 |
Use the following functions for searching and sorting.
| Function | Search or Sort |
|---|---|
bsearch |
Binary search |
bsearch_s |
A more secure version of bsearch |
_lfind |
Linear search for given value |
_lfind_s |
A more secure version of _lfind |
_lsearch |
Linear search for given value, which is added to array if not found |
_lsearch_s |
A more secure version of _lsearch |
qsort |
Quick sort |
qsort_s |
A more secure version of qsort |