Choose a topic to test your knowledge and improve your Mathematics skills
What is a star tree?
A polytree is called _______________
The tree elements are called __________
A linear graph consists of vertices arranged in a line.
Two labeled trees are isomorphic if ____________
A graph which consists of disjoint union of trees is called ______
What is a bipartite graph?
If two cycle graphs Gm and Gn are joined together with a vertex, the number of spanning trees in the new graph is ______
A binary cycle space forms a ______ over the two element field.
If G is a simple graph with n-vertices and n>=3, the condition for G has a Hamiltonian circuit is __________
What is a separable graph?
How many edges are there in a complete graph of order 9?
How many cycles are there in a wheel graph of order 5?
Topological sorting of a graph represents _______ of a graph.
A bridge can not be a part of _______
Any subset of edges that connects all the vertices and has minimum total weight, if all the edge weights of an undirected graph are positive is called _______
G is a simple undirected graph and some vertices of G are of odd degree. Add a node n to G and make it adjacent to each odd degree vertex of G. The resultant graph is ______
Let G be a directed graph whose vertex set is the set of numbers from 1 to 50. There is an edge from a vertex i to a vertex j if and only if either j = i + 1 or j = 3i. Calculate the minimum number of edges in a path in G from vertex 1 to vertex 50.
What is the number of vertices in an undirected connected graph with 39 edges, 7 vertices of degree 2, 2 vertices of degree 5 and remaining of degree 6?
The minimum number of edges in a connected cyclic graph on n vertices is _____________
The maximum number of edges in a 8-node undirected graph without self loops is ____________
Let G be an arbitrary graph with v nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessarily lie down between _____ and _____
A graph which has the same number of edges as its complement must have number of vertices congruent to ______ or _______ modulo 4(for integral values of number of edges).
Every Isomorphic graph must have ________ representation.
A cycle on n vertices is isomorphic to its complement. What is the value of n?
How many perfect matchings are there in a complete graph of 10 vertices?
A graph G has the degree of each vertex is ≥ 3 say, deg(V) ≥ 3 ∀ V ∈ G such that 3|V| ≤ 2|E| and 3|R| ≤ 2|E|, then the graph is said to be ________ (R denotes region in the graph)
What is the grade of a planar graph consisting of 8 vertices and 15 edges?
A _______ is a graph with no homomorphism to any proper subgraph.
Which algorithm efficiently calculates the single source shortest paths in a Directed Acyclic Graph?
The _______ of a graph G consists of all vertices and edges of G.
A ______ in a graph G is a circuit which consists of every vertex (except first/last vertex) of G exactly once.
A trail in a graph can be described as ______________
Let a graph can be denoted as ncfkedn a kind of ____________
Determine the edge count of a path complement graph with 14 vertices.
The sum of an n-node graph and its complement graph produces a graph called _______
In a directed weighted graph, if the weight of every edge is decreased by 10 units, does any change occur to the shortest path in the modified graph?
Let G(V, E) be a directed graph where every edge has weight as either 1, 2 or 5, what is the algorithm used for the shortest path from a given source vertex to a given destination vertex to get the time complexity of O(V+E)?
The topological sorting of any DAG can be done in ________ time.
If there are more than 1 topological sorting of a DAG is possible, which of the following is true.
Which of the given statement is true?
What is the value of the sum of the minimum in-degree and maximum out-degree of an Directed Acyclic Graph?
In which of the following does a Directed Acyclic Word Graph finds its application in?
What is time complexity to check if a string(length S1) is a substring of another string(length S2) stored in a Directed Acyclic Word Graph, given S2 is greater than S1?
In which of the following case does a Propositional Directed Acyclic Graph is used for?