package cll

  1. Overview
  2. No Docs
Mutable circular doubly linked list

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=534e5defb87dfefab80ad58477ee860b
sha512=3324a8b80a9e642fc729d439fb9ecf9a9d40ea465f53b50f2ad6ac62bddc1a11031ab094e0b1223d0200c982b05604d4e3603e754bf1be2583bc5ba230a8f700

Description

A mutable circular doubly linked list designed for O(1) insertion and removal, O(n) traversal, and close to O(1) search using a backing hashtable.

Tags

circular linked list

Published: 13 Nov 2023

Dependencies (2)

  1. dune >= "3.10"
  2. ocaml >= "4.05"

Dev Dependencies (3)

  1. odoc with-doc
  2. bisect_ppx with-test
  3. ounit2 with-test

Used by

None

Conflicts

None