Great explanation. One note is that your mouse cursor is not visible so when you pointing to something like a node in a tree it is hard to guess what node you are talking about.
@KnowledgeCenter4 жыл бұрын
Thanks for letting me know.
@testshar21173 жыл бұрын
@@KnowledgeCenter Seems you just listened and ignored. I found the same thing in your recent largest area rectangle problem too
@vartikasinghania97233 жыл бұрын
great explanation.... I wouldn't have done this without this video..... thank you :)
@KnowledgeCenter3 жыл бұрын
Glad it helped!
@ragingpahadi2 жыл бұрын
Great explanation !
@KnowledgeCenter2 жыл бұрын
Glad you liked it!
@palakchawla63963 жыл бұрын
Good explanation 👍👍
@KnowledgeCenter3 жыл бұрын
Thanks.
@rizwanghaffar24able4 жыл бұрын
Great explanation
@KnowledgeCenter4 жыл бұрын
Glad you think so!
@testshar21173 жыл бұрын
10:45 ---- > this, this , this ???? Kahan ho bhai?
@abhilashpatel6852 Жыл бұрын
@maheiramkhan4 жыл бұрын
for(auto &a: adj[node]){ adj[a].erase(node); if(adj[a].size()==1) Q.push(a); } I have trouble understanding this line, sir. Please help. for(auto &a: adj[node]) is iterating through the elements of the set at location 'node'. Is that right?
@KnowledgeCenter4 жыл бұрын
node is a node in Queue, which we popped. It was a leaf. adj[node] means neighbors(in fact neighbor) of node(leaf). Try without for loop. node should have just 1 neighbor.
@sahilchoudhary14734 жыл бұрын
great sir
@KnowledgeCenter4 жыл бұрын
Thanks.
@algorithmimplementer4153 жыл бұрын
I am a bit distracted by the background noise of the video. Seems like baby is crying, or hounds. Pretty spooky.
@NikhilAsawadekar7 ай бұрын
Your cursor is not visible in 90% cases. Too tough to figure out what's going on.