Open Rashair opened 8 months ago
In the solution to 10.9 task, the 'naive' solution is described as O(M log(N)), which isn't correct for the later algorithm. See example here: https://www.geeksforgeeks.org/search-element-sorted-matrix/
O(M log(N))
In the solution to 10.9 task, the 'naive' solution is described as
O(M log(N))
, which isn't correct for the later algorithm. See example here: https://www.geeksforgeeks.org/search-element-sorted-matrix/