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

https://github.com/willdoescode/bst-hs

Binary Search Tree in Haskell
https://github.com/willdoescode/bst-hs

bst haskell

Last synced: 5 months ago
JSON representation

Binary Search Tree in Haskell

Awesome Lists containing this project

README

          

# Binary Search Tree in Haskell

## Running

```shell
ghc Main.hs

./main
```

## Testing

```shell
ghc Spec.hs -o spec

./spec
```