Algorithms - cppreference.com (original) (raw)

From cppreference.com

< c

C

Compiler support
Language
Headers
Type support
Program utilities
Variadic function support
Error handling
Dynamic memory management
Strings library
Algorithms
Numerics
Date and time utilities
Input/output support
Localization support
Concurrency support (C11)
Technical Specifications
Symbol index

[edit]

Algorithms

qsortqsort_s(C11)
bsearchbsearch_s(C11)

[edit]

Defined in header <stdlib.h>
qsortqsort_s(C11) sorts a range of elements with unspecified type (function) [edit]
bsearchbsearch_s(C11) searches an array for an element of unspecified type (function) [edit]

[edit] References

[edit] See also

C++ documentation for Algorithms library

Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/algorithm&oldid=130550"