code: https://ide.codingblocks.com/s/435655
this is the working for merging k sorted arrays problem, what I don’t understand here is that in line 14 we only need a the priority queue to have elements of type pair but it has been initialized with 2 other vectors too which I don’t see being used