What is the evaluation of an algorithm’s performance and efficiency known as?(1 point)

Responses

asymptomatic analysis
asymptomatic analysis

solution costs
solution costs

hash table
hash table

basic operations

1 answer

The evaluation of an algorithm’s performance and efficiency is known as asymptotic analysis. It is used to describe the behavior of an algorithm as the input size grows, typically focusing on time and space complexity.

So, the correct response is:

asymptotic analysis