Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sile/erl-splay-tree
- Owner: sile
- License: mit
- Created: 2012-02-21T16:23:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T11:59:31.000Z (over 5 years ago)
- Last Synced: 2024-10-05T08:37:53.514Z (about 1 month ago)
- Topics: data-structures, erlang, splay-trees
- Language: Erlang
- Homepage:
- Size: 391 KB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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