albertopasca.it
[Objc] Dijkstra algorithm - while (true) { }
A simple implementation of Dijkstra algorithm using ATM Metro of Milan to find the best route. Full project on github or ZIP file here. How to use Copy in your project the files: [code lang=”cpp” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]APGraph.h APGraphVertex.h APGraphEdge.h APGraphRoute.h APGraphRouteStep.h APGraphPoint.h APGraphPointGeo.h APGraphPointPixel.h libAPGraph.a[/code] and add an import for: Read More
Alberto Pasca