Implementations of some Data Structures viewed in class.
Accessing the cloned repo:
cd $CUSTOMPATH/DataStructures
Opening the Glasgow Haskell Compiler importing the current path (requiered if the data structure is implemented with other data structure. i.e. TwoStackQueue, BSTSet, etc...
ghci -i$(pwd)
Create a new project and move the sourcefiles into the project.