Quantcast
Channel: C – thoughts…
Viewing all articles
Browse latest Browse all 98

Randomized Binary Search Trees

$
0
0

“I have always been surprised by the contrast between the grace of the main concept of binary search trees and implementation complexity of balanced Binary Search Trees (Red-Black Trees, AVL Trees and Treaps). I have recently looked through the “Algorithms” by Robert Sedgewick [1] and found a description of randomized search trees (I’ve also found the original [2]). It is just one third of a page long (nodes insertion, and one more page for deletion). There’s also a nice implementation of the operation on deleting nodes from a search tree. Here we’ll talk about randomized search trees, their implementation in C++ and also results of a small author’s research as for these trees balance…”

http://kukuruku.co/hub/cpp/randomized-binary-search-trees



Viewing all articles
Browse latest Browse all 98

Trending Articles