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