Skip to content
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

FCFS Algorithm Implementation #1177

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

@DakshKK
Copy link

@DakshKK DakshKK commented Oct 4, 2020

Description of Change

I have implemented the FCFS OS Scheduling Algorithms. A basic and fundamental algorithm, though not in use now, it provides a good understanding of how scheduling works for OS's.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: This algorithm is quite rudimentary, and can be improved, but it is the best I can do, and will work at implementing more OS algorithms if accepted.

@DakshKK
Copy link
Author

@DakshKK DakshKK commented May 3, 2021

@kvedala is this PR not being merged? And shall I implement these in Python.

Copy link
Member

@Panquesito7 Panquesito7 left a comment

@DakshKK, I will review your PR once you update your algorithm/file according to our guidelines. Krishna has been quite inactive since a long time ago. Thanks. 🙂

@stale
Copy link

@stale stale bot commented Jun 7, 2021

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the abandoned label Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants