what is min heap in data structure in c++ code example Example: min heap in c++ priority_queue <int, vector<int>, greater<int>> minHeap;