会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天然气之子
博客园
首页
新随笔
联系
订阅
管理
2022年10月30日
896 ac最长上升子序列
摘要: 这个方法是nlogn的而动态规划是n方的 #include<bits/stdc++.h> using namespace std; vector<int> nums; void help(vector<int>& arr, int n){ //找到一个位置的数前面比n小自己比n大或者相等。 int
阅读全文
posted @ 2022-10-30 19:42 天然气之子
阅读(32)
评论(0)
推荐(0)
编辑
公告