effective functional sort

Posted by sreservoir on Stack Overflow See other posts from Stack Overflow or by sreservoir
Published on 2010-05-18T21:25:00Z Indexed on 2010/05/18 21:40 UTC
Read the original article Hit count: 248

I'm programming a function for a TI-NSpire, so I can't use the builtins from inside a function. What is the most generally efficient algorithm for sorting a list of numbers without modifying the list itself? (recursion and list-splitting are fair game, as is general use of math.)

© Stack Overflow or respective owner

Related posts about sorting

Related posts about algorithm