Balanced Binary Search Trees

Revision en1, by iLoveIOI, 2020-11-08 07:37:45

How do you count the number of balanced binary search trees with N nodes? Balanced as in the left subtree size and the right subtree size differ by at most 1.

Thanks!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English iLoveIOI 2020-11-08 07:37:45 198 Initial revision (published)