https://leetcode.com/problems/russian-doll-envelopes/
二维的情况下 通过 x 升序 y 降序排序,降低一个维度后使用 LIS 算法即可
如果升级到 3 维甚至 N 维呢?