CXXGraph icon indicating copy to clipboard operation
CXXGraph copied to clipboard

Header-Only C++ Library for Graph Representation and Algorithms

Results 77 CXXGraph issues
Sort by recently updated
recently updated
newest added

As for Graph, the library should contains also an Hypergraph class. For more details on hypergraph follow this link https://en.wikipedia.org/wiki/Hypergraph

enhancement
development
Priority:Medium
hacktoberfest

Implement Multithread BFS as descreibed from this research http://www.cse.psu.edu/~kxm85/papers/ParallelBFS-ICPP06.pdf

enhancement
good first issue
development
Priority:Medium
hacktoberfest

Please add the Topological Sort algorithm for the Graph

enhancement
good first issue
development
core
Priority:Medium

Introduce Markov Chain Algorithm

enhancement
good first issue
development
core
Priority:Medium
hacktoberfest

## FP-GraphMiner - A Fast Frequent Pattern Mining Algorithm for Network Graphs A novel Frequent Pattern Graph Mining algorithm, FP-GraphMiner, that compactly represents a set of network graphs as a...

enhancement
good first issue
development
core
Priority:Medium
hacktoberfest

**Tarjan's algorithm** for finding strongly connected components in a directed graph Uses two main attributes of each node to track reachability, the index of that node within a component(index), and...

enhancement
good first issue
development
core
Priority:Medium
hacktoberfest

Implement an import/export of Graph in Binary File

enhancement
development
Priority:Medium
hacktoberfest

Implementation of an interface for custom import/export from file

enhancement
development
Priority:Medium
hacktoberfest

Here we need to add benchmarck for Bellman-Ford Algorithm

good first issue
test
Priority:Medium
hacktoberfest

There is the necessity to write more test on BFS Algorithm. Specialy on limit case. Any contribution is appreciated.

enhancement
help wanted
good first issue
test
Priority:Low
hacktoberfest