Balanced Binary Search Tree | MCQs

    Q1: What is the time complexity of searching for an element in a balanced binary search tree?

    متوازن بائنری سرچ ٹری میں کسی عنصر کی تلاش میں وقت کی پیچیدگی کیا ہے؟
    • A. O(n)
    • B. None of these
    • C. O(log n)
    • D. O(1)
✅ Correct: 0 | ❌ Wrong: 0 | 📊 Total Attempted: 0