Skip to content

136. Single Number🖖 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 1, 2019
Merged

136. Single Number🖖 #74

merged 3 commits into from
Feb 1, 2019

Conversation

zwfang
Copy link
Collaborator

@zwfang zwfang commented Feb 1, 2019

https://leetcode.com/problems/single-number/

Given a non-empty array of integers, every element appears twice except for one. Find that single one.

@codecov
Copy link

codecov bot commented Feb 1, 2019

Codecov Report

Merging #74 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   99.34%   99.34%   +0.01%     
==========================================
  Files         112      113       +1     
  Lines        1951     1967      +16     
==========================================
+ Hits         1938     1954      +16     
  Misses          9        9              
  Partials        4        4
Impacted Files Coverage Δ
src/0136_single_number/single_number.go 100% <100%> (ø)

@zwfang zwfang added array An array is stored such that the position of each element can be computed from its index Easy Coefficient of difficulty easy Hash Table(Map) a structure that can map keys to values. bit manipulation the act of algorithmically manipulating bits or other pieces of data shorter than a word labels Feb 1, 2019
@zwfang zwfang merged commit 645b75b into master Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array An array is stored such that the position of each element can be computed from its index bit manipulation the act of algorithmically manipulating bits or other pieces of data shorter than a word Easy Coefficient of difficulty easy Hash Table(Map) a structure that can map keys to values.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant