nikosl / ocaml-skiplist

A SkipList behaves as a sorted list with, typically, O(log(n)) cost for insertion, look-up and removal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skiplist

A SkipList behaves as a sorted list with, typically, O(log(n)) cost for insertion, look-up and removal

Installation

Using Opam

opam install inquire

Using Esy

esy add @opam/inquire

Usage

In OCaml

let () = Skiplist.greet "World"

Contributing

Take a look at our Contributing Guide.

About

A SkipList behaves as a sorted list with, typically, O(log(n)) cost for insertion, look-up and removal

License:MIT License


Languages

Language:OCaml 94.1%Language:Makefile 5.9%