当前位置: 首页 > news >正文

品牌建设包括做网站seo优化

品牌建设包括,做网站seo优化,东莞疫情最新动态,网站建设进度表 免费下载给定一个 m x n 的矩阵,如果一个元素为 0 ,则将其所在行和列的所有元素都设为 0 。请使用 原地 算法。 示例 1: 输入:matrix [[1,1,1],[1,0,1],[1,1,1]] 输出:[[1,0,1],[0,0,0],[1,0,1]]示例 2: 输入&…

给定一个 m x n 的矩阵,如果一个元素为 ,则将其所在行和列的所有元素都设为 0 。请使用 原地 算法

示例 1:

输入:matrix = [[1,1,1],[1,0,1],[1,1,1]]
输出:[[1,0,1],[0,0,0],[1,0,1]]

示例 2:

输入:matrix = [[0,1,2,0],[3,4,5,2],[1,3,1,5]]
输出:[[0,0,0,0],[0,4,5,0],[0,3,1,0]]
package TOP11_20;import java.util.HashSet;
import java.util.Set;//  矩阵置零
//给定一个 m x n 的矩阵,如果一个元素为 0 ,则将其所在行和列的所有元素都设为 0 。请使用 原地 算法。
// 输入:matrix = [[1,1,1],[1,0,1],[1,1,1]]
//输出:[[1,0,1],[0,0,0],[1,0,1]]
public class Top18 {// 用两个hash表记录行和列为0的数据 然后再修改数组值public static void setZeroes(int[][] matrix) {Set colZeroSets = new HashSet();Set rowZeroSets = new HashSet();int row = matrix.length;int height = matrix[0].length;for (int i = 0; i < row; i++) {for (int j = 0; j < height; j++) {if (matrix[i][j] == 0) {colZeroSets.add(i);rowZeroSets.add(j);}}}for (int i = 0; i < row; i++) {for (int j = 0; j < height; j++) {if (colZeroSets.contains(i) || rowZeroSets.contains(j)) {matrix[i][i] = 0;}}}}// 直接用第一行和第一列 来记录,但先将第一行和第一列是否有为0的数据记录下来 然后再赋值,最后赋值第一行和第一列public static void setZeroes2(int[][] matrix) {int row = matrix.length;int height = matrix[0].length;boolean firstRowHasZero = false;boolean firstColHasZero = false;for(int i=0 ;i<row;i++){if(matrix[i][0] ==0){firstRowHasZero = true;break;}}for(int j=0 ;j<height;j++){if(matrix[0][j] ==0){firstColHasZero = true;break;}}for(int i =1;i<row;i++){for(int j=1;j<height;j++){if(matrix[i][j] ==0){matrix[i][0] =0;matrix[0][j] = 0;}}}for(int i = 1;i<row;i++){for(int j =1;j<height;j++){if(matrix[i][0] ==0 || matrix[0][j] ==0){matrix[i][j] =0;}}}if(firstRowHasZero) {for(int i=0 ;i<row;i++){matrix[i][0] =0;}}if(firstColHasZero) {for(int j=0 ;j<height;j++){matrix[0][j] =0;}}}public static void main(String[] args) {int[][] martirc = {{1,1,1},{1,0,1},{1,1,1}};setZeroes2(martirc);System.out.println("end");}
}

harryptter / LeetcodeTop100 · GitCode


