Skip to content

vorce/dasie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Coverage Status Casual Maintenance Intended

Dasie

DAta Structures In Elixir.

Implementations of some (persistent) data structures for fun and learning. I don't recommend using these for anything important.

Available data structures

Example usage

I plan on writing up some small examples, but in the mean time it's best to look at the tests. Testing has been a focus since the start of this project. There should be plenty of example based tests, and some property based ones for each implementation. The module docs are not terrible either.

* = Unfinished/WIP