Prev
Next
All
Array of jobs
Compared to linked list
Also easy to fetch each job in turn for execution
Sometimes easy to add jobs
if space
if adding at end
Difficult to delete
Array uses space even when few jobs
Linked list overall better