I am using code below to insert an element in binomail heap - found on the internet:
struct node* bin_HEAP_MERGE(struct node* H1, struct node* H2) { struct no