Banker's Algorithm (c) March 2006 Lukasz Grzegorz Maciak To change these number simple change the 3 variables at the beggining of the main method 1. Compiling the code: javac Banker.java; javac Requester.java 2. Running: java Banker NOTE: I run out of time to add a proper, command line attribute parsing method. Thus the number of clients, resources, and maximum requests per client are hard coded in the main method of Banker.java 3. Output: Please make sure you view the output in a maximized terminal window. The output might be rather wide, and line wrapping may make it look confusing.