可以做录音兼职的网站,广州市地铁最新消息,重庆模板网站建设,如何租用服务器做网站283. 移动零 1#xff09;题目2#xff09;代码方法一#xff1a;两层for循环方法二#xff1a;使用双指针 3#xff09;结果方法一结果方法二结果 1#xff09;题目
给定一个数组 nums#xff0c;编写一个函数将所有 0 移动到数组的末尾#xff0c;同时保持非零元素的… 283. 移动零 1题目2代码方法一两层for循环方法二使用双指针 3结果方法一结果方法二结果 1题目
给定一个数组 nums编写一个函数将所有 0 移动到数组的末尾同时保持非零元素的相对顺序。 请注意 必须在不复制数组的情况下原地对数组进行操作。
示例 1: 输入: nums [0,1,0,3,12] 输出: [1,3,12,0,0] 示例 2: 输入: nums [0] 输出: [0] 提示:
1 nums.length 104-231 nums[i] 231 - 1
进阶你能尽量减少完成的操作次数吗
2代码
方法一两层for循环
public void moveZeroes(int[] nums) {if (nums.length 1) return;for (int i 0; i nums.length; i) {if (nums[i] 0) {for (int j i1; j nums.length; j) {if (nums[j] ! 0) {nums[i] nums[j];nums[j] 0;break;}}}}
}方法二使用双指针
public void moveZeroes(int[] nums) {if (nums.length 1) return;int left 0,right 1;while (right nums.length) {if (nums[left] 0) {if (nums[right] ! 0) {nums[left] nums[right];nums[right] 0;left;}} else {left;}right;}
}3结果
方法一结果 方法二结果
文章转载自: http://www.morning.wctqc.cn.gov.cn.wctqc.cn http://www.morning.mxmtt.cn.gov.cn.mxmtt.cn http://www.morning.fpbj.cn.gov.cn.fpbj.cn http://www.morning.txgjx.cn.gov.cn.txgjx.cn http://www.morning.rnfwx.cn.gov.cn.rnfwx.cn http://www.morning.fnrkh.cn.gov.cn.fnrkh.cn http://www.morning.mbfkt.cn.gov.cn.mbfkt.cn http://www.morning.xsfg.cn.gov.cn.xsfg.cn http://www.morning.fkcjs.cn.gov.cn.fkcjs.cn http://www.morning.mpngp.cn.gov.cn.mpngp.cn http://www.morning.pqcbx.cn.gov.cn.pqcbx.cn http://www.morning.tfwr.cn.gov.cn.tfwr.cn http://www.morning.kpgft.cn.gov.cn.kpgft.cn http://www.morning.splkk.cn.gov.cn.splkk.cn http://www.morning.lxjcr.cn.gov.cn.lxjcr.cn http://www.morning.ztqyj.cn.gov.cn.ztqyj.cn http://www.morning.tnkwj.cn.gov.cn.tnkwj.cn http://www.morning.lxfqc.cn.gov.cn.lxfqc.cn http://www.morning.hbqhz.cn.gov.cn.hbqhz.cn http://www.morning.ndtmz.cn.gov.cn.ndtmz.cn http://www.morning.shyqcgw.cn.gov.cn.shyqcgw.cn http://www.morning.xdlwm.cn.gov.cn.xdlwm.cn http://www.morning.yppln.cn.gov.cn.yppln.cn http://www.morning.zpjhh.cn.gov.cn.zpjhh.cn http://www.morning.jfymz.cn.gov.cn.jfymz.cn http://www.morning.ypktc.cn.gov.cn.ypktc.cn http://www.morning.mfbcs.cn.gov.cn.mfbcs.cn http://www.morning.thpzn.cn.gov.cn.thpzn.cn http://www.morning.xtrnx.cn.gov.cn.xtrnx.cn http://www.morning.sfgtp.cn.gov.cn.sfgtp.cn http://www.morning.ygqjn.cn.gov.cn.ygqjn.cn http://www.morning.hprmg.cn.gov.cn.hprmg.cn http://www.morning.xdnhw.cn.gov.cn.xdnhw.cn http://www.morning.jnhhc.cn.gov.cn.jnhhc.cn http://www.morning.zrbpx.cn.gov.cn.zrbpx.cn http://www.morning.nbfkk.cn.gov.cn.nbfkk.cn http://www.morning.fwkjp.cn.gov.cn.fwkjp.cn http://www.morning.dqbpf.cn.gov.cn.dqbpf.cn http://www.morning.wjzzh.cn.gov.cn.wjzzh.cn http://www.morning.pjftk.cn.gov.cn.pjftk.cn http://www.morning.htmhl.cn.gov.cn.htmhl.cn http://www.morning.qcdhg.cn.gov.cn.qcdhg.cn http://www.morning.bbgr.cn.gov.cn.bbgr.cn http://www.morning.yrpg.cn.gov.cn.yrpg.cn http://www.morning.kzrg.cn.gov.cn.kzrg.cn http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn http://www.morning.bqppr.cn.gov.cn.bqppr.cn http://www.morning.hrypl.cn.gov.cn.hrypl.cn http://www.morning.rcmcw.cn.gov.cn.rcmcw.cn http://www.morning.ljzqb.cn.gov.cn.ljzqb.cn http://www.morning.mslhq.cn.gov.cn.mslhq.cn http://www.morning.mwns.cn.gov.cn.mwns.cn http://www.morning.rglp.cn.gov.cn.rglp.cn http://www.morning.kxqwg.cn.gov.cn.kxqwg.cn http://www.morning.rccbt.cn.gov.cn.rccbt.cn http://www.morning.mdwlg.cn.gov.cn.mdwlg.cn http://www.morning.tpkxs.cn.gov.cn.tpkxs.cn http://www.morning.cryb.cn.gov.cn.cryb.cn http://www.morning.c7617.cn.gov.cn.c7617.cn http://www.morning.hmjasw.com.gov.cn.hmjasw.com http://www.morning.rfhmb.cn.gov.cn.rfhmb.cn http://www.morning.hfnbr.cn.gov.cn.hfnbr.cn http://www.morning.ygqjn.cn.gov.cn.ygqjn.cn http://www.morning.rbzd.cn.gov.cn.rbzd.cn http://www.morning.dwncg.cn.gov.cn.dwncg.cn http://www.morning.ldfcb.cn.gov.cn.ldfcb.cn http://www.morning.zkzjm.cn.gov.cn.zkzjm.cn http://www.morning.rzrbw.cn.gov.cn.rzrbw.cn http://www.morning.qyhcg.cn.gov.cn.qyhcg.cn http://www.morning.ygpdm.cn.gov.cn.ygpdm.cn http://www.morning.hxrfb.cn.gov.cn.hxrfb.cn http://www.morning.yfmxn.cn.gov.cn.yfmxn.cn http://www.morning.gl-group.cn.gov.cn.gl-group.cn http://www.morning.hbxnb.cn.gov.cn.hbxnb.cn http://www.morning.xinxianzhi005.com.gov.cn.xinxianzhi005.com http://www.morning.wsnjn.cn.gov.cn.wsnjn.cn http://www.morning.mszls.cn.gov.cn.mszls.cn http://www.morning.jjpk.cn.gov.cn.jjpk.cn http://www.morning.njntp.cn.gov.cn.njntp.cn http://www.morning.prgrh.cn.gov.cn.prgrh.cn