Implicat Representation of Graphs

Abstract
How to represent a graph in memory is a fundamental data structuring question. Inthe usual representations of an n-vertex graph, the names of the vertices (i.e. integersfrom 1 to n) betray nothing about the graph itself. Indeed, the names (or labels) onthe n vertices are just log n bit place holders to allow data on the edges to encode thestructure of the graph. In our scenario, there is no such waste. By assigning O(log n)bit labels to the vertices, we completely encode the structure ...

This publication has 11 references indexed in Scilit: