Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 672 Bytes

Scalacture

Build Status

Scalacture is a project to implement all the data structures by Scala.

Projects

scalacture-core

The main project. Stable APIs are here.

  • scalacture.immutable.queue
    • BatchedQueue
    • HoodMelvilleQueue

scalacture-scalaz

Provides Scalaz extensions. You can import type class instances for data structues implemented in Scalacture.

For example, if you would like to import type class instances for scalacture.immutable.queue.HoodMelvilleQueue,

import scalacture.scalaz.immutable.queue.hoodMelvilleQueue._