Navigation
Synopsis Insert an element in a priority queue.
Function PriorityQueue insertElement(PriorityQueue Q, int priority, int val)
Usage import util::PriorityQueue;
Description Insert the pair (priority, val) in PriorityQueue Q.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.