总结股票买卖问题,所有case都化简为DP处理。
SUM相关数据结构总结
BIT , SEGMENT TREE, UnionFind
自装KIDD-10/22不同品牌子弹Group分析
找到适合首把22LR定制枪的最佳子弹
BFS DFS 模板总结
BFS DFS 模板总结
backtracking 总结
backtracking 不同题目不完全汇总
Leetcode 2023-01-06
发布于
2023-02-21
|
19分钟
|
3026字数
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.
0%