Name: ____________________________________________________ Alpha: _____________________
Describe help received: _________________________________________________________________
|
|
control_point_1. The diagram should look simlar to what's in the
notes except that you can omit the code. Check the guide
in the resources tab of the course homepage. In particular, you need to
describe:
~/$ ./hw N = 5 10 5 20 15 25 cmd: show [0] ********** [1] ***** [2] ******************** [3] *************** [4] ************************* cmd: swap 0 1 cmd: show [0] ***** [1] ********** [2] ******************** [3] *************** [4] ************************* cmd: swap 2 3 cmd: show [0] ***** [1] ********** [2] *************** [3] ******************** [4] ************************* cmd: quit
|
The program processes the following commands:
Requirement.
|
~/bin/submit -c=IC210 -p=hw19 hw.cpp