{"id":24716856,"url":"https://github.com/samyam81/schedulingalgo","last_synced_at":"2026-05-19T06:01:42.945Z","repository":{"id":232151431,"uuid":"783593371","full_name":"samyam81/SchedulingALGO","owner":"samyam81","description":"Scheduling algorithms manage the execution order of processes in a computer system, ensuring efficient resource utilization and timely completion of tasks.","archived":false,"fork":false,"pushed_at":"2024-05-21T07:27:37.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T09:14:25.965Z","etag":null,"topics":["beginner-friendly","csharp","first-in-first-out","java","operating-system","round-robin","shortest-job-first"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samyam81.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-08T07:43:06.000Z","updated_at":"2024-06-23T12:07:50.000Z","dependencies_parsed_at":"2024-04-08T08:53:41.238Z","dependency_job_id":"83f91344-44ba-46a3-aabb-6fec2aaf894e","html_url":"https://github.com/samyam81/SchedulingALGO","commit_stats":null,"previous_names":["samyam81/schedulingalgo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSchedulingALGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSchedulingALGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSchedulingALGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSchedulingALGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyam81","download_url":"https://codeload.github.com/samyam81/SchedulingALGO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244932989,"owners_count":20534270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-friendly","csharp","first-in-first-out","java","operating-system","round-robin","shortest-job-first"],"created_at":"2025-01-27T09:14:28.810Z","updated_at":"2026-05-19T06:01:42.854Z","avatar_url":"https://github.com/samyam81.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SchedulingALGO\n\nThis repository contains implementations of various scheduling algorithms in different programming languages. Each algorithm is implemented in separate files.\n\n## FIFO (First-In-First-Out)\n\n### C# Implementation\n- `FIFO.cs` contains the C# implementation of the FIFO scheduling algorithm.\n- The `Process` class represents a process with its process ID, arrival time, and burst time.\n- The `FIFOAlgorithm` class implements the FIFO algorithm using a queue data structure.\n- The `Main` method in `FIFO.cs` demonstrates how to use the FIFO algorithm with sample processes.\n\n### Java Implementation\n- `FIFO.java` contains the Java implementation of the FIFO scheduling algorithm.\n- Similar to the C# implementation, it includes the `Process` and `FIFOAlgorithm` classes.\n- The `Main` method in `FIFO.java` demonstrates how to use the FIFO algorithm with sample processes.\n\n## Round Robin\n\n### Java Implementation\n- `RoundRobin.java` contains the Java implementation of the Round Robin scheduling algorithm.\n- The `Process` class represents a process with its process ID, arrival time, burst time, and remaining burst time.\n- The `RoundRobin` class implements the Round Robin algorithm using a queue data structure and a time quantum.\n- The `main` method in `RoundRobin.java` demonstrates how to use the Round Robin algorithm with sample processes.\n\n## SJF (Shortest Job First)\n\n### Java Implementation\n- `SJFAlgorithm.java` contains the Java implementation of the Shortest Job First (SJF) scheduling algorithm.\n- Similar to other implementations, it includes the `Process` class.\n- The `SJFAlgorithm` class implements the SJF algorithm using a priority queue to prioritize processes based on burst time.\n- The `main` method in `SJFAlgorithm.java` demonstrates how to use the SJF algorithm with sample processes.\n\nEnjoy exploring the different scheduling algorithms in the SchedulingALGO repository!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyam81%2Fschedulingalgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyam81%2Fschedulingalgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyam81%2Fschedulingalgo/lists"}