Last programming assignment for DSA2

Whoo-hoo! I’m working on the last programming assignment for DSA2. It can be found here: Adventure.doc (its a Word file).

Its a pretty involved program. I’ve been working on it for some time now. I think I’m building the graph properly and the debug output makes sense. I think I’ve sorted out the GUI to the way I wanted it (nothing fancy – in fact, its a bit retro). The only thing that worries me is implementing Dijkstra’s Shortest Path algorithm. (Think I’m going to take another look at it to get clues if I built my graph right or not.)

Leave a Reply