Closed TimFinucane closed 6 years ago
Resolves #7.
Implements all current graph methods and adds simple test for these methods. I also reversed the order of the Edge constructor arguments from (destination, origin, cost) to (origin, destination, cost) as that is less confusing.
Note this review was done on my phone. Hopefully code displaying wasn't effected by this . <3
Resolves #7.
Implements all current graph methods and adds simple test for these methods. I also reversed the order of the Edge constructor arguments from (destination, origin, cost) to (origin, destination, cost) as that is less confusing.