Climbing the Leaderboard

  • + 1 comment

    I do not understand the solution for the example: The existing scores are [100,90,90,80], The new players are [70,80,105]. The combined score board should be [105,100,90,80,70], so that the return should be [5,4,1] instead of [4,3,1].