Skip to content

okumin/scalacture

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages