Trail Valleys

A hiker follows a trail where each step changes their height relative to sea level. The function counting_valleys receives the number of steps steps and a string path, where U means a step up and D means a step down. A valley starts when the hiker goes below level 0 and ends when they return to sea level. Return the number of valleys walked through.

Примеры

Ввод
8, "UDDDUDUU"
Вывод
1
Ввод
12, "DDUUDDUDUUUD"
Вывод
2
Ввод
2, "UD"
Вывод
0

Нужно реализовать

def counting_valleys(steps: int, path: str) -> int:

Теги

stringsstack
PostgreSQLv16

Hier verschijnt het resultaat van je code

Tests12
Visible tests
Verborgen test 7
Verborgen test 8
Verborgen test 9
Verborgen test 10
Verborgen test 11
Verborgen test 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid