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 SCC and Karatsuba examples #393

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Adds a Tarjan's algorithm (strongly connected components) example - I thought this would be an interesting graph example. Adds a Karatsuba divide and conquer multiplication example - since things like mergesort or binary search would be done in class, I thought I'd try this one instead.

This is work on #385 - we can probably keep that open as an ongoing type of thing.

stevenbird commented 8 years ago

Thanks @cyderize; yes, fine to leave #385 open.