Package-level declarations
Functions
Link copied to clipboard
Visualizes the strongly connected components (SCCs) of a graph.
Link copied to clipboard
fun <T : Any> BaseGraph<T>.visualizeGraph(bidirectional: Boolean = false, finalPath: List<T> = finalPath(), screenTitle: String = "Graph visualizer (Click or space to pause and resume)", animationTicTimeOverride: Double? = null, closeOnEnd: Boolean = false, startPaused: Boolean = false, screenWidthOverride: Double? = null)
Visualizes the graph with Bruno Silva's JavaFXSmartGraph library.
Link copied to clipboard
Visualizes the strongly connected components (SCCs) of a graph with integer nodes.