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