书单

半小时漫画系列经济和历史不错,虽然历史从来没学好,但也可能是吸收姿势不对。 侵权删。
ADHD系列图书以及心理学~

阅读全文 »

Leetcode 2023-01-06

491. Non-decreasing Subsequences (Medium)

Given an integer array nums, return all the different possible non-decreasing subsequences of the given array with at least two elements. You may return the answer in any order.

阅读全文 »