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

https://github.com/alkesst/datastructures

Some data structures implemented in java and haskell
https://github.com/alkesst/datastructures

algorithms data-structures data-structures-algorithms datastructures haskell java

Last synced: 3 months ago
JSON representation

Some data structures implemented in java and haskell

Awesome Lists containing this project

README

          

# 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.