Grafalgo
Library of useful data structures and algorithms
/Users/jst/src/grafalgo/cpp/include/Graph.h File Reference
#include "Adt.h"
#include "Util.h"
#include "List.h"
#include "ClistSet.h"
#include "SetPair.h"
#include "HashSet.h"
#include "Dheap.h"
#include <list>
#include <vector>
Include dependency graph for Graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grafalgo::Graph
 Data structure for undirected graph. More...
struct  grafalgo::Graph::EdgeInfo

Typedefs

typedef int grafalgo::vertex
typedef int grafalgo::edge

Detailed Description

Author:
Jon Turner
Date:
2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.

Definition in file Graph.h.

 All Classes Files Functions Variables Typedefs Friends