Hello World
Welcome to Hexo! This is your very
first post. Check documentation for
more info. If you get any problems when using Hexo, you can find the
answer in troubleshooting or
you can ask me on GitHub.
Quick Start
Create a new post
1$ hexo new "My New Post"
More info: Writing
Run server
1$ hexo server
More info: Server
Generate static files
1$ hexo generate
More info: Generating
Deploy to remote sites
1$ hexo deploy
More info: Deployment
展示 Markdown 的语法
列表
无序列表
无序列表项 1
无序列表项 2
无序列表项 3
无序列表项 ...
PowerShell Config
PowerShell 配置,包含 oh-my-posh, starship, conda, msys2, proxy
remake windows 11
重装系统需要干些什么?
Termux Config
Termux 配置
cs homework / project
可以公开的 CS 作业/大作业
时间
课程
作业
仓库
大一下
C++
大作业,做一个游戏
GitHub
大二下
数值计算
GitHub
大二下
算法
GitHub
大三上
最优化
GitHub
大三上
多媒体
做一个网站,就是本网站,用Hexo糊弄一下
GitHub
Disjoint Set Union
并查集(Disjoint Set)是一种用于处理元素分组及查询两个元素是否属于同一组的数据结构。
Fenwick Tree
树状数组(Fenwick Tree),也称为二进制索引树(Binary Indexed Tree),是一种用于高效处理动态数组前缀和查询及单点更新的数据结构。
Segment Tree
线段树(Segment Tree)是一种用于解决区间查询问题的数据结构。它可以高效地执行区间修改和查询操作。
Segment Tree (Lazy)
带有懒标记的线段树(Segment Tree Lazy)是一种对线段树进行扩展的数据结构,用于处理区间修改操作的延迟更新。
Combination
组合数(取模),包含 lucas定理,第二类斯特林数,贝尔数,康托展开