A collection of state-of-the-art contraction ordering algorithms. https://arxiv.org/abs/2209.12332
-
Updated
Dec 3, 2024 - Python
A collection of state-of-the-art contraction ordering algorithms. https://arxiv.org/abs/2209.12332
This is Operating System (CE354) practical.
Simulador de Gerenciamento de Memória Virtual que analisa e compara o desempenho dos algoritmos de substituição de páginas Ótimo e FIFO, processando grandes volumes de dados via streaming comprimido (Zstandard). Trabalho desenvolvido para disciplina de Sistemas Operacionais.
Page Replacement Algorithm Simulator is a Streamlit-based application that simulates and compares FIFO, LRU, and Optimal algorithms. It displays memory state changes, compares page faults, and provides insights into algorithm performance.
Add a description, image, and links to the optimal-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the optimal-algorithm topic, visit your repo's landing page and select "manage topics."