If the upper and lower bounds for a problem meet then:
\Theta(n)
The universe hasn't exploded yet.
Just because the bounds meet, it does not mean that the
cost is \Theta(n)
.
We might need to implement an algorithm even if we are not certain that it is the best.
When the bounds meet, then we know for certain if an algorithm to solve that problem is best (within a constant factor).