Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAAs @ggruccio mentioned, indeed many ways to skin this cat. I took a minimalist approach this time though.
The published solution is incorrect as it does not properly sort by 'duration' as stated in the instructions.
Don't forget to remove 'min' and convert to number before your sort it, otherwise you get it sorted alphabetically instead of numerically.