Skip to content

ReshmaRagini31/Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Create a function to search for a target value in a 2D matrix with rows and columns sorted in ascending order in python

Example:

[ [1,4,7,11],

[2,5,8,12],

[3,6,9,16],

[10,13,14,17]

]

Target:6

Output True

Explanation: The target value 6 is present in the given 2D matrix

About

New Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages