What is this?!?
(please use keywords, and keep guesses under 50 characters)
A complete binary tree with a height of 5 has 31 nodes. How many nodes does a binary tree with a height of 97 have? Please do not round or use scientific notation.
Please submit the answer in numerical form WITHOUT commas.
BN: A, B, C, D, E
A = 0100010101
B = UNKNOWN
C = UNKNOWN
D = UNKNOWN
E = UNKNOWN
A XOR C XOR D = 1000011010;
A XOR C XOR E = 0000101010;
A XOR B XOR C XOR D = 0011101011
B XOR C XOR E = ???