edited by
579 views
0 votes
0 votes
Let G be a directed graph whose vertex set contains numbers from 1 to 1024. There is an edge from a vertex i to a vertex j iff either j=i+1 or j=3i. The minimum number of edges in the path from vertex 1 to vertex 100 is-------

# answer is 7
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
sailokesh1225 asked Sep 16, 2018
1,029 views
find the number of regions in a connected simple graph with 20 vertices each with a degree of 3 ?
0 votes
0 votes
1 answer
2
poojasharma123 asked Jul 13, 2018
247 views
consider the following directed graph,find the number of paths from A to I
0 votes
0 votes
0 answers
3
Dremoo1 asked Dec 17, 2017
200 views
Suppose that the sum of the degrees of all vertices in a simple undirected graph is 16. What is the minimum number of vertices the graph can have? Explain your answer.
1 votes
1 votes
0 answers
4
VS asked Oct 23, 2017
541 views
What type of graph is STAR?A. BipartiteB. TripartiteC. MutipartitePS : I know a star graph is bipartite but can't we say that a bipartite graph is also tripartite . I. E...