pub fn unique_3(a: &[i32]) -> bool
A reimplementation of tgg::unique_2() that checks an array for uniqueness in O(n * log(n)) time