What would be the best way to change the implementation of this adjacency list implementation to include a 'weight' between two vertices?
If I later add an edge between the two same vertices I've previously made, I just want to increase it's weight.
http://www.keithschwarz.com/interesting/code/edmonds-matching/UndirectedGraph.java.html