8 lines
163 B
Markdown
Executable File
8 lines
163 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
|