Minimum and maximum height of binary search trees, 2-3-4 trees and B trees.

Posted by jelly on Stack Overflow See other posts from Stack Overflow or by jelly
Published on 2010-05-12T10:24:37Z Indexed on 2010/05/12 11:14 UTC
Read the original article Hit count: 399

Filed under:
|

Hi, note this is not homework. But can anyone tell me how you find the min/max height of B trees, 2-3-4 trees and binary search trees? Thanks

© Stack Overflow or respective owner

Related posts about binary-trees

Related posts about algorithm