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