Skip to content

TheBizzle/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructure

This project is a collection of my Scala-based implementations of handy data structures. Most notably, it currently consists of a mostly-complete implementation of a BiHashMap, an experimental data structure that attempts to integrate the power of the standard Scala collections library with the idea of hashmap-based bijection. It's of limited utility, and it's not without its faults, but implementing it proved to be a worthwhile experiment.

An example of where BiHashMap is currently being used can be found here.

About

Some data structures that I'm playing with in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages