Function unique_3

Source
pub fn unique_3(a: &[i32]) -> bool
Expand description

A reimplementation of tgg::unique_2() that checks an array for uniqueness in O(n * log(n)) time