Vindinium

I was recently lurking through the Programming Subreddit, and I came across a post about a game called, "Vindinium."

What Is Vindinium?

Vindinium is an AI competition.  Its a game that is played exclusively by bots.  You could create a bot that takes input from a human player, but the …


Dijkstra's Algorithm in PHP

Yeah, yeah, I know what you're thinking:  Why PHP?

Well, I have a fairly small graph (< 650 nodes), so trying to get a C or Java to interact with my preexisting PHP software isn't worth the boost in performance.  The implementation I found can read my graph from my database …