Talk:Sorting algorithms/Quicksort: Difference between revisions

(a bug in task description)
(→‎MATLAB... works?: new section)
Line 27:
Since I do not seem to have captured the intension correctly, I will remove that line from UnixPipelines until I can think of a better way to put it. Thanks for the attention.
[[User:Rahul|Rahul]] 02:36, 8 April 2008 (MDT)
 
== MATLAB... works? ==
 
Does MATLAB work? It defines a function named quicksort, but then calls qsort; and the return after the function declaration... if it is like Octave, it makes the program terminate so that the test is never run (maybe the file where you stored the code was called qsort? this could fix something... but doesn't MATLAB complain about the fact that your file is called qsort while your function is quicksort? --[[User:ShinTakezou|ShinTakezou]] 23:04, 25 June 2009 (UTC)