Talk:Banker's algorithm

From Rosetta Code
Revision as of 09:29, 30 September 2015 by Rdm (talk | contribs) (→‎What is being tested here?: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What is being tested here?

The wikipedia Banker's algorithm page is currently a bit messed up (see the wikipedia talk page), and the examples here do not quite match the task description (there's no testing against the numbers listed as "Total resources in system" in the task description).

So I think the task needs a better description of what exactly is being tested here.

If I read the code right, each process is run sequentially. But we do not have a description of what each process does, here. I think we need a description of these "processes". --Rdm (talk) 09:29, 30 September 2015 (UTC)