Sorted Matrix Search Given an M x N matrix in which each row and each column is sorted in ascending order, write a method to find an element. Solutions: Swift O(log n) C++ O(log n) Installation Run make to build and run Swift files. Or you can run .playground file.