Given an AVL tree containing nodes ordered by unique integer I.D’s and data as pointers to some struct, what would be the expected minimum number of elements that will justify the creation and maintenance of the tree? I know this is a broad question so let me give some more details: Say I have theRead more