java.lang.Object
org.jgrapht.demo.KnightTour
Class that represents container for knight's tour.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassImplementation of a doubly linked list data structure that is being used for storing a tour.static classStatic class that represents a node. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KnightTour
public KnightTour()Constructor of knight's tour container.
-
-
Method Details
-
toList
Converts knight's tour represented as DoublyLinkedList to ArrayList.- Returns:
- ArrayList that contains knight's tour.
-
getList
-
getStructured
-