What is the drawback of banker's algorithm?

Asked By:
1 answer(s)
Answer # 1 #

Its biggest flaw is the requirement that processes state maximum resource needs in advance. This is often impossible to know in most real-world systems.

[5 Day]