Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Built with: Mac OS X 10.10 Yosemite
Written in: Python 2.7.6
### This tiny program takes 3 (three) parameters:
1º - the scheduling algorithm (String: required)
choose one of:
first-fit
best-fit
worst-fit
circular-fit
2º - the number of process to be simulated (int: required)
3º - the terminal outputing delay time (float: optional)
### Execution example:
run
$ python memo.py first-fit 100 0.5
or just run
$ python memo.py first-fit 100