https://oj.leetcode.com/problems/single-number-ii/
Given an array of integers, every element appears three times except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?
'풀어본 Algorithm 문제 정리' 카테고리의 다른 글
[Oj.leetcode] remove-element (0) | 2014.08.28 |
---|---|
[OJ.leetcode] merge-two-sorted-lists (0) | 2014.08.27 |
[OJ.leetcode] remove-duplicates-from-sorted-list (0) | 2014.08.27 |
[OJ.leetcode] binary-tree-preorder-traversal (1) | 2014.08.24 |
[OJ.leetcode] maximum-depth-of-binary-tree (0) | 2014.08.23 |