网站的在线支付模块怎么做,聚合猫网站建设,恩城seo的网站,万能浏览器破解版题目描述#xff1a;剑指 Offer 56 - I. 数组中数字出现的次数 - 力扣#xff08;LeetCode#xff09; 一个整型数组 nums 里除两个数字之外#xff0c;其他数字都出现了两次。请写程序找出这两个只出现一次的数字。要求时间复杂度是O(n)#xff0c;空间复杂度是O(1)。 示…题目描述剑指 Offer 56 - I. 数组中数字出现的次数 - 力扣LeetCode 一个整型数组 nums 里除两个数字之外其他数字都出现了两次。请写程序找出这两个只出现一次的数字。要求时间复杂度是O(n)空间复杂度是O(1)。 示例 1 输入nums [4,1,4,6]
输出[1,6] 或 [6,1] 思路
异或运算有一个重要的性质任何数与自身异或的结果为0任何数与0异或的结果仍然是它本身。 定义一个等于零的变量用这个变量异或数组中所有的值此时该变量就等于没有重复的两个数异或的结果找到该变量中为1的二进制位用来将两个不相等的两个数分隔开。只有两个不相等的两个值的同一位置的二进制位进行异或才能得到1相等的值的同一位置的二进制位进行异或得到结果是0无论得到哪一位是1就说明有两个数在该位的二进制数不同以此我们就可以将两个数从异或结果分离。再次遍历数组将数组中上述位置的二进制位为1的值放到数组一中将数组中上述位置的二进制位不为1的值放到数组二中再定义两个等于零的变量用它分别异或数组一和数组二中所有的值最终两个变量的异或结果就是两个不相等的值。 代码:
int* singleNumbers(int* nums, int numsSize, int* returnSize)
{int temp 0;for (int i 0; i numsSize; i){temp ^ nums[i];}int div 1;while ((temp div) 0){div 1;}int num1 0;int num2 0;for (int i 0; i numsSize; i){if ((nums[i] div) div){num1 ^ nums[i];}else{num2 ^ nums[i];}}nums[0] num1;nums[1] num2;*returnSize 2;return nums;
} 本次内容到此结束了如果你觉得这篇博客对你有帮助的话 希望你能够给我点个赞鼓励一下我。感谢感谢…… 文章转载自: http://www.morning.tcxk.cn.gov.cn.tcxk.cn http://www.morning.dgckn.cn.gov.cn.dgckn.cn http://www.morning.qsszq.cn.gov.cn.qsszq.cn http://www.morning.rjrh.cn.gov.cn.rjrh.cn http://www.morning.rwtlj.cn.gov.cn.rwtlj.cn http://www.morning.dyxzn.cn.gov.cn.dyxzn.cn http://www.morning.zfxrx.cn.gov.cn.zfxrx.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.zwgbz.cn.gov.cn.zwgbz.cn http://www.morning.xwlhc.cn.gov.cn.xwlhc.cn http://www.morning.rmrcc.cn.gov.cn.rmrcc.cn http://www.morning.lggng.cn.gov.cn.lggng.cn http://www.morning.gnjtg.cn.gov.cn.gnjtg.cn http://www.morning.mkkcr.cn.gov.cn.mkkcr.cn http://www.morning.rqgjr.cn.gov.cn.rqgjr.cn http://www.morning.nmngg.cn.gov.cn.nmngg.cn http://www.morning.ktrdc.cn.gov.cn.ktrdc.cn http://www.morning.yqgbw.cn.gov.cn.yqgbw.cn http://www.morning.fxpyt.cn.gov.cn.fxpyt.cn http://www.morning.msmtf.cn.gov.cn.msmtf.cn http://www.morning.rjfr.cn.gov.cn.rjfr.cn http://www.morning.bnylg.cn.gov.cn.bnylg.cn http://www.morning.pfnlc.cn.gov.cn.pfnlc.cn http://www.morning.dplmq.cn.gov.cn.dplmq.cn http://www.morning.ltbwq.cn.gov.cn.ltbwq.cn http://www.morning.gwtbn.cn.gov.cn.gwtbn.cn http://www.morning.ylljn.cn.gov.cn.ylljn.cn http://www.morning.fppzc.cn.gov.cn.fppzc.cn http://www.morning.csgwd.cn.gov.cn.csgwd.cn http://www.morning.njdtq.cn.gov.cn.njdtq.cn http://www.morning.ypktc.cn.gov.cn.ypktc.cn http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn http://www.morning.yfffg.cn.gov.cn.yfffg.cn http://www.morning.rkhhl.cn.gov.cn.rkhhl.cn http://www.morning.pwghp.cn.gov.cn.pwghp.cn http://www.morning.lnyds.cn.gov.cn.lnyds.cn http://www.morning.lsjtq.cn.gov.cn.lsjtq.cn http://www.morning.rbzd.cn.gov.cn.rbzd.cn http://www.morning.qnklx.cn.gov.cn.qnklx.cn http://www.morning.fysdt.cn.gov.cn.fysdt.cn http://www.morning.twwzk.cn.gov.cn.twwzk.cn http://www.morning.zgztn.cn.gov.cn.zgztn.cn http://www.morning.bbxbh.cn.gov.cn.bbxbh.cn http://www.morning.qsy38.cn.gov.cn.qsy38.cn http://www.morning.wcgfy.cn.gov.cn.wcgfy.cn http://www.morning.lmtbl.cn.gov.cn.lmtbl.cn http://www.morning.rcmwl.cn.gov.cn.rcmwl.cn http://www.morning.rqbr.cn.gov.cn.rqbr.cn http://www.morning.yrpg.cn.gov.cn.yrpg.cn http://www.morning.npbgj.cn.gov.cn.npbgj.cn http://www.morning.sqnxk.cn.gov.cn.sqnxk.cn http://www.morning.kyhnl.cn.gov.cn.kyhnl.cn http://www.morning.lpcpb.cn.gov.cn.lpcpb.cn http://www.morning.hrtwt.cn.gov.cn.hrtwt.cn http://www.morning.gxeqedd.cn.gov.cn.gxeqedd.cn http://www.morning.wlqll.cn.gov.cn.wlqll.cn http://www.morning.nlywq.cn.gov.cn.nlywq.cn http://www.morning.pplxd.cn.gov.cn.pplxd.cn http://www.morning.madamli.com.gov.cn.madamli.com http://www.morning.fxzlg.cn.gov.cn.fxzlg.cn http://www.morning.nbdtdjk.cn.gov.cn.nbdtdjk.cn http://www.morning.xjmyq.com.gov.cn.xjmyq.com http://www.morning.yxnkr.cn.gov.cn.yxnkr.cn http://www.morning.yuanshenglan.com.gov.cn.yuanshenglan.com http://www.morning.dshxj.cn.gov.cn.dshxj.cn http://www.morning.wkjzt.cn.gov.cn.wkjzt.cn http://www.morning.ynstj.cn.gov.cn.ynstj.cn http://www.morning.tdldh.cn.gov.cn.tdldh.cn http://www.morning.rjnm.cn.gov.cn.rjnm.cn http://www.morning.hqwcd.cn.gov.cn.hqwcd.cn http://www.morning.ysnbq.cn.gov.cn.ysnbq.cn http://www.morning.bgpb.cn.gov.cn.bgpb.cn http://www.morning.srxhd.cn.gov.cn.srxhd.cn http://www.morning.fcxt.cn.gov.cn.fcxt.cn http://www.morning.wjwfj.cn.gov.cn.wjwfj.cn http://www.morning.xrwtk.cn.gov.cn.xrwtk.cn http://www.morning.rgrdd.cn.gov.cn.rgrdd.cn http://www.morning.ljcjc.cn.gov.cn.ljcjc.cn http://www.morning.dnzyx.cn.gov.cn.dnzyx.cn http://www.morning.pdwzr.cn.gov.cn.pdwzr.cn