Skip to content

Commit b052cff

Browse files
README FILE
1 parent e232d57 commit b052cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Steps to install the project:
77
3. Open the index.html file using any browser.
88
4. After opening refer to how to use section to understand how to use the website to implement scheduling algorithms.
99

10-
HOW TO USE THE PROJECT
10+
# HOW TO USE THE PROJECT
1111
Steps to use the website:
1212
1. First add the arrival time and burst time for different processes you want to consider for the implementation of the algorithm by entering arrival time, burst time and then clicking on ADD A ROW BUTTON. (Note: Enter the processes sorted according to the arrival time)
1313
2. You delete entry from table if you want to by clicking on DELETE A ROW BUTTON.
1414
3. Then select the algorithm according to which you want schedule the processes which you have added to the table by selecting the particular radio button. (Note: For Round Robin you also have to enter the time quanta in the respective text field and for Priority scheduling enter the priority for each process in the designated column. Lower the priority prior it will be scheduled).
1515
4. After adding all processes and selecting the scheduling algorithm click on execute button which will find turn around time, response time, completion time and waiting time for all processes. Also, line graphs for the response time, completion time and waiting will be shown with Gantt Chart.
1616

17-
HOW TO EDIT THE PROJECT
17+
# HOW TO EDIT THE PROJECT
1818
Steps to edit the project:
1919
1. To edit the project, you could open the folder in editor like Visual Code and then edit the particular file which you want.

0 commit comments

Comments
 (0)