Partial sorting: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Unreferenced section}}
Chmarkine (talk | contribs)
m Language/library support: change to https if the server sends HSTS header, replaced: http://docs.python.org → https://docs.python.org (2) using AWB
Line 31:
== Language/library support ==
* The [[C++]] standard specifies a library function called <code>[http://en.cppreference.com/w/cpp/algorithm/partial_sort std::partial_sort]</code>.
* The [[Python (programming language)|Python]] standard library includes functions <code>[httphttps://docs.python.org/library/heapq.html#heapq.nlargest nlargest]</code> and <code>[httphttps://docs.python.org/library/heapq.html#heapq.nsmallest nsmallest]</code> in its <code>heapq</code> module.
 
==References==