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.
-
ClassDescriptionA 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 typeT
.A mutable directed graph implementation based on a list ofArc
s and one of nodes.A collection ofConsumer
s to be used in graph visits.DiGraph<T>An interface representing an directed graph where nodes are of generic typeT
.A collection of utilities related toDiGraph
s.An implicit, immutable directed graph implementation.A collection of utilities related toQueues
s.