 Data Structures and Algorithms 
with Object-Oriented Design Patterns in C++
Data Structures and Algorithms 
with Object-Oriented Design Patterns in C++ 
  
  
  
  
 
Consider a directed graph   .
Since
.
Since   ,
graph G contains at most
,
graph G contains at most   edges.
There are
 edges.
There are   possible sets of edges
for a given set of vertices
 possible sets of edges
for a given set of vertices   .
Therefore,
the main concern when designing a graph representation scheme
is to find a suitable way to represent the set of edges.
.
Therefore,
the main concern when designing a graph representation scheme
is to find a suitable way to represent the set of edges.
 
 
  
  
  
  
 
 Copyright © 1997 by Bruno R. Preiss, P.Eng.  All rights reserved.
Copyright © 1997 by Bruno R. Preiss, P.Eng.  All rights reserved.