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