Package it.unimi.di.prog2.h25.digraph


package it.unimi.di.prog2.h25.digraph
Codice relativo alla lezione 25, parte sui grafi orientati, per maggiori dettagli si veda il diario del corso.
  • Class
    Description
    A directed graph implementation based on a Map between nodes and their outgoing sets.
    Arc<T>
    An arc of a directed graph with nodes of type T.
    A directed graph implementation based on a list of Arcs and one of nodes.
    A collection of Consumers to be used in graph visits.
    An interface representing an directed graph where nodes are of generic type T.
    A collection of utilities related to DiGraphs.
    An implicit directed graph implementation.