# Introduction In this challenge, we will tackle a common interview question - finding a target number in a 2D array. The goal is to write an efficient function that takes a 2D array and an integer as input and determines whether the array contains the integer. The array is sorted in ascending order both row-wise and column-wise.
Click the virtual machine below to start practicing