AdjacencyList

typealias AdjacencyList = MutableList<Edges>

Used to represent a weighted graph