Open jinicode opened 4 years ago
@jinicode Can I contribute RoundRobin Scheduling Algo in Java?
@jinicode please assign this to me, I can write to First Come First Serve (FCFS), Shortest-Job-First (SJF) Scheduling, Shortest Remaining Time, Priority Scheduling and Multilevel Queue Scheduling algorithms in Java.
@manan025 Can you please add labels , so that I can send pr asap.
@manan025 Can you please add labels , so that I can send pr asap.
Done
Hey! Can I work on this issue?
@jinicode @anirudh2019 @ayushi-1408 @Manognya1000 All of you are requested to tell me which scheduling algorithm you are interested in taking up. Check the updated issue description. Mention here, get it assigned, and then make a PR. Whoever creates the issue gets the first priority at assign time - In this case @jinicode And then whoever comments first is given first priority.
Please Note - ANY DIRECT PR's WOULD BE CONSIDERED AS INVALID. Do not violate our CONTRIBUTION GUIDELINES. Save our time, we will be happy to accept your PR's. Thank you! All the best!
please assign the First Come First Serve Scheduling Algorithm (FCFS) in c++ and python to me. @sukritishah15
@harshit-labs you can be assigned only 1 language. Please tell your preference.
@anirudh2019 - Java - Round Robin Scheduling Algorithm (RR) Assigned.
Others are requested to ask it to be assigned to you with the language and scheduling algorithm you want to work on.
@harshit-labs you can be assigned only 1 language. Please tell me about your preference.
Assign in c++.
@harshit-labs - C++ - First Come First Serve Scheduling Algorithm (FCFS) Assigned.
Hey I want to work on First Come First Serve Scheduling Algorithm (FCFS) in Java.
@ayushi-1408 - First Come First Serve Scheduling Algorithm (FCFS) - Java Assigned
please assign me all the algorithms in java . I will implement them by tonight . Thank You .
@jinicode - Java - SJF - Non-Preemptive + SRTF - Preemptive + LJF - Non-Preemptive + LRTF - Preemptive + Non - Preemptive assigned FCFS and RR are not available.
Hey please assign me Round Robin Scheduling Algorithm (RR) in C language.
@ayushi-1408 - C - RR Assigned
Assign me FCFS in Python
@AnmolMahajan11 - Python - FCFS Assigned
Assign FCFS to me. I will work on it in C
@GarimaMahajan20 - FCFS - C Assigned
@sukritishah15 please assign priority based scheduling implementation in c++.
@sejalshri - C++ - Priority based Scheduling (Non - Preemptive) Assigned
please assign me shortest job first scheduling algorithm(SJF-non preemptive) in c and add label of c and hacktoberfest
@ardika99 - C - SJF(non-preemptive assigned)
please assign me Shortest Job First Scheduling Algorithm (SJF - Non-Preemptive) in c++ and add label of c++ and hacktoberfest
please assign me Priority based Scheduling (Non - Preemptive) in c and label of c and hacktoberfest
@ardika99 - C++ (shortest job first scheduling algorithm)(SJF - non preemptive) and C(Priority based scheduling) (non preemptive) Assigned
please assign me Round Robin Scheduling Algorithm (RR) in C++ and label of c++ and hacktoberfest
@ardika99 - C++ - RR Scheduling Algorithm Assigned
Hello Everyone, I found a few places on the readme.md with duplicates and there seems also a few errors in the markdown. I request you guys to remove the repetitions and correct the readme files. Thanks!
🚀 Feature
Implementing various scheduling algorithms.
This ISSUE will be linked to 28 PR
Have you read the Contribution Guidelines?
Yes
Pitch
Scheduling algorithms are asked in interviews many times and it would help someone.
First Come First Serve Scheduling Algorithm (FCFS)
C - @GarimaMahajan20 C++ - @harshit-labs Java - @ayushi-1408 Python - @AnmolMahajan11
Shortest Job First Scheduling Algorithm (SJF - Non-Preemptive)
C - @ardika99 C++ - @ardika99 Java - @jinicode Python -
Shortest Remaining Time First Scheduling Algorithm (SRTF - Preemptive)
C - C++ - Java - @jinicode Python -
Longest Job First Scheduling Algorithm (LJF - Non-Preemptive)
C - C++ - Java - @jinicode Python -
Longest Remaining Time First Scheduling Algorithm (LRTF - Preemptive)
C - C++ - Java - @jinicode Python -
Round Robin Scheduling Algorithm (RR)
C - @ayushi-1408 C++ - @ardika99 Java - @anirudh2019 Python -
Priority based Scheduling (Non - Preemptive)
C - @ardika99 C++ - @sejalshri Java - @jinicode Python -