数据结构学习(五)Post author:su kunPost published:2022年4月27日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:7 mins read 线性结构 数组 数组的定义与运算 数组:是一组有固定个数的数据元素集合,是一般线性表的推广,组成线性… 继续阅读数据结构学习(五)
数据结构学习(四)Post author:su kunPost published:2022年4月26日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:5 mins read 线性结构 串 串的定义 字符串(string):零个或多个字符组成的有限序列。记为 S='a_1a_… 继续阅读数据结构学习(四)
数据结构学习(三)Post author:su kunPost published:2022年4月25日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:9 mins read 线性结构 限定性线性表——栈和队列 限定性:限制线性表插入和删除等运算的位置(只允许在端点位置操作)… 继续阅读数据结构学习(三)
数据结构学习(二)Post author:su kunPost published:2022年4月24日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:18 mins read 数据结构——用C语言描述。本节讲述线性结构中的线性表。 继续阅读数据结构学习(二)
数据结构学习(一)Post author:su kunPost published:2022年4月23日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:2 mins read 数据结构绪论 数据结构基础概念 数据(Data):描述客观事物的数值、字符,能被机器输入且处理的的各… 继续阅读数据结构学习(一)
递归时间复杂度求解Post author:su kunPost published:2022年4月23日Post last modified:2022年5月10日Post category:算法与数据结构Post comments:0评论Reading time:1 mins read master公式使用 T(N)=a*T(\frac{N}{b})+O(N^d)\\ \log(b,a… 继续阅读递归时间复杂度求解
青龙面板教程Post author:su kunPost published:2022年4月22日Post last modified:2022年6月5日Post category:青龙面板Post comments:0评论Reading time:15 mins read 前期准备 首先你要有一台服务器(国内鸡需要有代理),一个域名和 SSL证书(可选)。我这里的服务器系… 继续阅读青龙面板教程