| about | help | code help+videos | done | prefs |
In a foot race each runner's time is measured in seconds stored in an array. genderTimes([1.7, 1.5, 1.8, 1.5, 2.5, 2.1, 1.9], ["M", "F", "O", "F", "F", "M", "M"], "M") → [1.7, 2.1, 1.9] genderTimes([1.7, 1.5, 1.8, 1.5, 2.5, 2.1, 1.9], ["M", "F", "O", "F", "F", "M", "M"], "F") → [1.5, 1.5, 2.5] genderTimes([1.7, 1.5, 1.8, 1.5, 2.5, 2.1, 1.9], ["M", "F", "O", "F", "F", "M", "M"], "O") → [1.8] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy