element_distinctness_problem (245B)
1 # Element distinctness problem 2 3 https://en.wikipedia.org/wiki/Element_distinctness_problem 4 5 The [computational_problem] of testing if all elements of [list] are distinct 6 7 Up: [computational_problem], [list] 8 9 See also: [sorting], [hash_function]