Sponsored
Use these hints if you're stuck. Try solving on your own first.
Calculate the median of the array as defined in the statement.
Use custom sort function to sort values (Strongest first), then slice the first k.
Solve with full IDE support and test cases