8987 - Subsequence
by jiangshan (@jiangshanmeta) #中等 #union
题目
Given an array of unique elements, return all possible subsequences.
A subsequence is a sequence that can be derived from an array by deleting some or no elements without changing the order of the remaining elements.