Skip to content

MatayMayrany/PriorityQueues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Priority Queues

Program to test 4 types of queues:

  • Singly linked list ready queue
  • Single linked list event driven
  • Heap ready queue
  • Heap event driven

About

Implementing Priority Queues using a singly-linked list and a heap. Comparing the two structures for event-driven simulations and as ready queues for scheduling threads and processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages