Flash Sort (Non-Comparison Sorting Sorting)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n^{2})$

Space Complexity

$O(n)$ words

(http://www.neubert.net/FSOIntro.html, "array of size # of different keys")

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1998

Reference

http://www.neubert.net/FSOIntro.html