3
1
SystemsProgrammingAndOperat.../Codes/Python version
2024-11-06 15:28:37 +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-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 Updated README. Also thanks to Bhakti for provding python version of all the codes. 2024-11-06 15:28:37 +05:30

Python version


  • This folder contains Python versions of all codes.
  • All codes have been tested.