EdrianaDavis7867 EdrianaDavis7867 Today at 12:51 AM Computers and Technology Answered In the worst case scenario, what would be the time complexity to delete the node containing the largest value in a BST?Group of answer choicesA. O(1)B. O(logn)C. O(n)D. O(n²)