DocumentCode
707552
Title
Ternary search algorithm: Improvement of binary search
Author
Bajwa, Manpreet Singh ; Agarwal, Arun Prakash ; Manchanda, Sumati
Author_Institution
Amity Univ., Noida, India
fYear
2015
fDate
11-13 March 2015
Firstpage
1723
Lastpage
1725
Abstract
The empirical calculation is displayed in this paper for searching which is an improvement of binary search. On the off chance that we don´t have any data on how the numbers are sorted out in the array, we need to consecutively analyze every component of the array; it is called as linear search with time complexity O(n).However, if the elements of the array are sorted, given us a chance to say in ascending order, and we wish to locate position of a number target K in the array, we require not make a successive search over the complete array. Therefore we propose the method known as ternary search in order to quickly search the required element. We have additionally turned out to be more viable and effective calculation as contrasted with the binary search as the time complexity of the new proposed calculation lessens to O (log3n).
Keywords
computational complexity; search problems; sorting; binary search improvement; linear search; sorting; ternary search algorithm; time complexity; Aggregates; Algorithm design and analysis; Arrays; Estimation; Sorting; Time complexity; binary search; complexity; empirical; ternary search;
fLanguage
English
Publisher
ieee
Conference_Titel
Computing for Sustainable Global Development (INDIACom), 2015 2nd International Conference on
Conference_Location
New Delhi
Print_ISBN
978-9-3805-4415-1
Type
conf
Filename
7100542
Link To Document