Hi @10:23, you call the constructor like G=new AdjacencyListGraph(4), whereas the constructor you show is the default constructor with no arguments. Can you please clarify this.
@@nikoo28 No worries, I just want to thank you for the awesome content Nikhil that Parametrized Contrustor is not an issue if someone wan'ts to focus on the main topic. Its common sense.
Great explanation as usual. You are making what seemed daunting topics to be understood easily. Your approach of taking things one at a time is really helping us to understand the topic easily!
Hi @10:23, you call the constructor like G=new AdjacencyListGraph(4), whereas the constructor you show is the default constructor with no arguments. Can you please clarify this.
So sorry for that. It should just be
G=new AdjacencyListGraph( );
@@nikoo28 No worries, I just want to thank you for the awesome content Nikhil
that Parametrized Contrustor is not an issue if someone wan'ts to focus on the main topic. Its common sense.
Great explanation as usual. You are making what seemed daunting topics to be understood easily. Your approach of taking things one at a time is really helping us to understand the topic easily!
Thank you for your clear and simple explanations -they've been incredibly helpful!
Glad it was helpful!
your way of presentation and teaching is 🔥🔥🔥
Thanks a lot 😊
Subscribed. Thank u brother
Degree of 4 is wrong then as per linked list?