THREADED BINARY SEARCH TREE
THREADS: We will replace certain NULL entries by spacial pointer which point to nodes higher in tree.These special pointer are called threads.
LINKS: Those pointers which contain the address of its successor node in tree is called link.
EXAMPLE:
RIGHT THREADED BINARY SEARCH TREE: Those tree which have only right threaded than it is known as right threaded binary search tree.