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

Directories

 
abstract_graphs

Files

 
adjacency_list.h
 Generic adjacency list implementation for directed graphs.
 
concepts.h
 Defines C++20 concepts used for type constraints in the GraphLib library.
 
edge.h
 Defines the Edge and WeightedEdge structures used to represent edges in graphs.
 
util.h
 Utility structures used internally by GraphLib.