3
1
SystemsProgrammingAndOperat.../Codes/Python version
2024-11-06 23:24:49 +05:30
..
Assignment-A1 (Assembler) Added python version of pass 1 and pass 2 assembler (a1). 2024-11-06 15:15:39 +05:30
Assignment-A2 (Macro) Added alternate macro code in python version folder. 2024-11-06 23:24:49 +05:30
Assignment-A5 (CPU Scheduling) Added fcfs, priority, round robin, sjf codes (a5). 2024-11-06 15:23:43 +05:30
Assignment-A6 (Memory placement) Added first fit, next fit, best fit, and worst fir codes (a6). 2024-11-06 15:24:34 +05:30
Assignment-A7 (Page replacement) Added LRU and optimal code (a7). 2024-11-06 15:25:13 +05:30
README.md Added alternate macro code in python version folder. 2024-11-06 23:24:49 +05:30

Python version


  • This folder contains Python versions of all codes.
  • All codes have been tested.
  • ROUND ROBIN DOES NOT WORK AS INTENDED.