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

Add PageRank example #316

Closed cyderize closed 9 years ago

cyderize commented 9 years ago

Adds an iterative PageRank calculation example for the network on the Wikipedia entry for PageRank.

The colours are arbitrary (but match the Wikipedia image). The sizes are proportional to the PageRank of the node. I used circles because they look nicer (so this relies on #315).

pagerank-script pagerank

Closes #307.

stevenbird commented 9 years ago

Looks great!