Package com.jgalgo.example
package com.jgalgo.example
Simple examples using the basics of
com.jgalgo.graph and algorithms.-
ClassesClassDescriptionThis example demonstrates how to use the BFS and DFS algorithms.This example demonstrates how to use the coloring algorithm.This example demonstrates how to iterate over the edges of a graph.This example demonstrates how to use the lowest common ancestor algorithm.This example demonstrates how to use the maximum matching algorithm.This example demonstrates how to use the minimum spanning tree algorithm.This example demonstrates how to use the single-source shortest path algorithm.