Namespaces
Variants
Views
Actions

Algorithms

From cppreference.com
< c
Revision as of 03:21, 23 June 2021 by Space Mission (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Defined in header <stdlib.h>
sorts a range of elements with unspecified type
(function) [edit]
searches an array for an element of unspecified type
(function) [edit]

[edit] References

  • C11 standard (ISO/IEC 9899:2011):
  • 7.22.5 Searching and sorting utilities (p: 354-356)
  • K.3.6.3 Searching and sorting utilities (p: 607-609)
  • C99 standard (ISO/IEC 9899:1999):
  • 7.20.5 Searching and sorting utilities (p: 318-319)
  • C89/C90 standard (ISO/IEC 9899:1990):
  • 4.10.5 Searching and sorting utilities

[edit] See also

C++ documentation for Algorithms library