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