/DataStructures

Some data structures implemented in java and haskell

Primary LanguageJava

DataStructures

Implementations of some Data Structures viewed in class.

How to use

Haskell

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)

Java

Create a new project and move the sourcefiles into the project.