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