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
- linked list
- two pointers
- 미디움
- 중간
- Binary
- 재귀
- HashTable
- Medium
- Depth-first Search
- leetcode
- dfs
- 이진트리
- string
- 문자열
- easy
- DP
- sorting
- Array
- tree
- binary tree
- list
- 리트코드
- Python
- math
- recursive
- binary search
- hash table
- backtracking
- 쉬움
- matrix
Archives
- Today
- Total
목록leetcode78 (1)
부부의 코딩 성장 일기
LeetCode 78(Subsets, Python)
1. 문제 링크 https://leetcode.com/problems/subsets/ Subsets - LeetCode Can you solve this real interview question? Subsets - Given an integer array nums of unique elements, return all possible subsets (the power set). The solution set must not contain duplicate subsets. Return the solution in any order. Example 1: Input: n leetcode.com 2. 문제 설명 unique elements로 구성된 array nums가 주어졌을 때, 모든 가능한 subsets..
Algorithm/LeetCode
2024. 1. 25. 19:00