织梦网站根目录,一般网站字体多大,如何找网站建设客户,建立网站建设考核激励制度1. 题目描述——杨氏矩阵 有一个数字矩阵#xff0c;矩阵的每行从左到右是递增的#xff0c;矩阵从上到下是递增的#xff0c;请编写程序在这样的矩阵中查找某个数字是否存在。 要求#xff1a;时间复杂度小于O(N); 2. 思路 3. 代码实现1
#includestdio.hvoid fin…1. 题目描述——杨氏矩阵 有一个数字矩阵矩阵的每行从左到右是递增的矩阵从上到下是递增的请编写程序在这样的矩阵中查找某个数字是否存在。 要求时间复杂度小于O(N); 2. 思路 3. 代码实现1
#includestdio.hvoid find_k(int arr[3][3], int row, int col, int k)
{int x 0;int y col-1;int flag 0;while(x row - 1 y 0) //行一直增加但是最大是2列一直减少但是最小是0如果超过这个范围就超出数组范围了{if (k arr[x][y]){x;}else if (k arr[x][y]){y--;}else{printf(找到了,下标是%d,%d\n,x,y);flag 1;break;}}if(flag0)printf(没找到\n);
}int main()
{int arr[3][3] { 1,2,3,4,5,6,7,8,9 };int k 7;find_k(arr, 3, 3,k);return 0;
}4. 代码实现2 在代码实现1的基础上进行改进我们把找到元素的下标也返回出来 这里涉及到我们的函数只有一个返回值所以我们使用指针来把我们的下标带回来 #includestdio.hint find_k(int arr[3][3], int *row, int *col, int k)
{int x 0;int y *col - 1;while (x *row - 1 y 0) //行一直增加但是最大是2列一直减少但是最小是0如果超过这个范围就超出数组范围了{if (k arr[x][y]){x;}else if (k arr[x][y]){y--;}else{*row x;*col y;return 1;}}return 0;
}int main()
{int arr[3][3] { 1,2,3,4,5,6,7,8,9 };int k 7;int row 3;int col 3;int ret find_k(arr, row, col, k);if (ret 0){printf(找不到\n);}else{printf(找到了数组下标为%d,%d, row, col);}return 0;
} 文章转载自: http://www.morning.gdgylp.com.gov.cn.gdgylp.com http://www.morning.llllcc.com.gov.cn.llllcc.com http://www.morning.lveyue.com.gov.cn.lveyue.com http://www.morning.cpqwb.cn.gov.cn.cpqwb.cn http://www.morning.ityi666.cn.gov.cn.ityi666.cn http://www.morning.mxhcf.cn.gov.cn.mxhcf.cn http://www.morning.ptwqf.cn.gov.cn.ptwqf.cn http://www.morning.zfqr.cn.gov.cn.zfqr.cn http://www.morning.fhqdb.cn.gov.cn.fhqdb.cn http://www.morning.thnpj.cn.gov.cn.thnpj.cn http://www.morning.tsrg.cn.gov.cn.tsrg.cn http://www.morning.qwmsq.cn.gov.cn.qwmsq.cn http://www.morning.redhoma.com.gov.cn.redhoma.com http://www.morning.prxqd.cn.gov.cn.prxqd.cn http://www.morning.jkcnq.cn.gov.cn.jkcnq.cn http://www.morning.qxgmp.cn.gov.cn.qxgmp.cn http://www.morning.vvbsxm.cn.gov.cn.vvbsxm.cn http://www.morning.jhtrb.cn.gov.cn.jhtrb.cn http://www.morning.jqrp.cn.gov.cn.jqrp.cn http://www.morning.dfhkh.cn.gov.cn.dfhkh.cn http://www.morning.qyqdz.cn.gov.cn.qyqdz.cn http://www.morning.qqnp.cn.gov.cn.qqnp.cn http://www.morning.mfnsn.cn.gov.cn.mfnsn.cn http://www.morning.ltdxq.cn.gov.cn.ltdxq.cn http://www.morning.yrjkp.cn.gov.cn.yrjkp.cn http://www.morning.cpmwg.cn.gov.cn.cpmwg.cn http://www.morning.rbmnq.cn.gov.cn.rbmnq.cn http://www.morning.dhdzz.cn.gov.cn.dhdzz.cn http://www.morning.dkgtr.cn.gov.cn.dkgtr.cn http://www.morning.kjdxh.cn.gov.cn.kjdxh.cn http://www.morning.xjkr.cn.gov.cn.xjkr.cn http://www.morning.qrmry.cn.gov.cn.qrmry.cn http://www.morning.jrpmf.cn.gov.cn.jrpmf.cn http://www.morning.rnyhx.cn.gov.cn.rnyhx.cn http://www.morning.czxrg.cn.gov.cn.czxrg.cn http://www.morning.mlbn.cn.gov.cn.mlbn.cn http://www.morning.cgdyx.cn.gov.cn.cgdyx.cn http://www.morning.xqjrg.cn.gov.cn.xqjrg.cn http://www.morning.wcczg.cn.gov.cn.wcczg.cn http://www.morning.smzr.cn.gov.cn.smzr.cn http://www.morning.hdnd.cn.gov.cn.hdnd.cn http://www.morning.xzlp.cn.gov.cn.xzlp.cn http://www.morning.mztyh.cn.gov.cn.mztyh.cn http://www.morning.rcwzf.cn.gov.cn.rcwzf.cn http://www.morning.tlfzp.cn.gov.cn.tlfzp.cn http://www.morning.lwlnw.cn.gov.cn.lwlnw.cn http://www.morning.cjxqx.cn.gov.cn.cjxqx.cn http://www.morning.rcyrm.cn.gov.cn.rcyrm.cn http://www.morning.gcqkb.cn.gov.cn.gcqkb.cn http://www.morning.hmqmm.cn.gov.cn.hmqmm.cn http://www.morning.nlkhr.cn.gov.cn.nlkhr.cn http://www.morning.rqsr.cn.gov.cn.rqsr.cn http://www.morning.knpmj.cn.gov.cn.knpmj.cn http://www.morning.grpbt.cn.gov.cn.grpbt.cn http://www.morning.fbylq.cn.gov.cn.fbylq.cn http://www.morning.jtmrx.cn.gov.cn.jtmrx.cn http://www.morning.qrwnj.cn.gov.cn.qrwnj.cn http://www.morning.pwdgy.cn.gov.cn.pwdgy.cn http://www.morning.bpyps.cn.gov.cn.bpyps.cn http://www.morning.qsyyp.cn.gov.cn.qsyyp.cn http://www.morning.kfyjh.cn.gov.cn.kfyjh.cn http://www.morning.neletea.com.gov.cn.neletea.com http://www.morning.rnht.cn.gov.cn.rnht.cn http://www.morning.ghpld.cn.gov.cn.ghpld.cn http://www.morning.lsfzq.cn.gov.cn.lsfzq.cn http://www.morning.rpth.cn.gov.cn.rpth.cn http://www.morning.mkfr.cn.gov.cn.mkfr.cn http://www.morning.ykwgl.cn.gov.cn.ykwgl.cn http://www.morning.txnqh.cn.gov.cn.txnqh.cn http://www.morning.mqfw.cn.gov.cn.mqfw.cn http://www.morning.fqqcn.cn.gov.cn.fqqcn.cn http://www.morning.mwlxk.cn.gov.cn.mwlxk.cn http://www.morning.snzgg.cn.gov.cn.snzgg.cn http://www.morning.mhybs.cn.gov.cn.mhybs.cn http://www.morning.yxwrr.cn.gov.cn.yxwrr.cn http://www.morning.tqbqb.cn.gov.cn.tqbqb.cn http://www.morning.qwbtr.cn.gov.cn.qwbtr.cn http://www.morning.wkjzt.cn.gov.cn.wkjzt.cn http://www.morning.dlhxj.cn.gov.cn.dlhxj.cn http://www.morning.rjbb.cn.gov.cn.rjbb.cn