- Binary Search Tree
- Self Balancing BST (Red Black Tree)
- JSON Serializer
- Sudoku Solver
- Miscellaneous Snippets
- Fibonacci, List Functions, etc.
The purpose of the code in this repo is entirely pedagogic, and hence the code is meant to be entered into an interpreter via ghci :l or loaded into an IDE and used accordingly. The usage details of the functions are given in the README specific to each snippet. (click one of the links above)
- Prerequisite:
- Install the Haskell Platform (you just need
ghcithough) from https://www.haskell.org/platform/