lab_graphs
Gangnam-Style Graphs
graph.h File Reference

Graph Library Declarations. More...

#include <cstdlib>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <set>
#include <sstream>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "lab_graphs_random.h"
#include "edge.h"
+ Include dependency graph for graph.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Graph
 Represents a graph of vertices and edges and allows basic operations to be performed on it. More...
 

Detailed Description

Graph Library Declarations.

Written for CS 225 Spring 2011

Author
Sean Massung

Updated Spring 2012 by Sean Massung

  • Added doxygen comments
  • Created better error handling
  • More encapsulated and object-oriented