Efficiency Analysis of Binary Search and Quadratic Search in Big and Small Data

Hendy, Kevin and Istiono, Wirawan (2020) Efficiency Analysis of Binary Search and Quadratic Search in Big and Small Data. Computational Science and Techniques, 7.

Full text not available from this repository.

Abstract

When doing a searching process, Binary Search is one of the classic algorithm used in sorted data. The characteristic of this algorithm is to make a comparison of the keywords you want to find with the start, middle, and end values of a data series. Keyword search is done by reducing the range of start and end points to finally find the keyword you want to search. The time complexity of the binary search algorithm is O(log2n) while the memory capacity needed is O(1) for iterative implementation and O(log2n) for recursive implementation. This research will develop a level of comparison in binary search in order to get optimal performance in accordance with the amount of data available.

Item Type: Article
Subjects: 000 Computer Science, Information and General Works > 000 Computer Science, Knowledge and Systems > 006 Special Computer Methods
Divisions: Faculty of Engineering & Informatics > Informatics
Depositing User: mr admin umn
Date Deposited: 15 Oct 2021 03:47
Last Modified: 15 Oct 2021 03:47
URI: https://kc.umn.ac.id/id/eprint/18802

Actions (login required)

View Item View Item