Calculation of the Comparative Efficiency of Algorithms Using a Single Metric

Arya Chakraborty
DOI: https://doi.org/10.22214/ijraset.2023.50714
2024-06-20
Abstract:While time complexity and space complexity of an algorithm helps to determine its efficiency when time or space needs to be optimized respectively, they fail to determine the more efficient algorithm when time and space both need to be optimized simultaneously. This resulted in the development of the A1-Score Factor which solve the problem i.e., helps to find the algorithm which optimizes both time and space simultaneously. The following research paper contains the hypothesis, the proof, the theoretical and the graphical implementation of the A1-Score Factor along with the use cases of the same.
Data Structures and Algorithms
What problem does this paper attempt to address?