Skip to content

Latest commit

 

History

History

Search a 2D Matrix II

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

I use O(n^2) to solve it, there will be a better solution!

Think it over using binary search.