beangelsison1177 beangelsison1177 28-12-2023 Computers and Technology contestada What is the worst case for an algorithm to find the smallest key that is within a fixed distance d from a given key in an AVL tree? 1) O(log n) 2) O(1) 3) O(n log n) 4) O(n)