Computer Sciences > GATE 2014 SET-1 > Graph Theory
An ordered n-tuple (d1, d2,..., dn) with d1 ≥ d2 ≥... ≥ dn is called graphic if there exists a simple undirected graph with n vertices having degrees d1, d2,..., dn respectively. Which of the following 6-tuples is NOT graphic?
Explanation
Correct : c
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.