7 lines
162 B
Markdown
Executable File
7 lines
162 B
Markdown
Executable File
# Priority Queue
|
|
|
|
Next job to be selected is one with highest prio
|
|
|
|
Add / Insert new item
|
|
Remove / Delete highest or lowest prio
|
|
Get / find highest or lowest prio |