Skip to content

mcncm/random_bst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark random BST

An experimental inquiry into zip trees, the randomized binary tree data structure recently proposed by Tarjan et al. We compare the empirical performance of zip trees along a number of axes with a variety of classic data structures, including

  • Treaps
  • Skip lists, a randomized linked-list-based structure.
  • Splay trees, a self-adjusting data structure that is conjectured to be a competitively optimal BST.

See Project report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.6%
  • Python 19.4%
  • Makefile 2.3%
  • Other 0.7%