C+ + program for simulating job Priority Queue
Problem Statement:-
Queues are frequently used in computer programming, and a typical example is the creation of a job queue by an operating system. If the operating system uses priorities, then the jobs are processed based on priority order. Write C+ + program for simulating job queue. Write functions to add job and delete job from priority queue.
No comments: