Computer Science, asked by Anonymous, 10 months ago


This is a theoretical performance analysis of an algorithm:
(A) Priori estimates
(B) Posteriori testing
(C) Space factor
(D) Time factor

Answers

Answered by poojan
6

Answer:

A) Priori Estimates

Explanation:

Generally, the Performance analysis is classified into two types.

1. Priori estimates.

2. Posteriori testing. (Analysis done on complexities after the development of program)

Priori estimates deals with the algorithms that are written before developing the problem into a program.

We can say that the designing of the skeleton of a program can be considered as priori estimates.

Priori Estimates main aim is to estimate the time and space complexities of a problem theoretically.

So, the answer is Priori estimates.

Similar questions