Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Queuing-Algorithms

├── FIFO │   ├── destination.py │   ├── router.py │   └── source.py ├── README.md ├── WFQ │   ├── destination.py │   ├── router.py │   └── source.py └── WRR ├── destination.py ├── router.py └── source.py

Run each of the following command on a new terminal for each scheduling algorithm python router.py python destination.py python source.py 0 python source.py 1 python source.py 2

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages