explain syntax of creating min heap in stl code example Example: min heap in c++ priority_queue <int, vector<int>, greater<int>> minHeap;