码迷,mamicode.com
首页 > 其他好文 > 详细

【Leetcode】Day1 Singular number

时间:2018-03-06 20:20:25      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:翻译   ++   并且   style   gpo   near   mem   加油!   tps   

  开个贴记录leetcode刷题,每天刷三道easy两道medium,用python和c++做。今天第一天,加油!

  【题目】:

原题:Given an array of integers, every element appears twice except for one. Find that single one.

Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?

翻译:给定一个数组,里面全是整数,每个数字都重复两遍,只有一个没有重复,找到那个不重复的数字。

注意:时间复杂度为线性,并且不占用额外内存。

  链接:https://leetcode.com/problems/single-number/description/

  我的方法:

 

  

 

【Leetcode】Day1 Singular number

标签:翻译   ++   并且   style   gpo   near   mem   加油!   tps   

原文地址:https://www.cnblogs.com/demomaster/p/8516085.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!