-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding CPU Scheduling algorithms #1
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rishab05 Kindly refer this to have a better idea about what we are looking for. Also follow the format for PR description as given in the template.
Furthermore, we need content that a learner can complete within 1-2 hours of learning time, provided they fulfill the prerequisites and it isn't just a TODO list. We need them to think, we need them to work on it by searching for answers on their own.
Your selected domain seems like it has much scope. Kindly try to segregate your current content and try to come up with a feasible structure for a great learning experience for any learner who comes across your MicroByte. Lastly, create an issue using requisite template provided for us to have a clear understanding on what you're working on. You can refer this for the same.
CPU Scheduling is an important part of Operating system. Also different questions are asked on scheduling in GATE and interviews.
I add scheduling,md file which contain introduction of scheduling and different scheduling algorithms.
Implementation steps of each algorithm are present in algorithms directory.
There are two more files - curious-cats.md and facts.md contains tasks/exercises and some useful facts respectively.