Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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.