Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- 쉬움
- dfs
- binary tree
- linked list
- 미디움
- recursive
- two pointers
- matrix
- HashTable
- easy
- 문자열
- Array
- Medium
- list
- binary search
- tree
- backtracking
- 재귀
- string
- math
- DP
- hash table
- 중간
- sorting
- Python
- Binary
- Depth-first Search
- 이진트리
- 리트코드
- leetcode
Archives
- Today
- Total
목록Single Number II (1)
부부의 코딩 성장 일기
LeetCode 137(Single Number II, Python)
1. 문제 링크 https://leetcode.com/problems/single-number-ii/description/ Single Number II - LeetCode Can you solve this real interview question? Single Number II - Given an integer array nums where every element appears three times except for one, which appears exactly once. Find the single element and return it. You must implement a solution with a lin leetcode.com 2. 문제 설명 정수로 구성된 array nums가 주어졌을..
Algorithm/LeetCode
2024. 3. 21. 19:00