Description: Which contains a variety of commonly used algorithm java implementation, such as the eight queens problem, chorus problems, to find small change problem, the shortest path problem, etc.
To Search:
- [MSM] - The shortest path of the general program
- [KShortestPaths] - K-shortest algorithm using Java language
File list (Check if you may need any files):
suanfa\FullSort.java
......\QuickSort.java
......\FindChange.java
......\EightGueen.java
......\Shortest.java
......\ShortestPath.java
......\MergeSort.java
......\FlowShop.java
......\GameTimeTable.java
......\Schedual.java
......\MusicSort.java
......\Knapsack.java
suanfa