We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7158253 commit ae29d8bCopy full SHA for ae29d8b
week3/quicksort/interview-questions/task3/solution.rb
@@ -53,8 +53,3 @@ def count_dominants(arr, lo, hi, d, result)
53
p expected.sort!
54
p result.sort!
55
p expected == result
56
-
57
58
-# Hint: determine the `(n/10)^th` largest key using quickselect and check if it occurs more than `n/10` times.
59
60
-# Alternate solution hint: use 9 counters.
0 commit comments