Skip to content

sjwil/LHDGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO List:

  • Graph Data Structure
    Adjacency Matrix and Adjacency List
    Conversion between them
    Setup cmake project
    Separate library files and examples
    Write algorithms
    Kruskals MST
    K-stops
    Djikstras
    Flow problems
    Page rank
    Visualization

Cmake Directions:
mkdir build
cd build
cmake ..
make

Build binaries found in build/bin\

Boost:
https://www.boost.org/users/history/version_1_71_0.html

Graphviz:
https://graphviz.gitlab.io/_pages/Download/Download_source.html
have to configure and make it
./configure
make
make install

sudo apt install xdot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published