Data-Structures-and-Algorithms
Data-Structures-and-Algorithms copied to clipboard
added Treap data structure to tree directory
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.