Saturday, September 26, 2009

Priority Queue discussion...

Priority queues are really important data structure in operating systems and network.
In operating systems it is used in scheduler for scheduling process according to their priorities... while in networks in it used to schedule packets of different protocols for scheduling the packets...

Priority Scheduling packet... http://en.wikipedia.org/wiki/Priority_queue

Saurabh

No comments:

Post a Comment