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
- list
- binary search
- math
- backtracking
- Array
- 중간
- binary tree
- sorting
- 문자열
- Medium
- Binary
- dfs
- 재귀
- linked list
- leetcode
- DP
- 리트코드
- Depth-first Search
- recursive
- easy
- HashTable
- 쉬움
- tree
- 이진트리
- 미디움
- hash table
- string
- two pointers
- matrix
- Python
Archives
- Today
- Total
목록2024/01/31 (1)
부부의 코딩 성장 일기
LeetCode 90(Subsets II, Python)
1. 문제 링크 Subsets II - LeetCode Subsets II - LeetCode Can you solve this real interview question? Subsets II - Given an integer array nums that may contain duplicates, return all possible subsets (the power set). The solution set must not contain duplicate subsets. Return the solution in any order. Example leetcode.com 2. 문제 설명 중복된 숫자가 포함된 배열이 주어질 때, 해당 배열의 모든 부분집합을 나열하는 문제 예시) [1, 2, 2]이 주어지면 [[..
Algorithm/LeetCode
2024. 1. 31. 19:00