cxxgraph
https://github.com/zigrazor/cxxgraph
C++
Header-Only C++ Library for Graph Representation and Algorithms
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported2 Subscribers
Add a CodeTriage badge to cxxgraph
Help out
- Issues
- Graph_impl.hpp(566,43): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
- #486 Attempts to fix cmake build on windows, msvc
- Windows build
- Constexpr additions
- Create isBipartiteGraph.hpp
- Header file to check if a Graph is Biparatite (Bi-colourable)
- Defining pow functions for adjacency and transition matrices
- Fixed, CXXGraph::Node::getData() should not be const #438
- Provide functions for exporting matrices as sequential data types
- Define `pow` function for graph matrices
- Docs
- C++ not yet supported