Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Priority-queue/Phixmonti/priority-queue.phixmonti
Normal file
8
Task/Priority-queue/Phixmonti/priority-queue.phixmonti
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/# Rosetta Code problem: http://rosettacode.org/wiki/Priority_queue
|
||||
by Galileo, 05/2022 #/
|
||||
|
||||
include ..\Utilitys.pmt
|
||||
|
||||
( )
|
||||
( 3 "Clear drains" ) 0 put ( 4 "Feed cat" ) 0 put ( 5 "Make tea" ) 0 put ( 1 "Solve RC tasks" ) 0 put ( 2 "Tax return" ) 0 put
|
||||
sort pop swap print pstack
|
||||
Loading…
Add table
Add a link
Reference in a new issue