Skip to main content

Definitions by codemastercode

Port (v): To rewrite code in a different programming language that remains functionally identical.
Port by codemastercode January 26, 2011
Qsort (n): a C++ function accepting, among other things, a pointer to an array, and applies the Quicksort algorithm to sort the array.

Qsort (n): see Quicksort.
Qsort must be the fastest sorting algorithm ever.
Qsort by codemastercode January 26, 2011

Quicksort 

Quicksort (n): a sorting algorithm which accepts an array of integers (or hashable objects), and sorts it.
Quicksort remains the most commonly implemented sorting algorithm, despite being decades old.
Quicksort by codemastercode January 26, 2011