Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Priority queue
no vote
Realize a simple priority queue of students. In Student  file, I defined the class Student . In pqueue file I defined the procedures to create a priority queue, to regenerate by priority after I erase an element from it, I can delete the max from queue and print it. In app file, I created a new pqueue, and invoke the procedures from pqueue for class Student.
ancab123
2016-08-23
0
1
No more~