Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
I was doing this problem and couldn't figure it out. Glad you uploaded the solution today and I really like the way you walk us through your solution step by step. Kudos for doing this!
Just a quick thought :- if you put that end+=1 on top of max_onesyou dont need to +1 inside the max()just (end - start) is enough
❤your videos.
great thank you
instead of the second while loop we could do "if" cuz we're at most running it once.
I was doing this problem and couldn't figure it out. Glad you uploaded the solution today and I really like the way you walk us through your solution step by step. Kudos for doing this!
Just a quick thought :-
if you put that end+=1 on top of max_ones
you dont need to +1 inside the max()
just (end - start) is enough
❤your videos.
great thank you
instead of the second while loop we could do "if" cuz we're at most running it once.