Skip to content

Alkesst/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Some data structures implemented in java and haskell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published