Dijkstra's ALgorithm

Hi there,

I am a college student. I am currently working on a project that involves me programming the Dijkstra's algorithm and then producing a GUI that will show this algorithm running on a pre-defined graph.

I have looked on the web and have found code but I still don't know where to begin. I have produced a GUI, hoiwever, I don't know where to start with the algorithm.

Can anyone help, please?

[428 byte] By [SKS7a] at [2007-10-2 10:36:37]
# 1
> Can anyone help, please?Sure, where do you need help with exactly?But first: before creating the GUI, try to write down what classes/objects you need to represent a graph/map.Also write down what methods and attributes those classes/objects would need.
prometheuzza at 2007-7-13 2:39:49 > top of Java-index,Other Topics,Algorithms...
# 2
If it's the implementation of the algorithm itself that you're having problems with it could help to look at other solutions. Here are a few: http://en.wikisource.org/wiki/Dijkstra's_algorithm http://www.itonsite.co.uk/allanboydproject/section4_example1.htm
amaca at 2007-7-13 2:39:49 > top of Java-index,Other Topics,Algorithms...
# 3
hi there, I am faced with the same Challenge and I would like to know where to begin.CiaoC
mr_Begina at 2007-7-13 2:39:49 > top of Java-index,Other Topics,Algorithms...
# 4
> I am faced with the same Challenge and I would like> to know where to begin.Have you read the replies given to the OP?
prometheuzza at 2007-7-13 2:39:49 > top of Java-index,Other Topics,Algorithms...