jorgemiguel1041 jorgemiguel1041 11-01-2024 Computers and Technology contestada Consider the following function: def findelement(lst, newval) : pos = binarysearch(lst, newval) return pos. What can you conclude about the running time of this function if lst contains n elements?