Show HN: Visualize Graph Theory
21–30 of 46 posts
Re: Show HN: Visualize Graph Theory
#22[1] http://pulzed.com/ [2] https://treksit.netlify.app/credits.html
Re: Show HN: Visualize Graph Theory
#23I like this, but I swear there was a Flash version of something very similar that went viral about 15 years ago.
The game is cool, but I think the title is overly general. It contaons a graph visualizer, which doesn't show much in the way of theory; and it's a railroad, not a playground.
Re: Show HN: Visualize Graph Theory
#24Re: Show HN: Visualize Graph Theory
#25Re: Show HN: Visualize Graph Theory
#26The gotcha thing about this puzzle is sort of greedy approach; try to disentangle the local sub-graphs - concentrate on any nodes of your choice and their connections - and the global graph starts to fall in its place. It's trivial approaching it like this.
Re: Show HN: Visualize Graph Theory
#27Re: Show HN: Visualize Graph Theory
#28Appears to be a repackaging of Tronix by Danijel Durakovic.[1] Includes his code but this is not mentioned in the credits.[2] [1] http://pulzed.com/ [2] https://treksit.netlify.app/credits.html
Re: Show HN: Visualize Graph Theory
#29Re: Show HN: Visualize Graph Theory
#30Spoiler Alert The gotcha thing about this puzzle is sort of greedy approach; try to disentangle the local sub-graphs - concentrate on any nodes of your choice and their connections - and the global graph starts to fall in its place. It's trivial approaching it like this.
I wonder what an algorithmic approach to this would look like, would it act similarly?