10 lines
201 B
Text
10 lines
201 B
Text
|
|
Q=: conew'priorityQueue'
|
||
|
|
3 4 5 1 2 insert__Q 'clear drains';'feed cat';'make tea';'solve rc task';'tax return'
|
||
|
|
>topN__Q 1
|
||
|
|
make tea
|
||
|
|
>topN__Q 4
|
||
|
|
feed cat
|
||
|
|
clear drains
|
||
|
|
tax return
|
||
|
|
solve rc task
|