ONE TEST CASE FAILING

Hi @lakshay2311 I’ll get back to you ASAP

Sure. No worries!! I will wait.

@lakshay2311 in the main() function you called the function like
if(isHeightBalancedOptimised)
it should be like if(isHeightBalancedOptimised(root).balance)

Got it. Thanks :slight_smile:

1 Like

@lakshay2311 dont forget to mark it as resolved!

1 Like