A2 programs
In this section you will find some programs which are set as part of the A2 course.
FCFS
Write an implementation of the scheduling algorithm first come first served. Use the round robin example code to help you. You need to log in or create an account to submit code! quick sort
Write a program which will generate an array of 100 numbers and then run quick sort on it. Quick sort must be implemented recursivly to get the points. You need to log in or create an account to submit code!











