0
Python Any help?
I want to write these algorithms in a very simple way (i.e. implement mathematical operations) 1- First-Come, First-Served Scheduling 2-Shortest Job First (SJF) 3-Shortest Remaining Time First(SRTF) 4-Round-Robin Scheduling 5-Priority Scheduling
2 odpowiedzi
+ 4
what do you mean? pls evaluate
0
I mean I want a Python program to implement these algorithms so that it is easy and without using classes, arrays, and functions.