Ad
  • Default User Avatar

    These instructions are the problem. The rank needs to be decending order but that wasn't clear. it works for the Benjamin case since it is perfectly in the middle of the ranked names. Got it.

  • Default User Avatar

    What don't I understand on the example test rank("Lagon,Lily", [1, 5], 2) == "Lagon")

    ranks = [(54, 'Lagon'), (310, 'Lily')] 'Lily' is the second ranked name, why is 'Lagon' the desired name? No one else seems to have this problem. Any clues appreciated.