CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
All Classes Functions
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCXXGRAPH
 NPARTITIONING
 CPartition
 CCoordinatedPartitionState
 CCoordinatedRecord
 CEBVA Vertex Cut Partioning Algorithm ( as described by this paper https://arxiv.org/abs/2010.09007 )
 CEdgeBalancedVertexCutA Vertex Cut Partioning Algorithm that assign an edge in the partition with less load
 CGreedyVertexCutA Greedy Vertex Cut Partioning Algorithm
 CHDRFA Vertex Cut Partioning Algorithm ( as described by this paper https://www.fabiopetroni.com/Download/petroni2015HDRF.pdf )
 CPartitioner
 CPartitionerThread
 CPartitioningStats
 CPartitionState
 CPartitionStrategy
 CRecord
 CGlobals
 CUndirectedEdge
 CDirectedEdge
 CUndirectedWeightedEdge
 CDirectedWeightedEdge
 CEdge
 CWeighted
 CGraphClass that implement the Graph. ( This class is not Thread Safe )
 Ccsv_whitespace
 CNode
 CReader
 CRunnable
 CThreadSafe
 CSubset_structStruct useful for union-find operations
 CDijkstraResult_structStruct that contains the information about Dijsktra's Algorithm results
 CBellmanFordResult_structStruct that contains the information about Dijsktra's Algorithm results
 Cpair_hash
 CFWResult_structStruct that contains the information about Floyd-Warshall Algorithm results
 CMstResult_structStruct that contains the information about Prim, Boruvka & Kruskal Algorithm results
 CDialResult_structStruct that contains the information about Dijsktra's Algorithm results
 CWriter