Bite 35. Having fun with heapq
Login and get codingIn this Bite you are provided with 3 data structures: a list of
ints, a list ofdatetimes, and a list ofdicts.Complete the 3 functions to return the largest n of each using
heapq(our tests require this data type here).Have fun and keep calm and code in Python!
Will you be the 245th person to crack this Bite?
Resolution time: ~40 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 2.82 on a 1-10 difficulty scale.
» You can do it! 😌