Back to Explore
Tech Fundamentals Quiz Practice Quiz
Test your knowledge of Tech Fundamentals Quiz with 12 practice questions. Get instant feedback and detailed explanations to identify gaps and improve your understanding.
12 questions2 views
Quiz
Question 1 of 120 answered
What is the time complexity of binary search on a sorted array?
Incorrect
Correct answer: O(log n)
Binary search halves the search space each step, so the number of steps grows logarithmically with input size, giving O(log n).
Create your own quizzes
Turn your notes, PDFs, and lectures into practice quizzes with AI. Test yourself and learn faster.
Get Started Free