hello larry, i've got a suggestion for u. once see STRIVER's videos on dsa (any video) or neetcode. just look at the pace at which they explain and also makes the intuition sink in to the viewers. They do the problem before hand , so the thinking time doesnt get included in their video. people usually prefer to understand any concept faster. so plz try out the problem before hand and just discuss the intuition, the way how u came up with that solution and the code. That would be really helpful for us and it would increase your views as well.
Hey, Larry. Great video. Just one issue. Maybe I'm not following along properly, but what if our input String was "199100200"? Wouldn't your code still return true in this case?
Were you an.. "addit" to this problem?
hello larry, i've got a suggestion for u. once see STRIVER's videos on dsa (any video) or neetcode. just look at the pace at which they explain and also makes the intuition sink in to the viewers. They do the problem before hand , so the thinking time doesnt get included in their video. people usually prefer to understand any concept faster. so plz try out the problem before hand and just discuss the intuition, the way how u came up with that solution and the code. That would be really helpful for us and it would increase your views as well.
if you think their videos are better fit for you, then you should just watch those instead! there's a reason why I do it this way after 3000 videos
Absolutely excellent video. You're coding style is incredibly easy to follow and digest. Great job!
Hey, Larry. Great video. Just one issue. Maybe I'm not following along properly, but what if our input String was "199100200"? Wouldn't your code still return true in this case?
Nope, it returns false for me
@@Algorithmist Okay I see why now. You're running the calc function for every (i,j) substring . Thanks for getting back to me.