Hope you all get placed in your dream company: All the best guys
@AkankshaSingh-yu4lg8 жыл бұрын
Omg , finally i understood the algo , best explanation . Never knew that it was so easy.
@GeraldoLopez4 жыл бұрын
saw three videos trying to explain the problem, yours by far is superior. thanks.
@vikasshivashankara8784 жыл бұрын
Thanks Tushar, I totally understood this algorithm hopefully i can apply in any problems involving using matrix sum 2d array.
@kunalkathpal71678 жыл бұрын
Tushar Roy , i must say "fabulous explanation!!"
@shashankrajholavanalli28687 жыл бұрын
You are too good at explaining Tushar. Keep it up :)
@shyamtripathy50846 жыл бұрын
Awesome.. The code suggested by you was like 100 % faster in leetcode. The solution i thought was using a 3d matrix and used DP. I really appreciate this video
@ankushgats8 жыл бұрын
Thanks again Tushar. You made DP look so easy for me.
@umeshchand22118 жыл бұрын
Amazing tutorials ....wish you best of luck for mission-peace :)
@andreiivasko9494 жыл бұрын
Amazing, thanks Tushar!
@nayankhuman10432 жыл бұрын
Thanks for the great explanation
@harpercfc_2 жыл бұрын
Thank you :D finally understood this algo
@DK-ox7ze Жыл бұрын
What's the logic behind calculating prefix sum for each cell? What's the intuition behind the formula you used?
8 жыл бұрын
my hero!! you are the best bro !! tks a lot
@musabbirahmedkhan70497 жыл бұрын
way of teaching is the best
@normalpeople34414 жыл бұрын
one of the best explanation thanks man..
@namanyourfriend19984 жыл бұрын
Hello Tushar...Great video. I was curious about the case where the matrix is not immutable.
@tirushma8 жыл бұрын
No one can replace you....Who care about Attendance in NIT if Tushar Roy is here...!!! #Placed in SAIL #Aapki Meharbaani
@tirushma8 жыл бұрын
+Tushar Roy Qualified from Gate sir
@tirushma8 жыл бұрын
+Tushar Roy thank you so much.....
@FinanceStoryTime8 жыл бұрын
Fantastic explanation!! Wow!!
@ivanbogatyrev23885 жыл бұрын
Great explanation! Thank you.
@karim-redwanul8 жыл бұрын
Hello +Tushar Roy , Your tutorials are very helpful. Thanks for these amazing tutorials. I would like to request for a tutorial on Suffix Automaton. :)
@karim-redwanul8 жыл бұрын
Thanks :)
@thatsit23973 жыл бұрын
why he isn't active anymore?
@JayDonga3 жыл бұрын
What difficulty shall we face if we didn't allocate extra row and extra column in second matrix?
@shiyadh44713 жыл бұрын
Then we can't directly use the terms T[i-1][j], T[i][j-1] and T[i][j] in case of the elements in first row and columns(2,0,-3,4,,,6,5,2). Right?
@ErfanHossainShoaib8 жыл бұрын
one of the great tutorial...
@manishasinha66947 жыл бұрын
Sir, your way of teaching is the best.. please suggest best site for coding?
@tusharroy25257 жыл бұрын
leetcode
@ashishsinha88936 жыл бұрын
leetcode and codeforces,geeksforgeeks
@ranesh2376 жыл бұрын
Is this a floyd-warshall algorithm?
@yamanshiekhdeia47786 жыл бұрын
great job!
@daydreameravani8 жыл бұрын
Helps a lot!
@rlalduhsaka67468 жыл бұрын
hello Tushar. can you please make some tutorials in fault tolerant systems?
@judemartin83698 жыл бұрын
Awesome !
@wukunliu17144 жыл бұрын
big fam!!
@stdiosus8 жыл бұрын
Спасибо!
@priyankpande98 жыл бұрын
Hi Tushar, Your tutorials are very helpful. If possible please cover these 2 questions - 1. All possible increasing subsequences of numbers in a linear array having gcd 1 of any length. 2. How to answer question when asked about searching/auto correction in a dictionary - As per I know Trie can be a way but that is a prefix based solution Or edit distance will take too much time to check with all the words available ?
@jlecampana3 жыл бұрын
Is there someone who can actually code this time efficient solution during an interview w/o having seen the problem before?
@depression_plusplus61203 жыл бұрын
Quite hard actually. Hopefully interviewers help a lot
@narendraparmar16316 жыл бұрын
Thanks 😆
@surajch26785 жыл бұрын
👏
@shuvendubikash37928 жыл бұрын
Will u please write the output of your program in comment inside the code that you provide in GitHub. As I am a C++ programmer I can not test your java code nd I have to write my own code, I am left with a little confusion whether my output is write or wrong. if u start doing so, it will be better for us. thank you...