Some Important Questions For UNIT-5
Some Important Questions For UNIT-5
1. Define a graph. Differentiate between directed and undirected graphs with examples.
🔹 Representation of Graphs
3. What are the different ways to represent graphs in computer memory? Explain:
a) Adjacency Matrix
b) Adjacency List
c) Incidence Matrix
8. Define strongly connected and weakly connected graphs (for directed graphs).
🔹 Special Graphs
9. What is a bipartite graph? Prove that a graph is bipartite if and only if it contains no odd-
length cycle.
13. What is the difference between Eulerian path and Hamiltonian path?
🔹 Graph Coloring
16. Find the chromatic number of a given graph using greedy coloring.
18. What is graph isomorphism? How do you check if two graphs are isomorphic?
🔹 Applications of Graphs