#include
using namespace std;
class LeftistNode;
LeftistNode* LHMerge(LeftistNode* h1, LeftistNode* h2);
class LeftistNode
void LHInsert(int e)
};
LeftistNode* LHMerge(LeftistNode* h1, LeftistNode* h2)
void printHeap(LeftistNode* root)
}
int main()
task bolumlerine neler gelicek bilen herhangi yapabildigini yaparsa sevinirim gerisini ben yapmaya calısırım.
__________________