Skip to content

Commit ae29d8b

Browse files
committed
clean hints
1 parent 7158253 commit ae29d8b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

week3/quicksort/interview-questions/task3/solution.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,3 @@ def count_dominants(arr, lo, hi, d, result)
5353
p expected.sort!
5454
p result.sort!
5555
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

Comments
 (0)