Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.
/ graph Public archive

Graph - simple c++ library, that implements a simple graph adt structure as well as implements some graph based algorithms like, vertex cover algorithm.

License

Notifications You must be signed in to change notification settings

Maksasj/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph

Graph - simple c++ library, that implements a simple graph adt structure as well as implements some graph based algorithms like, vertex cover algorithm.

Note: This repository is not actively maintained, repository where made only for educational purposes.

Building

Requirments

  • Cmake (probably any version)
  • Any c++ compiler, but clang is preferable.
cmake -B build -G Ninja

cmake --build build

But for convenience there is bash make script

make.bat

License

Graph is free, open source library. All code in this repository is licensed under

About

Graph - simple c++ library, that implements a simple graph adt structure as well as implements some graph based algorithms like, vertex cover algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published