^ ^ percent ^ Set by ^ Due date* ^ Return by ^ | [[http://www.cse.yorku.ca/course/3221/a1.htm|Assignment 1]] | 5% | Jan 11 | Jan 25; Feb 15 **Feb 17** | Feb 26 | | [[http://www.cse.yorku.ca/course/3221/project.htm|Project]] ''@'' | 10% | Feb 14 | Mar 3; Mar 17 | Mar 30 | | [[http://www.cse.yorku.ca/course/3221/a2.htm|Assignment 2]] ''#'' | 5% | Mar 12 | Mar 31 | Apr 15 | * Due date: by midnight (11:59pm) of the specified day. ''@'' Some hints for this project can be found here for your reference. At the beginning, you should create some smaller test files, like [[http://www.cse.yorku.ca/course/3221/test_small.txt|test_small.txt]], to debug and test your code. A binary code for FCFS is posted [[http://www.cse.yorku.ca/course/3221/fcfs|here]], which can be downloaded and run in your PRISM account to help debug your code. Similarly, a binary code for RR is posted [[http://www.cse.yorku.ca/course/3221/rr|here]] for your debug. ''#'' Some hints for this assignment can be found here for your reference. Before you submit, you may want to use the following scripts to test your code thoroughly to ensure no race condition occurs in your code: [[http://www.cse.yorku.ca/course/3221/run.sh|run.sh]], [[http://www.cse.yorku.ca/course/3221/testall.sh|testall.sh]].