What is the drawback of banker's algorithm?

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.

[1 Month]