Don't listen but i'm gonna go with the third one
Answer:
105 cm²
Step-by-step explanation:
We can see that the area at the square at the bottom, since one side is 5, is 5²=25. Then, we know that the height of the triangles is 8, the base is 5, and there are 4 of them, so ((5*8)/2)*4=80. Add these up to get 105 as our total
Answer:
Step-by-step explanation:
a.) The worst-case height of an AVL tree or red-black tree with 100,000 entries is 2 log 100, 000.
b.) A (2, 4) tree storing these same number of entries would have a worst-case height of log 100, 000.
c.) A red-black tree with 100,000 entries is 2 log 100, 000
d.) The worst-case height of T is 100,000.
e.) A binary search tree storing such a set would have a worst-case height of 100,000.