1.

Analysis of the optimal paging problem has been done through___________(a) Deterministic algorithm(b) Online algorithm(c) Euclid algorithm(d) Optimal algorithmThe question was posed to me in examination.My question is from Page Replacement Algorithms topic in portion Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

Right option is (B) Online ALGORITHM

Explanation: Analysis of the OPTIMAL paging algorithm is done through an online algorithm. EFFICIENCY is calculated through AMORTIZED analysis.



Discussion

No Comment Found

Related InterviewSolutions