GraphLib
Bearbeitung der Aufgabe Mini Graph Library für OOP WiSe 2023/24
Loading...
Searching...
No Matches
graphs.h File Reference

Defines concrete graph types for the GraphLib library. More...

Go to the source code of this file.

Classes

class  GraphLib::UnweightedDirectedGraph< D, I >
 Directed graph with unweighted edges. More...
class  GraphLib::UnweightedUndirectedGraph< D, I >
 Undirected graph with unweighted edges. More...
class  GraphLib::WeightedDirectedGraph< D, I, W >
 Directed graph with weighted edges. More...
class  GraphLib::WeightedUndirectedGraph< D, I, W >
 Undirected graph with weighted edges. More...

Detailed Description

Defines concrete graph types for the GraphLib library.

This header provides convenient concrete graph classes combining directed/undirected and weighted/unweighted behaviors.

Definition in file graphs.h.