-
Couldn't load subscription status.
- Fork 0
rn2dy/FunJavaAlgo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is an Java GUI application, for demonstration of two things in Algorithms class:
1. 2/3 Tree (a kind of blanced multi-node tree)
2. Shortest Path algorithm, use the famouse algorithms:
- Bellman Ford
- Dijkstra
The program is very easy to compile :-)
$ javac *.java
Or (use the following to see the type safe information, you might want to help me to fix it.)
$ javac -Xlint:unchecked *.java
Then just:
$ java WelcomeShell
Features:
It calculates the shortest path, and it constructs 2/3 tree.
It has graphics to let you interact with the application.
- insert nodes, print tree
- choose different algorithms when compute shortest path
* It is easy to scale to different format of input, currently it only support.
By BaboonWorksFine (Qiang Han), 2009/Fall
About
A Java GUI application for demo of algorithms in class. Super!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published