Calculates the number of page faults for the three algorithms FIFO, OPT, LRU.
Removes the item that was first added to the list.
Removes the item that has not been used for the longest amount of time
Removes the item that will not be used for the longest amount of time