Skip to content

Release Notes / Notas de la Version

Latest
Compare
Choose a tag to compare
@MrZLeviatan MrZLeviatan released this 24 Sep 08:25

[v1.0.0] - 2024-09-24

Initial Release

  • Implemented basic scheduling algorithms:
    • FCFS (First-Come, First-Served)
    • SJF (Shortest Job First)
    • SRTF (Shortest Remaining Time First)
    • HRN (Highest Response Ratio Next)
    • RR (Round Robin)
    • FMQ (Fair Minimum Queue)

Versión inicial

  • Se implementaron algoritmos básicos de programación:
    • FCFS (First-Come, First-Served)
    • SJF (Shortest Job First)
    • SRTF (Shortest Remaining Time First)
    • HRN (Highest Response Ratio Next)
    • RR (Round Robin)
    • FMQ (Fair Minimum Queue)

Features

  • The repository is available in English and Spanish for easy understanding.

Caracteristicas

  • El repositorio está disponible en inglés y español para una fácil comprensión.