mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 01:02:46 +08:00
Documentation for 60ee52fd6a
This commit is contained in:
@@ -168,6 +168,7 @@ Functions</h2></td></tr>
|
||||
<div class="textblock"><p>Sorting algorithms. </p>
|
||||
<p>for io operations</p>
|
||||
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/is_sorted.html">std::is_sorted</a></p>
|
||||
<p>for returning multiple values form a function at once</p>
|
||||
<p>Sorting Algorithms.</p>
|
||||
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></p>
|
||||
<p>for assert for typedef datatype uint64_t for IO operations</p>
|
||||
@@ -177,6 +178,8 @@ Functions</h2></td></tr>
|
||||
<p>Sorting algorithms</p>
|
||||
<p>header files for collection of functions for a macro called assert which can be used to verify assumptions for io operations</p>
|
||||
<p>Sorting algorithms</p>
|
||||
<p>for IO operations for initializing random number generator for assert for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/is_sorted.html">std::is_sorted()</a>, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/swap.html">std::swap()</a> for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a></p>
|
||||
<p>Sorting algorithms</p>
|
||||
<p>for assert for IO operations for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a></p>
|
||||
<p>Sorting algorithms </p>
|
||||
</div><h2 class="groupheader">Function Documentation</h2>
|
||||
|
||||
Reference in New Issue
Block a user