snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Dijkstra example should use pqueue #346

Closed stevenbird closed 9 years ago

stevenbird commented 9 years ago

Please rework the dijkstra example to use a pqueue. Also please modify the block ordering and variable names to be as close as possible to the wikipedia pseudocode.

stevenbird commented 9 years ago

This has been done and the website is updated.