tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
9
Task/Priority-queue/J/priority-queue-2.j
Normal file
9
Task/Priority-queue/J/priority-queue-2.j
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue