From percolation model, a interesting issue occur when try to find a shortest way from one point to another. A good algorithm is Dijkstra Algorithm, which is perfectly illustrated by this video.
https://www.youtube.com/watch?v=0nVYi3o161A
The source code is now published online.
https://github.com/lYC92/Dijkstra
No comments:
Post a Comment