Title :
An Approach to Adaptive Locality Based Maintenance of Correlated Data
Author_Institution :
Dept. of Comput. Sci. & Eng., Motilal Nehru Nat. Inst. of Technol. Allahabad, Allahabad, India
Abstract :
Operations performed in a Binary Search Tree generally starts from root node. As result search space (total number of nodes) constitutes entire tree, where a normal users intention is only certain part of the tree. In this paper we propose a noble method for performing operations such as insertion, deletion and retrieval within the local search space of a lookup node rather than the root node. To define local search space of a node, we implement leaf nodes null pointers, which are generally remains unused. These local search spaces divides the actual search space which generally constitutes entire tree. Hence complexity reduced to O(log m) from O(log n) for a local node, where m is the number of nodes present in sub tree formed by local search space and n is the number of nodes present in the tree.
Keywords :
computational complexity; maintenance engineering; search problems; tree data structures; actual search space; adaptive locality based maintenance; binary search tree; correlated data; leaf node null pointers; local search space; lookup node; Binary search trees; Complexity theory; Computer science; Computers; Radio frequency; Vegetation; Binary Search Tree; Data Structure; Threaded Binary Tree;
Conference_Titel :
Computer and Communication Technology (ICCCT), 2012 Third International Conference on
Conference_Location :
Allahabad
Print_ISBN :
978-1-4673-3149-4
DOI :
10.1109/ICCCT.2012.17