Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 396 Bytes

scads (Scala Algorithms and Data Structures)

Eventually, I want this to be a library with a variety of useful algorithms and data structures in Scala. For right now, however, it contains only a single, proof-of-concept implementation of typesafe heaps (priority queues). See a more thorough description of the technical details here.