Help me in solving HBBTREE problemdef create_adjacency_matrix(n, edges): # Initialize an n x n m

My issue

please answer

My code


void isHeightBalanced(struct Node* root) {
   // Complete this function
}

Learning course: Data Structures & Algorithms using C
Problem Link: https://www.codechef.com/learn/course/ciet-data-structures-c/CIETDSC25/problems/HBBTREE