Sunday, November 3, 2013

그래프나타내기

http://stackoverflow.com/questions/6878300/what-is-the-best-standard-data-structure-to-build-a-graph

and this one
http://www.algolist.com/code/cpp/Dijkstra's_algorithm

graph_[0]  means 0th row
graph_[0][0] cannot means  vertext 0 and 0


No comments:

Post a Comment