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.
- Host: GitHub
- URL: https://github.com/daviddavo/bellman-ford-haskell
- Owner: daviddavo
- License: mit
- Created: 2021-05-11T08:40:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T08:40:47.000Z (over 4 years ago)
- Last Synced: 2025-01-23T15:51:24.986Z (9 months ago)
- Topics: bellman-ford, haskell, latex, stack
- Language: TeX
- Homepage: https://gitlab.com/daviddavo/bellman-ford
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```