Given array:

private int[] counts = {7,  12,  3,  56,  11,  9, 18 }

And the selection sort from the video demo What is the value of lh when the array is put in this state:

{3,  7,  9,  11,  56,  12, 18 }
3
  • 1
  • 2
  • 4

There are no hints for this question