Posted by caiobm on Sat 24 Jan 01:36
report abuse | download | new post
- /*
- * Main.java 1.0
- * Application to SearchGraphAlgorithms
- */
- /**
- *
- * @author Caio Bomfim Martins
- */
- public class Main {
- SearchGraphAlgorithms ga = new SearchGraphAlgorithms();
- Graph<Double,Double> mg = new MatGraph("graph.txt");
- SearchGraphAlgorithms.SearchInfo so = ga.search(TypeSearchEnum.DIJKSTRA, 4, mg);
- for(int i = 0; i < 8; i++) {
- }
- for(int i = 0; i < 8; i++) {
- }
- }
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.