This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file Provides data structure for directed graphs | |
* @name Directed Graph | |
* @author Mr. Bean <[email protected]> | |
* @license MIT | |
* @copyright 2013 Mr. Bean | |
*/ | |
/** | |
* A Graph object with the basic properties |