Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sile/erl-splay-tree

A splay-tree implementation in Erlang
https://github.com/sile/erl-splay-tree

data-structures erlang splay-trees

Last synced: 6 days ago
JSON representation

A splay-tree implementation in Erlang

Awesome Lists containing this project

README

        

splay_tree
==========

[![hex.pm version](https://img.shields.io/hexpm/v/splay_tree.svg)](https://hex.pm/packages/splay_tree)
[![Build Status](https://travis-ci.org/sile/splay_tree.svg?branch=master)](https://travis-ci.org/sile/splay_tree)
[![Code Coverage](https://codecov.io/gh/sile/splay_tree/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/splay_tree/branch/master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A [splay-tree] implementation in Erlang.

[Documentation](https://hexdocs.pm/splay_tree/)

[splay-tree]: https://en.wikipedia.org/wiki/Splay_tree