학술논문

Bo-Tree: An Efficient Search Tree
Document Type
Conference
Source
2020 IEEE 17th India Council International Conference (INDICON) India Council International Conference (INDICON), 2020 IEEE 17th. :1-5 Dec, 2020
Subject
Aerospace
Bioengineering
Communication, Networking and Broadcast Technologies
Components, Circuits, Devices and Systems
Computing and Processing
Engineered Materials, Dielectrics and Plasmas
Fields, Waves and Electromagnetics
Photonics and Electrooptics
Power, Energy and Industry Applications
Robotics and Control Systems
Signal Processing and Analysis
Transportation
Conferences
Tools
Data science
Big Data
Arrays
Time complexity
Task analysis
BO-Tree
Reference Array
Search Tree
Language
ISSN
2325-9418
Abstract
In today’s world, large volumes of data are being generated through various automated data collection tools. Managing and processing of this data is time consuming task which demands an efficient search algorithm. In this paper, an efficient search tree named "BO-Tree", a Balanced "O" structure of the tree is introduced. Nodes in the BO-Tree are organized into various levels and each level is divided into sections for efficient searching of data. A Reference array is created and used to search for data in BO-Tree. Reference array stores a set of minimum and maximum values of each level and its sections along with their corresponding addresses in BO-Tree. BO-Tree is search efficient in all cases of time complexity, with the usage of Reference array, when compared with other existing trees.