/my-algorithms

My algorithm collections

Primary LanguageTypeScript

My Algorithms

My algorithms collections

Terms

  • Stack algorithm: the set of pages in memory for n frames is always a subset of the set of pages that would be in memory with n + 1 frames
flowchart LR
  subgraph n1f["n + 1 frame"]
    subgraph nf["n frame"]
      p["the set of pages"]
    end
  end
Loading

References