Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 248 Bytes

File metadata and controls

16 lines (8 loc) · 248 Bytes

Problem 137: Single Number II

Difficulty: Medium

Problem

Given an array of integers, every element appears three times except for one, which appears exactly once. Find that single one.

Example

Self-explanatory