Question

Binary Search on a sorted array satisfies the recurrence relation T(n) = T(n/2) + O(1). What is the resulting worst-case time complexity of Binary Search?

A O(n)
B O(n log n)
C O(log n)
D O(1)
E O(n^2)
Practice Next

Hey! Ask a query

🎓
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
  • 200 Questions with Detailed Solutions
  • Section-wise Coverage (GA, English, Quant & Reasoning)