3
1
Commit Graph

15 Commits

Author SHA1 Message Date
9296a4bd14
Made some minor changes to B7 (page replacement in C++) code.
- Changed variable names
- Indentation and stuff
- Added description
2024-11-05 16:43:46 +05:30
3e21e023a1
Fixed worst fit and added missing labels for best and worst fit. 2024-11-05 00:28:33 +05:30
f598faff49
Simplified and improved code B6.
- Changed variable names and made prSize and blkSize global variables
- Added note in main function
2024-11-05 00:21:16 +05:30
9193acd3bd added note for b6 2024-11-04 15:49:14 +05:30
3abe4f123d
Merge remote-tracking branch 'origin/main' 2024-11-03 23:06:36 +05:30
10cb905159
Fixed names for B6 and B7, they were accidentally named A6 and A7 respectively. 2024-11-03 23:00:49 +05:30
ccfa65c057 fixed round robin code 2024-11-02 20:19:01 +05:30
adabdf812e
Moved codes around in the Codes folder and changed names for better understanding. Added links in README file. 2024-10-14 11:10:55 +05:30
77fef62173 added b7 code 2024-10-12 22:06:35 +05:30
28df18ed80 b6 code added 2024-10-12 17:44:02 +05:30
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar. 2024-07-30 12:43:45 +05:30
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution. 2024-07-30 11:59:54 +05:30
3e3c0978b9 added fcfs code 2024-07-28 12:32:06 +05:30
824a7ef5fd completion time added 2024-07-27 11:46:42 +05:30
81c27ea1b1 added sjf code 2024-07-27 11:18:03 +05:30