10.09.2013 Views

1. Advanced Data Structure using C++

1. Advanced Data Structure using C++

1. Advanced Data Structure using C++

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

LECTURE NOTES OF ADVANCED DATA STRUCTURE (MT-CSE 110)<br />

Multi‐list representation:<br />

In the multi‐list representation of graph structures, there are two parts ,a<br />

directory of nodes information and a set of linked list of edge information .there<br />

is one entry in the node directory for each node of the graph .the directory<br />

entry for node i points to a linked adjacency list for node i. each record of the<br />

linked list area appears on two adjacency list:one for the node at each end of<br />

the represented edge.<br />

Using the data structure of fig :j for each edge entry (Vi,Vj),a multi‐list<br />

representation for the eg. Graph of fig :u is fig:K<br />

Prepared By :­<br />

Er. Harvinder Singh<br />

Assist Prof., CSE, H.C.T.M (Kaithal) Page ‐ 81 ‐

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!