Topic: Queue Problem / Level: advanced

Problem: Write a program to find the minimum cost of merging n sorted arrays using a priority queue.

Run the code to see the output here...