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

https://github.com/rcardin/btrees

A simple implementation of Binary Search Trees using Haskell (just for fun).
https://github.com/rcardin/btrees

binary-search-tree haskell haskell-learning

Last synced: about 1 month ago
JSON representation

A simple implementation of Binary Search Trees using Haskell (just for fun).

Awesome Lists containing this project

README

          

# Binary Search Trees in Haskell

A simple and stupid implementation of Binary Search Trees in Haskell. The code refers the examples in the book [Learn You a Haskell for Great Good!](http://learnyouahaskell.com).