willjean5736 willjean5736 28-12-2023 Computers and Technology contestada What is the worst case for an algorithm to return all keys that are greater than 20 and that are multiples of 3 in an AVL tree? 1) O(log n) 2) O(n) 3) O(n log n) 4) O(n²)