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 Hamiltonian Circuit example #412

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Adds an example of using a DFS-like approach to finding Hamiltonian circuits.

Closes #404.