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

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

enhancement
help wanted
good first issue
test
Priority:Low
hacktoberfest

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

enhancement
help wanted
good first issue
test
Priority:Low
hacktoberfest

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

enhancement
help wanted
good first issue
test
Priority:Low
hacktoberfest

Dear developers, First; thank you for this library. Much leaner than boost :) I use the Bellman Ford algorithm with negative edges to find the longest path in a directed...

enhancement
core
Priority:Low
hacktoberfest
Under Review

Please add An implementation of Karger's Algorithm for partitioning a graph.

enhancement
good first issue
development
core
hacktoberfest

Add [Travelling Salesman Problem](https://en.wikipedia.org/wiki/Travelling_salesman_problem) implementation.

enhancement
good first issue
development
core
hacktoberfest

Please add Documentation Site built with Docusaurus. This issue can be releated to #213 .

documentation
enhancement
help wanted
good first issue
Priority:High
website

At present, the getNodeSet() method iterates over all the edges to populate the nodeSet. A better solution can be to use the adjacency matrix of the graph to populate the...

enhancement
development
core
Priority:Medium
hacktoberfest

Please add an algorithm to find articulation points of a graph

enhancement
good first issue
development
core
Priority:Medium
hacktoberfest

This issue is related to the discussion in issue #367. When we build the adjacency matrix for a directed graph we only add an element for the source node. ```...

enhancement
core
Priority:Low