Heapsort implementation

Does anyone have an example of using heap sort on an array. Say I take playerstate array. Then apply heap sort to is using a value on the array to take score as the value to sort the player array into sorted players array.