Data structure for representing a graph: combination of linked list and hash table

Computer Science – Data Structures and Algorithms

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

7 pages

Scientific paper

In this article we discuss a data structure, which combines advantages of two different ways for representing graphs: adjacency matrix and collection of adjacency lists. This data structure can fast add and search edges (advantages of adjacency matrix), use linear amount of memory, let to obtain adjacency list for certain vertex (advantages of collection of adjacency lists). Basic knowledge of linked lists and hash tables is required to understand this article. The article contains examples of implementation on Java.

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

Data structure for representing a graph: combination of linked list and hash table does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with Data structure for representing a graph: combination of linked list and hash table, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Data structure for representing a graph: combination of linked list and hash table will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-666535

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.