about | help | code help+videos | done | prefs |
Write a method that returns the shortest wait time in the array of wait times that are passed in as the input parameter. All of the wait times will be greater than zero. There could be ties for shortest wait times. The 'waitTimes' array will contain at least one element. sept28_2018_SLHL_slinkyDog([50, 15, 30, 50, 70, 90, 80, 40]) → 15 sept28_2018_SLHL_slinkyDog([70, 30, 16, 26]) → 16 sept28_2018_SLHL_slinkyDog([100, 100, 100, 100, 100, 100]) → 100 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 290
Copyright Nick Parlante 2017 - privacy