mtfuller / os-team-project

This is the main repository for the OS Team Project for CS 3502.
0 stars 0 forks source link

Some sorting algorithms are running endlessly or erroring #44

Closed mtfuller closed 7 years ago

mtfuller commented 7 years ago

FIFO seems to be working, but having problems with SJF and Priority based sorting. Need to get to the bottom.

How to complete:

mtfuller commented 7 years ago

Using branch: SortingAlgoFix for fixing this issue

mtfuller commented 7 years ago

After testing it for a bit, it looks like it is able to complete a 1 CPU run for each of the sorting algorithms. The only issue I encountered was some rarely occuring error where the program would get stuck in a loop or throw and OutOfBounds error. Will look into in a different issue.