搜索资源列表
EightQueen_java
- (This is Java version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have wo
ArbreCouvrantMinimal
- there PRIM, Kruskal and Dijkstra algorithm implemented in Java to calculate the spanning tree of a graph.