Revision history of "Belady"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:12, 28 March 2017Renzo talk contribs 1,720 bytes +1,720 Created page with "<syntaxhighlight lang=python> #!/usr/bin/env python3 import sys class fifomem: def __init__(self,size): self.mem = [None for _ in range(size)] self.pf = 0 def __str__..."