Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/23 (1)
넘치게 채우기
[LeetCode] 2597. The Number of Beautiful Subsets
https://leetcode.com/problems/the-number-of-beautiful-subsets/description/leetcode - The Number of Beautiful Subsets문제 유형 : 백트래킹, dfs, 재귀문제 난이도 : Medium 문제You are given an array nums of positive integers and a positive integer k.A subset of nums is beautiful if it does not contain two integers with an absolute difference equal to k.Return the number of non-empty beautiful subsets of the array nu..
PS/LeetCode
2024. 5. 23. 14:17