@hackage / compact-sequences

Stacks, queues, and deques with compact representations.

Latest0.2.0.0

About

Metadata

  • Last updated , by dfeuer
  • License BSD-3-Clause
  • Maintained by: David.Feuer@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Stacks, queues, and deques that take n + O(log n) space at the cost of having amortized O(log n) time complexity for basic operations.