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
- Medium
- string
- easy
- Depth-first Search
- list
- binary search
- 중간
- linked list
- tree
- math
- Array
- matrix
- Python
- 리트코드
- 이진트리
- 쉬움
- 미디움
- leetcode
- backtracking
- 문자열
- recursive
- HashTable
- Binary
- two pointers
- 재귀
- DP
- binary tree
- dfs
- hash table
- sorting
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