Skip to content

caiograg/grafalgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

grafalgo

Grafalgo is a library of graph algorithms and associated data structures. It was originally created to support a graduate course in advanced data structures and algorithms at Washington University. Consequently, it includes a variety of different algorithms for various problems. The code is highly efficient, but includes only minimal error checking (and mostly in the form of assertion macros that can be disabled). If you choose to use it in a production setting, you are advised to study the code carefully to make sure it is suitable for your purpose.

About

Automatically exported from code.google.com/p/grafalgo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.7%
  • Java 6.1%
  • Makefile 4.0%
  • Other 1.2%