Radix sorting method (General Permutations Generating Random Permutations)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(n)$ words

(Need to keep track of randomly generated numbers, but otherwise see radix sort)

Description

Approximate?

Exact

Randomized?

Yes, ??

Model of Computation

Word RAM

Year

1887

Reference

-