Example

Quicksort NX

2

Toddl 2018-10-31 20:12

Ok, for a project I needed a fast sort routine. My usual bubble sort routine proved to be way too slow, so I had a look if I could find a quicksort implementation that is not using recursive function calls.

I instantly found the answer:
http://alienryderflex.com/quicksort/

Darel Rex Finley did a nice job in implementing quicksort without recursive function calls. I ported that implementation to lowres coder.

So if you need fast sorting for your lowres coder project feel free to copy my code and use it in your project.

Quicksort NX.nx | Open in app
2018-10-31 20:12

Log in to reply.