Talk:Quickselect algorithm: Difference between revisions

no edit summary
(→‎C# and Quicksort: Thanks for the explanation...)
No edit summary
Line 14:
 
::Task writing has its quirks. Thanks for the learning experience :-)<br> -[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 06:39, 6 October 2013 (UTC)
 
==Task Testing Values==
In future tasks I suggest you to propose common task data values like [90, 80, 70, 60, 50, 0, 10, 20, 30, 40] instead of [9, 8, 7, 6, 5, 0, 1, 2, 3, 4] because with the first it's a little less easy to produce a correct output in presence of code bugs. Also to reduce the probability of having buggy entries that give a correct answer on just the common task data values, I suggest to offer more test cases.