Skip to content
/ grasph Public

A proof-of-concept graph theory library with Dijkstra, DFS, and delta-plus-one edge-coloring algorithms.

License

Notifications You must be signed in to change notification settings

sayoder/grasph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-hs

A purely functional library for dealing with graph theory problems in Haskell.

Installation

  1. Download the Haskell Platform or install it using a package manager.
  2. Install cabal, the Haskell package manager and build system.
  3. run cabal build to build the GraphTheory library.

You may also try the following:

  • run cabal build graphtest to build Main.hs.
  • run cabal run graphtest to run Main.hs.
  • run cabal install to install the GraphTheory library on your machine. You may have to add ~/.cabal/bin to your $PATH on a Unix-like machine.

About

A proof-of-concept graph theory library with Dijkstra, DFS, and delta-plus-one edge-coloring algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published