June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
8
Task/Priority-queue/XLISP/priority-queue-8.xlisp
Normal file
8
Task/Priority-queue/XLISP/priority-queue-8.xlisp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[7] (pq 'show)
|
||||
|
||||
Object is #<Object:PRIORITY-QUEUE #x4e2cba8>, Class is #<Class:PRIORITY-QUEUE #x4e254c8>
|
||||
Instance variables:
|
||||
QUEUE = #(() () () ("Clear drains") ("Feed cat" "Answer emails") ("Make tea"))
|
||||
LOWEST-PRIORITY = 5
|
||||
MOST-URGENT = 3
|
||||
#<Object:PRIORITY-QUEUE #x4e2cba8>
|
||||
Loading…
Add table
Add a link
Reference in a new issue