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 Jealous Husbands example #314

Closed cyderize closed 9 years ago

cyderize commented 9 years ago

Adds a Jealous Husbands problem example project, giving a solution using recursive DFS. Closes #308.

Script

Graph

stevenbird commented 9 years ago

Nice work – and nice to see DFS taking the longest possible path.