Talk:Sorting algorithms/Quicksort

From Rosetta Code
Revision as of 21:42, 3 October 2007 by rosettacode>Kevin Reid (request for clarification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details I'm uncertain on:

  • Should it be the in-place form of quicksort, or is it unspecified?
  • What is a discrete type?
  • Should the program as given work for all arrays with indexes "of any discrete type", or should I pick one "discrete type" and give an example with that?

--Kevin Reid 15:42, 3 October 2007 (MDT)