code-shoily/algorithms-in-dart

Refactor Graph ADT

Closed this issue · 0 comments

  • Add inComing and outGoing fields on Vertex to include connections
  • Remove Connection and replace it with LinkedHashMap with num as values (weight)
  • Refactor Graph as abstract class
  • Remove Settings