Skip to main content
Loading page content
Algo
Flow
Visualizers
Mental Math
Dashboard
Log in
Sign up
Back to Visualizer
Question 1 of 5
Searching
• Linear Search in Matrix
What is the time complexity of linear search across an m x n matrix with no special ordering?
A
O(m + n)
B
O(m * n)
C
O(log(m*n))
D
O(m)