effective functonal 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:30 UTC
Read the original article Hit count: 184

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