Test Cases & Chat
Part 1
current
Test 1
input:temperatures = [73,74,75,71,69,72,76,73]
expect:[1,1,4,2,1,1,0,0]
Test 2
input:temperatures = [30,40,50,60]
expect:[1,1,1,0]
Test 3
input:temperatures = [30,60,90]
expect:[1,1,0]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:temperatures = [73,74,75,71,69,72,76,73]
expect:[1,1,4,2,1,1,0,0]
Test 2
input:temperatures = [30,40,50,60]
expect:[1,1,1,0]
Test 3
input:temperatures = [30,60,90]
expect:[1,1,0]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then