GraphLib
Bearbeitung der Aufgabe Mini Graph Library für OOP WiSe 2023/24
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NGraphLib
 NInternal
 CAdjacencyListRepresents a directed (by nature) Adjacency List Graph Structure
 CDijkstraIteratorIterator that incrementally explores the shortest paths from a start node using Dijkstra's algorithm
 CDirectedGraphA graph class representing directed graphs
 CEdgeRepresents an unweighted edge to a node identified by an ID
 CGraphAbstract base class for a generic graph structure
 CPriorityPairA pair combining a priority and a value, supporting comparison by priority
 CUndirectedGraphA graph class representing undirected graphs
 CUnweightedGraphA graph class representing unweighted graphs
 CWeightedEdgeRepresents a weighted edge to a node identified by an ID, with an associated weight
 CWeightedGraphA graph class representing weighted graphs
 CUnweightedDirectedGraphDirected graph with unweighted edges
 CUnweightedUndirectedGraphUndirected graph with unweighted edges
 CWeightedDirectedGraphDirected graph with weighted edges
 CWeightedUndirectedGraphUndirected graph with weighted edges