An open API service indexing awesome lists of open source software.

https://github.com/daviddavo/bellman-ford-haskell

Bellman-Ford implementation on haskell using monads. Mirror from GitLab.
https://github.com/daviddavo/bellman-ford-haskell

bellman-ford haskell latex stack

Last synced: 7 months ago
JSON representation

Bellman-Ford implementation on haskell using monads. Mirror from GitLab.

Awesome Lists containing this project

README

          

# bellman-ford

Bellman Ford implementation using Haskell

## Building Haskell

Go to the `haskell` folder and in a terminal, write:

```
$ stack build
$ stack test
```

## Building LaTeX

Go to the `tex` folder and in a terminal, write:
```
$ make
```