InterviewSolution
Saved Bookmarks
| 1. |
A graph with all vertices having equal degree is known as a __________(a) Multi Graph(b) Regular Graph(c) Simple Graph(d) Complete GraphMy enquiry is from Graph in section Graph of Data Structures & Algorithms II had been asked this question in an international level competition. |
|
Answer» RIGHT choice is (B) Regular Graph The best EXPLANATION: The given statement is the DEFINITION of regular graphs. |
|