Algorithm of the Week: Balancing a Binary Search Tree: Introduction
The binary search tree
is a very useful data structure, where searching can be significantly
faster than searching into a linked list. However in some cases
searching into a binary tree can be as slow as searching into a linked
list and this mainly depends on the input sequence. Indeed in case the
input is sorted the binary tree will seem much like a linked list and
the search...
DIGITAL JUICE
No comments:
Post a Comment
Thank's!