/treap

an implementation of treap with golang

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TREAP


An implementation of treap with golang


This project implements a data structure named "treap" which combines the advantage of binary search tree and binary heap. More information about treap see Wikipedia.