Skip to content

A Treap is a Randomised Data Structure that is a Hybrid of a Binary Search Tree (BST) and a Binary Heap (Tree + Heap)

Notifications You must be signed in to change notification settings

WillKirkmanM/treap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treap

A Treap is a Randomised Data Structure that is a Hybrid of a Binary Search Tree (BST) and a Binary Heap (Tree + Heap)

About

A Treap is a Randomised Data Structure that is a Hybrid of a Binary Search Tree (BST) and a Binary Heap (Tree + Heap)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages