Java Graph Applet
Hi ! Did you came here directly? Hava a look to the 6 Clean implementations of Java Graph algorithms post !
This Applet was built to show how each of the 6 implementations of the above post run in “real life”. It’s pretty easy to use but I recommend you to read the instructions below the Applet.
Instructions:
Create a new grap: Go to File > New and select the type of graph you want to create. You can create a random graph (random type, random vertexes and random arcs/nodes) from File > New Random Graph.
Add new nodes: To add new nodes you can either press the “+”, move the mouse for locating the node and click where you want to insert it.
Delete nodes: You can’t !
Add edge/arc: Drag the mouse from one vertex to another.
Bye !
hello…can i get the source for the applet to….
thx.