Using Treaps for Optimization of Graph Storage
Dharya Arora, Shalini Batra
Abstract
Open-access reader
Dharya Arora, Shalini Batra
Abstract
Open-access reader
Adjacency matrix is an effective technique used to represent a graph or a Social network comprising of large number of vertices and edges.The intent is of this paper is to optimize the graph storage and mapping without using a large adjacency matrix to represent a large graph.A special data structure Treap, a combination of binary search tree and heaps has been used as a replacement to a large adjacency matrix.It has been experimentally evaluated that the proposed approach significantly improves the space occupied by adjacency matrix and helps the graph to grow dynamically without affecting the current data structure.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Adjacency matrix is an effective technique used to represent a graph or a Social network comprising of large number of vertices and edges.The intent is of this paper is to optimize the graph storage and mapping without using a large adjacency matrix to represent a large graph.A special data structure Treap, a combination of binary search tree and heaps has been used as a replacement to a large adjacency matrix.It has been experimentally evaluated that the proposed approach significantly improves the space occupied by adjacency matrix and helps the graph to grow dynamically without affecting the current data structure.
Key concepts: Computer science, Graph, Theoretical computer science