Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

added Treap data structure to tree directory

Open Amir-mirgeloybayat opened this issue 3 years ago • 0 comments

Hey, I learned about Treaps in school. You might want to be interested in including Treaps in the Trees directory! Treap is a combination of a tree and randomized keys ordered like a heap, therefore, a Treap! I can definitely expand on the descriptions later and improve the readme.

Amir-mirgeloybayat avatar Jan 21 '22 12:01 Amir-mirgeloybayat