Clevermind
.uk
For a binary tree with height h, what is the maximum number of nodes it can contain?
2^(h-1)
2^(h+1) - 1
2^h
(h+1)/2
Software Engineering Übungen werden geladen ...