Skip to content

This project implements the Shortest Remaining Time First (SRTF) process scheduling algorithm

Notifications You must be signed in to change notification settings

Andrewsy1004/Algoritmo-SRTF

Repository files navigation

🚀 SRTF Algorithm

This project implements the Shortest Remaining Time First (SRTF) process scheduling algorithm, developed using React and Vite, with HMR (Hot Module Replacement) capabilities and configured with some ESLint rules.

🛠️ Technologies Used

  • ⚛️ React: JavaScript library for building user interfaces.
  • Vite: Fast JavaScript build tool with support for HMR.

🌟 Features

  • ✅ Implementation of the SRTF algorithm for process scheduling.
  • 🔄 Hot Module Replacement (HMR) for faster development.
  • 🧹 ESLint configured with basic rules to maintain clean code.
  • 📊 Visual representation of process scheduling for better understanding.
  • ⚙️ Fully customizable through configuration files.
  • 💻 Cross-browser compatibility ensuring consistent behavior across major browsers.
  • 🚀 Optimized performance for both development and production builds.

📦 Installation

  1. Clone the repository:

    git clone https://github.com/Andrewsy1004/Algoritmo-SRTF.git
    cd Algoritmo-SRTF
    npm install
    npm run dev
    
    

About

This project implements the Shortest Remaining Time First (SRTF) process scheduling algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published