UnweightedAdjacencyList

typealias UnweightedAdjacencyList = MutableList<MutableList<Int>>

Used to represent an unweighted graph