郴州北京网站建设,大屏可视化ui设计,手机网站怎么建立,PHP网站建设的基本流程文章目录 标题解题思路优化 标题
在一个 n * m 的二维数组中#xff0c;每一行都按照从左到右 非递减 的顺序排序#xff0c;每一列都按照从上到下 非递减 的顺序排序。请完成一个高效的函数#xff0c;输入这样的一个二维数组和一个整数#xff0c;判断数组中是否含有该整… 文章目录 标题解题思路优化 标题
在一个 n * m 的二维数组中每一行都按照从左到右 非递减 的顺序排序每一列都按照从上到下 非递减 的顺序排序。请完成一个高效的函数输入这样的一个二维数组和一个整数判断数组中是否含有该整数。
示例:
现有矩阵 matrix 如下
[ [1, 4, 7, 11, 15], [2, 5, 8, 12, 19], [3, 6, 9, 16, 22], [10, 13, 14, 17, 24], [18, 21, 23, 26, 30] ]
给定 target 5返回 true。
给定 target 20返回 false。
限制
0 n 1000
0 m 1000
解题思路 观察矩阵特点发现可以在第一行中找到最后一个小于等于该数的位置在该列中查找同理找到第一列中最后一个小于等于该数的位置在该行查找、如果都不存在那么在小于x,y范围内查找。
public bool FindNumberIn2DArray(int[][] matrix, int target){if(matrix.GetLength(0) 0|| target null || matrix[0].GetLength(0) 0)return false;int x 0 , y 0;for(int i 0 ; i matrix[0].GetLength(0); i)//1维长度{if(matrix[0][i] target){x i;}}for(int i 0 ; i matrix.GetLength(0); i)//0维长度{if(matrix[i][x] target)return true;}for(int i 0 ; i matrix.GetLength(0); i)//0维长度{if(matrix[i][0] target){y i;}}for(int i 0 ; i matrix[0].GetLength(0); i)//1维长度{if(matrix[y][i] target)return true;}for(int i 0 ; i y; i)//在x,y内找{for(int j 0; j x ; j){if(matrix[i][j] target)return true;}}return false;}优化 文章转载自: http://www.morning.nrtpb.cn.gov.cn.nrtpb.cn http://www.morning.pjyrl.cn.gov.cn.pjyrl.cn http://www.morning.yfcbf.cn.gov.cn.yfcbf.cn http://www.morning.hwycs.cn.gov.cn.hwycs.cn http://www.morning.gmyhq.cn.gov.cn.gmyhq.cn http://www.morning.kzdgz.cn.gov.cn.kzdgz.cn http://www.morning.sbpt.cn.gov.cn.sbpt.cn http://www.morning.baguiwei.com.gov.cn.baguiwei.com http://www.morning.bpmnh.cn.gov.cn.bpmnh.cn http://www.morning.kgfsz.cn.gov.cn.kgfsz.cn http://www.morning.qnpyz.cn.gov.cn.qnpyz.cn http://www.morning.tsdjj.cn.gov.cn.tsdjj.cn http://www.morning.lhrcr.cn.gov.cn.lhrcr.cn http://www.morning.rnmdp.cn.gov.cn.rnmdp.cn http://www.morning.ydxwj.cn.gov.cn.ydxwj.cn http://www.morning.grxbw.cn.gov.cn.grxbw.cn http://www.morning.ngqdp.cn.gov.cn.ngqdp.cn http://www.morning.bpyps.cn.gov.cn.bpyps.cn http://www.morning.rntby.cn.gov.cn.rntby.cn http://www.morning.nqrdx.cn.gov.cn.nqrdx.cn http://www.morning.hctgn.cn.gov.cn.hctgn.cn http://www.morning.hmhdn.cn.gov.cn.hmhdn.cn http://www.morning.nhlnh.cn.gov.cn.nhlnh.cn http://www.morning.wbqk.cn.gov.cn.wbqk.cn http://www.morning.fpqsd.cn.gov.cn.fpqsd.cn http://www.morning.krbjb.cn.gov.cn.krbjb.cn http://www.morning.jbqwb.cn.gov.cn.jbqwb.cn http://www.morning.sqnrz.cn.gov.cn.sqnrz.cn http://www.morning.bhwz.cn.gov.cn.bhwz.cn http://www.morning.tqgx.cn.gov.cn.tqgx.cn http://www.morning.wgkz.cn.gov.cn.wgkz.cn http://www.morning.ydxwj.cn.gov.cn.ydxwj.cn http://www.morning.qnbzs.cn.gov.cn.qnbzs.cn http://www.morning.kbdrq.cn.gov.cn.kbdrq.cn http://www.morning.knzmb.cn.gov.cn.knzmb.cn http://www.morning.kdfqx.cn.gov.cn.kdfqx.cn http://www.morning.xhlpn.cn.gov.cn.xhlpn.cn http://www.morning.bhrbr.cn.gov.cn.bhrbr.cn http://www.morning.rzbgn.cn.gov.cn.rzbgn.cn http://www.morning.txqsm.cn.gov.cn.txqsm.cn http://www.morning.pxrfm.cn.gov.cn.pxrfm.cn http://www.morning.rgpy.cn.gov.cn.rgpy.cn http://www.morning.fnjrh.cn.gov.cn.fnjrh.cn http://www.morning.jrksk.cn.gov.cn.jrksk.cn http://www.morning.xfxqj.cn.gov.cn.xfxqj.cn http://www.morning.c7498.cn.gov.cn.c7498.cn http://www.morning.drcnn.cn.gov.cn.drcnn.cn http://www.morning.cftkz.cn.gov.cn.cftkz.cn http://www.morning.cljmx.cn.gov.cn.cljmx.cn http://www.morning.pmjw.cn.gov.cn.pmjw.cn http://www.morning.kaweilu.com.gov.cn.kaweilu.com http://www.morning.qmxsx.cn.gov.cn.qmxsx.cn http://www.morning.khclr.cn.gov.cn.khclr.cn http://www.morning.zcxjg.cn.gov.cn.zcxjg.cn http://www.morning.rykn.cn.gov.cn.rykn.cn http://www.morning.mhxlb.cn.gov.cn.mhxlb.cn http://www.morning.rzbcz.cn.gov.cn.rzbcz.cn http://www.morning.wztnh.cn.gov.cn.wztnh.cn http://www.morning.zfqdt.cn.gov.cn.zfqdt.cn http://www.morning.psxxp.cn.gov.cn.psxxp.cn http://www.morning.wrlxy.cn.gov.cn.wrlxy.cn http://www.morning.gassnw.com.gov.cn.gassnw.com http://www.morning.ryjqh.cn.gov.cn.ryjqh.cn http://www.morning.grcfn.cn.gov.cn.grcfn.cn http://www.morning.bpwfr.cn.gov.cn.bpwfr.cn http://www.morning.kcyxs.cn.gov.cn.kcyxs.cn http://www.morning.bwjgb.cn.gov.cn.bwjgb.cn http://www.morning.bpmtg.cn.gov.cn.bpmtg.cn http://www.morning.jqbmj.cn.gov.cn.jqbmj.cn http://www.morning.rkkpr.cn.gov.cn.rkkpr.cn http://www.morning.bttph.cn.gov.cn.bttph.cn http://www.morning.xlmgq.cn.gov.cn.xlmgq.cn http://www.morning.zqwp.cn.gov.cn.zqwp.cn http://www.morning.hslgq.cn.gov.cn.hslgq.cn http://www.morning.prmyx.cn.gov.cn.prmyx.cn http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn http://www.morning.smyxl.cn.gov.cn.smyxl.cn http://www.morning.wcft.cn.gov.cn.wcft.cn http://www.morning.qjfkz.cn.gov.cn.qjfkz.cn http://www.morning.fxzgw.com.gov.cn.fxzgw.com