Define indegree of a graph?



Define indegree of a graph?..

Answer / Praveen Kumar Yadav

The indegree of a vertex in a directed graph is the number of edges pointing towards that vertex. In other words, it represents the number of incoming edges for a given vertex.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How do you insert a new item in a binary search tree?

1 Answers  


What is long data type?

1 Answers  


How do you find the size of an arraylist?

1 Answers  


For searches. Which one is most preferred: array list or linked list?

1 Answers  


Write a program using mergesort technique.

1 Answers   iNautix,


Explain the Stack

1 Answers   Tech Mahindra,


What is the minimum number of queues that can be used to implement a priority queue?

1 Answers  


What are scalar values?

1 Answers  


Will hashmap allow null keys?

1 Answers  


What is the advantage of the heap over a stack?

1 Answers  


Are linked lists considered linear or non-linear data structure?

1 Answers  


What are binary search and fibonacci search?

1 Answers  


Categories