devenbhooshan / graph.js

A liteweight javascript graph algorithms library.
MIT License
127 stars 42 forks source link

adjacency list should also contain the weights #2

Open devenbhooshan opened 10 years ago

devenbhooshan commented 10 years ago

node1.adjList[0][0] -> node adjacent to node1 at index 0. node1.adjList[0][1] -> weight of the edge from node1 to node1.adjList[0][0]