Time Complexity Of Kruskals Algorithm(Here E is the number of edges and V are the number of vertices)
a) O(ElogV)
b) O(Elog√E)
c) O((V^2)log(E^2) + Elog(V^2)) d)
d) O(ElogE + Elog(V^2))
how is d correct
Q2How many undirected graphs (not necessarily connected) can be constructed out of a given set V= {V 1, V 2,…V n} of n vertices ?
ans why 2^n is not the soln
if not connected then it can have nco +nc1 + nc2 —ncn
QHow many simple undirected non-isomorphic graphs are there with 4 vertices
how 64 is the answer