First in, first out (FIFO)
Setup:
x = TypeToTest(range(n))
Timed:
x.insert(0, 0)
x.pop(0)
About these graphs