How to find topological sort of a graph.
Doubt in quiz Graphs
How many simple undirected non-isomorphic graphs are there with 4 vertices? Please explain what is non-isomorphic graph
What is the maximum number of edges in the maximum matching of a bipartite graph with n vertices?
it will be n/2 * n/2 = n*n/4
i.e put n/2 vertex in one set and rest n/2 in other set
and then from each other from one set create an edge to n/2 vertices of other set.