Define adjacency list.

Adjacency list is an array indexed by vertex number containing linked lists. Each node Vi the ith array entry contains a list with information on all edges of G that leave Vi. It is used to represent the graph related problems.

0
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions