okumin / scalacture

A Scala library that provides various data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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._

About

A Scala library that provides various data structures.


Languages

Language:Scala 100.0%