Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -12,7 +12,7 @@ let () =
|
|||
1, "Solve RC tasks";
|
||||
2, "Tax return";
|
||||
] in
|
||||
let pq = List.fold_right PQSet.add tasks PQSet.empty in
|
||||
let pq = PQSet.of_list tasks in
|
||||
let rec aux pq' =
|
||||
if not (PQSet.is_empty pq') then begin
|
||||
let prio, name as task = PQSet.min_elt pq' in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue