splay-trees topic

List splay-trees repositories

libdict

282
Stars
72
Forks
Watchers

C library of key-value data structures.

splay-tree

113
Stars
18
Forks
Watchers

Fast splay-tree data structure

splay_tree

24
Stars
1
Forks
Watchers

A self-balancing binary tree optimised for fast access to frequently used nodes.

data-structures

32
Stars
25
Forks
Watchers

Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree...