CREATE TREE (USING POSTORDER AND INORDER) i am not getting correct ans

here is my code please tell me what is wrong with my code https://ide.codingblocks.com/s/115989


it is correct code
you have not maintain postorder start and end
when you call for left part then postorder start wiil not decrement by one rather it will decrement by size of left side subtree
see the code