ryantheman5114 ryantheman5114 24-11-2022 Computers and Technology contestada write a recursive function to return the difference between the sum of all node values at odd levels and sum of all node values at even levels. define the root node to be at level 1.