Awesome sir, i like the people who explained from core
@ravikanthreddy894 жыл бұрын
Best part: Explanation of branching strategy based on the relation between " Current Node's Range or interval" and "Query Range/interval"!! Thank you Mr Vivekanand!!
@anandkanade95004 жыл бұрын
speechless He can make anyone understand anything ++respect sir;
@arvindnegivlogs99455 жыл бұрын
This is the first time I am writing a comment. Your video is excellent that I can't resist myself to post a comment. Keep it up sir.
@VikashYadav-nk4mc4 жыл бұрын
your videos are superb, thanks for explaining with patience
@PradeepKumar-ie3vu6 жыл бұрын
You should post your video with some quick view of implementation of code in c/c++
@himayadav25634 жыл бұрын
Yess sir plss explain cpp code for segment trees
@吳承翰-u1l3 жыл бұрын
The best video I have ever seen!
@edemohan96497 жыл бұрын
I saw all your lectures on dynamic programming they are simply superb. I learnt so much. Now I need advanced dynamic programming. And dynamic programming with bit masking. Waiting for your reply..
@lavishgarg42745 жыл бұрын
you are excellent, your channel is underrated, it deserves a lot more subcribers
@vivektadpatri74135 жыл бұрын
I think whether to go to left or right needs to be much smarter. I solved a segment tree question with the logic you mentioned and the algo took 456 ms and when I looked at the child intervals and then made my move, the algo took just 57 ms. The algorithm was about range sum query.
@GopalKumar-py2cf Жыл бұрын
best explanation video thank you sir
@kiranmahajan7784 жыл бұрын
You are a magician !
@SoumyajitPyne4 жыл бұрын
Amazing Video!!!.But the explanation of the time complexity of the Segment tree is not sufficient...You have only said that as the height is logN ,the time would be O(logN) but we have to do recursive call on both branch of the tree so in worst case we might visit all the nodes of the tree..(which is not so obvious from the height of the tree)...
@beanred48155 жыл бұрын
This is really clear! Thank you so much! your video helps a lot! : )
@blasttrash4 жыл бұрын
Amazing video. Thanks a lot.
@ahnafsamin37777 жыл бұрын
Great video!Very nicely explained.Please make a video on the coding part asap.
@ManvendraSK5 жыл бұрын
Hello, this is a very useful and clear explanation. I can't find the next video of the segment tree where you have explained the code. Could you please post the link here?
@coder_who_cooks39347 жыл бұрын
Great job sir! your explanations are as clear as water!
@LakshmikanthAyyadevara4 жыл бұрын
great explanation
@ashwiniabhishek15044 жыл бұрын
The algorithm part was well explained, but I guess you should have provided a more exhaustive time complexity analysis as from the example it seems the complexity approaches O(n).
@sriharsha86507 жыл бұрын
You are simply superb. No one can give an explanation better than this on Segment tree. Where is the video in which you explained the program for this? Please upload it if you haven't. Thank you so so much.
@praveenchouhan63884 жыл бұрын
awesome explanation, keep it up sir.
@tanmaysinha29693 жыл бұрын
Really Nice. Keep it up.
@Ap-dv6lg5 жыл бұрын
Nice explanation.
@edemohan96497 жыл бұрын
Your tutorials are nice. Thank you.
@ritikamor15516 жыл бұрын
very nicely explained sir can you please post a video on extended euclidean algorithm?
@mohakchaudhary19815 жыл бұрын
Excellent explanation 😀😀
@avanishpratapsingh44635 жыл бұрын
nice explanation
@pawanpandey26 жыл бұрын
Excellent explanation sir....
@syedagazalarizvi6795 жыл бұрын
Excellent explanation Sir!! Can u please post a video on SOM-NG Algorithm?
@BeastMaster-dq8vt5 жыл бұрын
What is som-ng algorithm ?
@vadirajjahagirdar93427 жыл бұрын
Clear explanation. Thank you!
@jakusam45646 жыл бұрын
very nice video sir
@yashpratap39506 жыл бұрын
best explanation
@asim-gandu-phenchod4 жыл бұрын
Waiting for your code video. Please make a code video for it
@ahmedkowsher76576 жыл бұрын
really great
@asrafpatoary47357 жыл бұрын
Pretty cool.
@jaysahu3576 жыл бұрын
very nice sir
@VaibhavJain4 жыл бұрын
Very well explained conept, but no implementation was there.
@abhrajyotikirtania22756 жыл бұрын
Nice!
@shubhamsunny60246 жыл бұрын
best video!!! wauuu!!
@edemohan96497 жыл бұрын
Could you do an video on kingdom division problem algo in hacker rank.
@mayank.ranjan6 жыл бұрын
Sir please give the code for segment tree and please explain fenwick tree as well.
@deivakumaran7 жыл бұрын
yes pls upload trie video
@siddhantjaiswal42315 жыл бұрын
Where is the video for implementation /code?
@ganeshiitr-cse63285 жыл бұрын
thanks
@ahmedkowsher76576 жыл бұрын
we want algorithms video
@VijaySharma-hw4kv5 жыл бұрын
watch it on 1.25 speed.
@fattocool6 жыл бұрын
pls add trie video
@ajaytiwary57987 жыл бұрын
Please load trie video
@viswanathkrishnamurthy68486 жыл бұрын
Hi, Very nice video!. Could you please share how to program segment tree