note-Priority_Queue
Initialize of customize priority queue:
- define a struct of compare function.
- note the init method of pq.
1 | struct compare{ |
reference:
http://www.cplusplus.com/reference/queue/priority_queue/priority_queue/
Initialize of customize priority queue:
1 | struct compare{ |
reference:
http://www.cplusplus.com/reference/queue/priority_queue/priority_queue/