Man Versus Code

The personal website of Joe Marrero.

Just wrote a graph data structure.

This is pretty cool. I wrote a graph data structure and a test program that generates a random graph. The shortest distances from vertex C to every other vertex is calculated using Dijkstra's algorithm. The test program uses GLUT to render the graph, and looks like the following: