Skip to content

A library that efficiently implements graph theory algorithms and representations.

License

Notifications You must be signed in to change notification settings

lucas-inocencio/graph-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Theory

A library that provides efficient implementation of graph theory algorithms and representations.

It is built with C++20, hpp modules, GCC 12.2 as the compiler and Google Test.

The library is based on the three renowned books, 'Teoria Computacional de Grafos' by Jayme Szwarcfiter, 'Introduction to Algorithms' by Thomas Cormen and 'Algorithm Design' by Jon Kleinberg.

Note: This library is currently under construction and is not yet ready for production use.

How to run

g++ main.cpp

./a.out (Linux) or ./a.exe (Windows)

docker build --tag 'graph_theory' . docker run --detach 'graph_theory'

cmake . make ./main

About

A library that efficiently implements graph theory algorithms and representations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published