your explanations are always better than editorial.. Superb bro!
@codeExplainer4 жыл бұрын
Thank you so much 😀
@bruteforceman23114 жыл бұрын
keep going bro ,i always watch your video after contest to understand the main concept of that problems
@codeExplainer4 жыл бұрын
Glad to hear that. I hope u learn something new.
@gammastrain52893 жыл бұрын
I could rarely find anything better than this; super easy soln thanks
@codeExplainer3 жыл бұрын
Glad to help
@vaishaligoyal74784 жыл бұрын
couldn't think of subtracting the difference twice or getting the difference of i-1 and i+1. Nice approach and explaination. thanks!!
@codeExplainer4 жыл бұрын
thanks. keep coding and keep learning.
@dipuprasad36943 жыл бұрын
thanks for so nice explanation. I saw many videos and found yours as the best
@codeExplainer3 жыл бұрын
Glad it was helpful!
@ajaib13134 жыл бұрын
Nicely explained, the similar thing i ve read in editorial, but couldn't able to get that , now its clear through diagrams and test cases .....the editorial was like a long paragraph , but its simpler when you explained it ... thank you bro
@codeExplainer4 жыл бұрын
Glad it helped
@allwell85703 жыл бұрын
Thank you for detail explanation
@codeExplainer3 жыл бұрын
Glad it was helpful!
@ranjeet58062 жыл бұрын
thnx for this clear explanation ! btw noticed that you are recording on 3 am next lvl dedication
@codeExplainer2 жыл бұрын
thanks for your appreciation.
@shantanuagrawal35743 жыл бұрын
finally I understand , Thank you
@codeExplainer3 жыл бұрын
welcome brother.
@vaibhavsethia703 жыл бұрын
Thank you!! Finally understood the intuition behind the problem
@codeExplainer3 жыл бұрын
Glad it helped!
@reeshikagrawal27044 жыл бұрын
thanks a lot for this video.. it really helped me a lot to understan the question
@codeExplainer4 жыл бұрын
Glad it helped
@sidharthdhiman45222 жыл бұрын
op explanation bhaiya , with this graph it was easy to understand
@codeExplainer2 жыл бұрын
welcome.
@tarunkumar3279 Жыл бұрын
great explanation
@daved11132 жыл бұрын
Thanks man. Good explanation.
@codeExplainer2 жыл бұрын
Glad it helped
@rakesh88294 жыл бұрын
Wonderful Explanation. Thanks bro.
@codeExplainer4 жыл бұрын
You are welcome
@OnlyAyushAgarwal Жыл бұрын
Nice explanation 😊
@codeExplainer Жыл бұрын
Glad you liked it
@shubhamkumar-ne7gd4 жыл бұрын
bhaiya the way u explain the problem is awesome
@codeExplainer4 жыл бұрын
welcome , keep watching and keep learning.
@althaf44323 жыл бұрын
Awesome Sir,keep going!!
@codeExplainer3 жыл бұрын
Keep watching
@greenmug10583 жыл бұрын
Thanks a lot bro :) , was able to solve with your tutorial
@codeExplainer3 жыл бұрын
Glad it helped
@rohitshinde84783 жыл бұрын
You explained well but still it could be better if you try to explain with different testcases also
@codeExplainer3 жыл бұрын
thanks for the feedback , will use it for further videos.
@AbhishekYadav-rw5ev3 жыл бұрын
thanks a lot.It was so fucking easy after visualizing it with graphs.
@pranav45923 жыл бұрын
Great video!
@codeExplainer3 жыл бұрын
Thanks!
@sohammehta88154 жыл бұрын
gr8 explanation!! 👍
@codeExplainer4 жыл бұрын
Glad you liked it
@MrKB_SSJ28 ай бұрын
According to you, should this be a 1600 ratimg problem or is its 1400 rating justified?
@coderhumai6 ай бұрын
yup judgement error
@sudhanshuranjan88254 жыл бұрын
Sir, do we have to do 2 *abs ( a[i]-a[i-1] ) and the remaining for loop as it is , as u explained as an alternative?
@codeExplainer4 жыл бұрын
u can also do that as well no problem , because u have to find that by changing the element , how much the total number of operations has decreased from the total operation , u can do either of the ways explained in the video.
@abhinavkumar69744 жыл бұрын
Thanks 🙏🙏🙏
@codeExplainer4 жыл бұрын
Welcome
@BelalMoawadOfficial4 жыл бұрын
thank u
@codeExplainer4 жыл бұрын
You're welcome!
@just_relax31103 жыл бұрын
Your code is incorrect
@codeExplainer3 жыл бұрын
codeforces.com/contest/1453/submission/100405220 check this is my solution...I dont paste wrong code..
@just_relax31103 жыл бұрын
@@codeExplainer there is a mistake in the video at the end instead of adding the difference you have subtracted it.