TimFinucane / Ainur

Solution for parallel task scheduling problem, inspired by the tale of the Lord of the Rings
Other
5 stars 0 forks source link

Graph enhancement #8

Closed TimFinucane closed 6 years ago

TimFinucane commented 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.

nathan-cairns commented 6 years ago

Note this review was done on my phone. Hopefully code displaying wasn't effected by this . <3