Introduction - If you have any usage issues, please Google them yourself
Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm.
The basic principle is:
If a page is accessed, it is likely to be accessed; on the other hand, if it is not accessed for long periods, it is unlikely to be accessed in the near future.