Skip to content

rafaelglikis/bdbfs-leda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional Breadth First Search using LEDA

Comparison of LEDA's BFS algorithm with bidirectional BFS.

Requirements

  • LEDA

Compile

modify Makefile

LEDAID='/usr/local/LEDA'
LEDAINCL='/usr/local/LEDA/incl'

and then:

make

Usage

./bin/bdbfs test-small (run small tests)
./bin/bdbfs test-all (run all tests)
./bin/bdbfs benchmark (run all benchmarks)

About

Comparison of LEDA's BFS algorithm with bidirectional BFS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published