Skip to content

BbqGamer/GraphAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph representations

In this project I implemented topological sort using multiple Graph representations.
See report comparing pros and cons of each graph representation

Configuration:

After cloning the repository you should also clone gtest which this project depends on:

cd lib
git clone https://github.com/google/googletest.git

Type this to generate Makefiles:

cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" 

Built the project (being in build directory) with:

make all

or if you want to run tests run this in root directory:

sh compileAndTest.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published