摘要: 基础矩阵快速幂何必看题解 #include using namespace std;/*0 1 2 3 4 5 6 70 0 0*/const int mod=10007;struct asd{ int num[4][4];};asd mul(asd a,asd b){ asd an... 阅读全文
posted @ 2016-11-16 22:02 see_you_later 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 前言,以前搞过线段树,二叉树觉得也就那样= =、然后数据结构的课也没怎么听过,然后下周期中考。。。 本来以为今天英语考完可以好好搞ACM了,然后这个数据结构期中考感觉会丢人,还是好好学习一波。二叉搜索树(BST,Binary Search Tree) 又称二叉排序树或二叉查找树。二... 阅读全文
posted @ 2016-11-16 09:29 see_you_later 阅读(159) 评论(0) 推荐(0) 编辑