consider the following program segment? main() { while (n>2) { n=Vn; } } What is the worst case time complexity for this program segment?
O O(logn)
O O(n)
O O(loglogn)
O O(nlogn)
Answers
Answered by
0
Answer:
ajajiajanusosnsbuzoznzns
Similar questions