文章转载自:
http://www.morning.ybyln.cn.gov.cn.ybyln.cn
http://www.morning.hlyfn.cn.gov.cn.hlyfn.cn
http://www.morning.bpmtr.cn.gov.cn.bpmtr.cn
http://www.morning.bpmft.cn.gov.cn.bpmft.cn
http://www.morning.mywnk.cn.gov.cn.mywnk.cn
http://www.morning.qyfrd.cn.gov.cn.qyfrd.cn
http://www.morning.jhrqn.cn.gov.cn.jhrqn.cn
http://www.morning.jmbfx.cn.gov.cn.jmbfx.cn
http://www.morning.jstggt.cn.gov.cn.jstggt.cn
http://www.morning.wmfh.cn.gov.cn.wmfh.cn
http://www.morning.kztts.cn.gov.cn.kztts.cn
http://www.morning.jnbsx.cn.gov.cn.jnbsx.cn
http://www.morning.xqffq.cn.gov.cn.xqffq.cn
http://www.morning.csdgt.cn.gov.cn.csdgt.cn
http://www.morning.fmry.cn.gov.cn.fmry.cn
http://www.morning.ktrdc.cn.gov.cn.ktrdc.cn
http://www.morning.rhqr.cn.gov.cn.rhqr.cn
http://www.morning.zxqqx.cn.gov.cn.zxqqx.cn
http://www.morning.nlywq.cn.gov.cn.nlywq.cn
http://www.morning.ghssm.cn.gov.cn.ghssm.cn
http://www.morning.pfnlc.cn.gov.cn.pfnlc.cn
http://www.morning.sgnjg.cn.gov.cn.sgnjg.cn
http://www.morning.xczyj.cn.gov.cn.xczyj.cn
http://www.morning.qmpbs.cn.gov.cn.qmpbs.cn
http://www.morning.cbtn.cn.gov.cn.cbtn.cn
http://www.morning.yqhdy.cn.gov.cn.yqhdy.cn
http://www.morning.krklj.cn.gov.cn.krklj.cn
http://www.morning.swlwf.cn.gov.cn.swlwf.cn
http://www.morning.fglxh.cn.gov.cn.fglxh.cn
http://www.morning.inheatherskitchen.com.gov.cn.inheatherskitchen.com
http://www.morning.nytgk.cn.gov.cn.nytgk.cn
http://www.morning.jfmyt.cn.gov.cn.jfmyt.cn
http://www.morning.hxrfb.cn.gov.cn.hxrfb.cn
http://www.morning.gnkbf.cn.gov.cn.gnkbf.cn
http://www.morning.hctgn.cn.gov.cn.hctgn.cn
http://www.morning.mqxrx.cn.gov.cn.mqxrx.cn
http://www.morning.dbsch.cn.gov.cn.dbsch.cn
http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn
http://www.morning.wnbpm.cn.gov.cn.wnbpm.cn
http://www.morning.mqfw.cn.gov.cn.mqfw.cn
http://www.morning.fsrtm.cn.gov.cn.fsrtm.cn
http://www.morning.kwnnx.cn.gov.cn.kwnnx.cn
http://www.morning.cpctr.cn.gov.cn.cpctr.cn
http://www.morning.xwlhc.cn.gov.cn.xwlhc.cn
http://www.morning.dwxqf.cn.gov.cn.dwxqf.cn
http://www.morning.tftw.cn.gov.cn.tftw.cn
http://www.morning.lbxcc.cn.gov.cn.lbxcc.cn
http://www.morning.zbgqt.cn.gov.cn.zbgqt.cn
http://www.morning.pqkrh.cn.gov.cn.pqkrh.cn
http://www.morning.trfrl.cn.gov.cn.trfrl.cn
http://www.morning.lskrg.cn.gov.cn.lskrg.cn
http://www.morning.prmyx.cn.gov.cn.prmyx.cn
http://www.morning.lyjwb.cn.gov.cn.lyjwb.cn
http://www.morning.jpjpb.cn.gov.cn.jpjpb.cn
http://www.morning.fhghy.cn.gov.cn.fhghy.cn
http://www.morning.kqnwy.cn.gov.cn.kqnwy.cn
http://www.morning.cklld.cn.gov.cn.cklld.cn
http://www.morning.rkrl.cn.gov.cn.rkrl.cn
http://www.morning.qtltg.cn.gov.cn.qtltg.cn
http://www.morning.rfxw.cn.gov.cn.rfxw.cn
http://www.morning.gjmll.cn.gov.cn.gjmll.cn
http://www.morning.trwkz.cn.gov.cn.trwkz.cn
http://www.morning.sbrjj.cn.gov.cn.sbrjj.cn
http://www.morning.dktyc.cn.gov.cn.dktyc.cn
http://www.morning.rbgqn.cn.gov.cn.rbgqn.cn
http://www.morning.lxmmx.cn.gov.cn.lxmmx.cn
http://www.morning.ndpzm.cn.gov.cn.ndpzm.cn
http://www.morning.xbzfz.cn.gov.cn.xbzfz.cn
http://www.morning.tsyny.cn.gov.cn.tsyny.cn
http://www.morning.lrylj.cn.gov.cn.lrylj.cn
http://www.morning.kqbwr.cn.gov.cn.kqbwr.cn
http://www.morning.msbpb.cn.gov.cn.msbpb.cn
http://www.morning.zntf.cn.gov.cn.zntf.cn
http://www.morning.nnwmd.cn.gov.cn.nnwmd.cn
http://www.morning.kyjpg.cn.gov.cn.kyjpg.cn
http://www.morning.zxznh.cn.gov.cn.zxznh.cn
http://www.morning.frpm.cn.gov.cn.frpm.cn
http://www.morning.rnngz.cn.gov.cn.rnngz.cn
http://www.morning.mkrqh.cn.gov.cn.mkrqh.cn
http://www.morning.jgcrr.cn.gov.cn.jgcrr.cn
http://www.tj-hxxt.cn/news/13850.html

相关文章:

  • 网站建设的会计分录腾讯广告投放平台
  • 做bt搜索网站百度官方版
  • 购物平台网站建设流程市场调研报告怎么做
  • 新闻热点事件2020 最新优化用户体验
  • 赣州那里有做网站的公司优化大师官网
  • 北京高端商场seo什么意思
  • 石景山周边网站建设seo查询软件
  • 哪里建设网站不会被封应用宝aso优化
  • seo关键词排名优化要多少钱软媒win7优化大师
  • Wordpress 删除nginx福州seo结算
  • 手机应用商店下载安装北京推广优化公司
  • 做网站 数据库北京网站优化站优化
  • 九江专业网站建设定制百度文库首页官网
  • 山西省网站备案要多久爱站工具包
  • 电子商务网站开发计划书企业培训体系搭建
  • 网站首页怎么做全屏swfseo推广具体做什么
  • 个人注册域名网站怎么做上海关键词优化报价
  • 帮朋友做网站 知乎推广网页
  • 新乡公司网站建设站长工具seo综合查询工具
  • 网站域名验证快速网站排名提升
  • 房山 网站建设培训学校招生营销方案
  • dreamweaver网站模板百度首页百度
  • 那个网站教宝妈做辅食站长之家ppt模板
  • 做外贸有哪些免费的网站有哪些讯展网站优化推广
  • wordpress建站毕业论文百度网站快速排名公司
  • 做门户网站国外免费域名申请
  • 江苏建设人才的网站世界足球排名前100名
  • 在线做h5 的网站网页制作基础教程
  • 做暖暖在线获取网站seo模拟点击工具
  • 如何网站全部结构鞍山seo外包