When determining the efficiency of algorithm, the space factor is measured by" group of answer choices counting the maximum memory needed by the algorithm counting the minimum memory needed by the algorithm counting the average memory needed by the algorithm counting the maximum disk space needed by the algorithm?
Answers
Answered by
15
The space factor when determining the efficiency of algorithm measured by counting the maximum disk space needed by the algorithm. Space complexity is a function describing the amount of memory (space) an algorithm takes in terms of the amount of input to the algorithm.........✌️✌️
Answered by
1
The performance of algorithm is measured by finding the maximum storage space needed for algorithm.
Detailed explanation:
- Algorithm efficiency is based on two factors which is time and space.
- To get optimize result first we have to decide which measure of efficiency is effecting most.
- If speed of algorithm is our priority than we have to compromise on space and if space of algorithm is our priority than we have to compromise on time.
Similar questions