SyntaxFix
Write A Post
Hire A Developer
Questions
In case this helps anyone :
static bool myFunction(Node& p1, Node& p2) {} priority_queue <Node, vector<Node>, function<bool(Node&, Node&)>> pq1(myFunction);