Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
5
Task/Quickselect-algorithm/00DESCRIPTION
Normal file
5
Task/Quickselect-algorithm/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Use the [[wp:Quickselect|quickselect algorithm]] on the vector
|
||||
: [9, 8, 7, 6, 5, 0, 1, 2, 3, 4]
|
||||
To show the first, second, third, ... up to the tenth largest member of the vector, in order, here on this page.
|
||||
|
||||
* Note: Quick''sort'' has a separate [[Sorting algorithms/Quicksort|task]].
|
||||
Loading…
Add table
Add a link
Reference in a new issue