oh man !! This is what i am looking for.Thanks man
@ThinkXAcademy2 жыл бұрын
Glad that it was helpful. Like & share😄
@sachinmaurya32593 жыл бұрын
Nice video!! Are you using Vim editor?
@ThinkXAcademy3 жыл бұрын
yes
@jyoti.m73 жыл бұрын
Just one confusion, in the while condition we should use [while tmp is not None:] instead of while tmp
@ThinkXAcademy3 жыл бұрын
You can use both but while tmp is not None is more accurate and explanatory👍🏻
@aishwaryaautkar17282 жыл бұрын
Very nice tutorials...💯
@ThinkXAcademy2 жыл бұрын
Glad you liked it💯
@hymap54002 жыл бұрын
We have initialized graph with 5 vertices but how could for loop(for i in range(self.nV)) will loop through 4 times ?
@ThinkXAcademy2 жыл бұрын
It will loop 5 times but using if case we will return out of the loop when last element is reached
@siriuseneegy44843 жыл бұрын
Hi bro ! I'm willing to do a project on resume building app ...and if you have experience or knowledge regrading this project ...i would genuinely like to get your guidance!
@ThinkXAcademy3 жыл бұрын
I do not have much experience in Python i am a Java Developer.
@BlueSky-kp3rk2 жыл бұрын
Broo Can't we add vertices like A B C instead of integery
@BlueSky-kp3rk2 жыл бұрын
I mean without dictionaries
@ThinkXAcademy2 жыл бұрын
Yes we can but in that case you need to create nodes using classes and form a adjacency list.
@BlueSky-kp3rk2 жыл бұрын
@@ThinkXAcademy So what changes I should do to create this type of code