How would you efficiently store a full binary tree in an array, and traverse this array with a formula, without actually building a tree?
SupportExpert
How would you efficiently store a full binary tree in an array, and traverse this array with a formula, without actually building a tree?
Share