Package it.unimi.di.prog2.h24.digraph


package it.unimi.di.prog2.h24.digraph
Codice relativo alla lezione 24, libreria per grafi orientati, per maggiori dettagli si veda il diario del corso.
  • Class
    Description
    A mutable directed graph implementation based on a Map between nodes and their outgoing sets.
    A partially mutable directed graph implementation based on an adjacency matrix.
    Arc<T>
    An arc of a directed graph with nodes of type T.
    A mutable 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, immutable directed graph implementation.
    A collection of utilities related to Queuess.