算法与数据结构
分享算法竞赛的一些知识
deep_Miner
这个作者很懒,什么都没留下…
展开
-
csp31第三题
考察了多项式表示和求解,用map表示更省空间。原创 2023-09-30 15:26:12 · 99 阅读 · 1 评论 -
PAT4-2搜索树判断
数据结构原创 2022-10-07 23:42:55 · 296 阅读 · 0 评论 -
算法竞赛打卡
}#include<iostream>#include<cstdio>#include<algorithm>#include<vector>#define N 1010using namespace std;int sum[N][N];int C;vector< pair<int,int> >spot;vector<int>a;int query(int x){ return lower_...原创 2022-04-14 15:20:41 · 84 阅读 · 0 评论 -
【c++数据结构之双链表】
双链表之数组模拟爱因斯坦说:成功的背后是百分之99的努力,加上百分之1的勤奋 想要学好编程也是一样,共勉!原创 2022-02-15 15:11:44 · 740 阅读 · 0 评论