OI Wiki
简介
比赛相关
工具软件
语言基础
算法基础
搜索
动态规划
字符串
数学
数据结构
图论
计算几何
杂项
专题
关于 Hulu
简介
比赛相关
工具软件
语言基础
算法基础
搜索
动态规划
字符串
数学
数据结构
图论
计算几何
杂项
专题
关于 Hulu
OI Wiki Next 目前不再活跃开发,部分页面可能出现渲染问题。
访问主站 >
目录页
OI Wiki
test
倍增
#basic
二分
#basic
冒泡排序
#basic
桶排序
#basic
复杂度
#basic
构造
#basic
计数排序
#basic
递归 & 分治
#basic
枚举
#basic
贪心
#basic
堆排序
#basic
算法基础简介
#basic
插入排序
#basic
归并排序
#basic
前缀和 & 差分
#basic
快速排序
#basic
基数排序
#basic
选择排序
#basic
希尔排序
#basic
模拟
#basic
排序简介
#basic
排序相关 STL
#basic
tim排序
#basic
锦标赛排序
#basic
排序应用
#basic
常见错误
#contest
常见技巧
#contest
分段打表
#contest
ICPC/CCPC 赛事与赛制
#contest
比赛相关简介
#contest
交互题
#contest
读入、输出优化
#contest
OI 赛事与赛制
#contest
题型概述
#contest
出题
#contest
学习资源
#contest
学习路线
#contest
动态 DP
#dp
动态规划部分简介
#dp
区间 DP
#dp
背包 DP
#dp
记忆化搜索
#dp
其它 DP 方法
#dp
数位 DP
#dp
插头 DP
#dp
概率 DP
#dp
状压 DP
#dp
树形 DP
#dp
AVL 树
#ds
B 树
#ds
线段树套平衡树
#ds
二叉堆
#ds
分块套树状数组
#ds
块状数组
#ds
块状链表
#ds
B+ 树
#ds
二叉搜索树 & 平衡树
#ds
笛卡尔树
#ds
分块思想
#ds
析合树
#ds
划分树
#ds
并查集复杂度
#ds
并查集
#ds
Euler Tour Tree
#ds
树状数组
#ds
手指树
#ds
哈希表
#ds
堆简介
#ds
霍夫曼树
#ds
数据结构部分简介
#ds
K-D Tree
#ds
Link Cut Tree
#ds
Leafy Tree
#ds
左偏树
#ds
李超线段树
#ds
链表
#ds
左偏红黑树
#ds
单调队列
#ds
单调栈
#ds
配对堆
#ds
可持久化平衡树
#ds
可持久化块状数组
#ds
可持久化可并堆
#ds
可持久化线段树
#ds
可持久化字典树
#ds
可持久化数据结构简介
#ds
PQ 树
#ds
队列
#ds
红黑树
#ds
Size Balanced Tree
#ds
区间最值操作 & 区间历史最值
#ds
平衡树套线段树
#ds
树状数组套权值线段树
#ds
线段树套线段树
#ds
线段树
#ds
替罪羊树
#ds
跳表
#ds
ST 表
#ds
Splay 树
#ds
Sqrt Tree
#ds
栈
#ds
Top Tree
#ds
Treap
#ds
树分块
#ds
WBLT
#ds
二维计算几何基础
#geometry
三维计算几何基础
#geometry
凸包
#geometry
距离
#geometry
半平面交
#geometry
计算几何部分简介
#geometry
反演变换
#geometry
计算几何杂项
#geometry
平面最近点对
#geometry
Pick 定理
#geometry
随机增量法
#geometry
旋转卡壳
#geometry
扫描线
#geometry
三角剖分
#geometry
2-SAT
#graph
双连通分量
#graph
BFS(图论)
#graph
二分图
#graph
圆方树
#graph
弦图
#graph
图的着色
#graph
图论相关概念
#graph
割点和桥
#graph
有向无环图
#graph
DFS(图论)
#graph
差分约束
#graph
最小树形图
#graph
树上启发式合并
#graph
动态树分治
#graph
欧拉图
#graph
网络流简介
#graph
哈密顿图
#graph
树链剖分
#graph
图论部分简介
#graph
k 短路
#graph
最近公共祖先
#graph
LGV 引理
#graph
矩阵树定理
#graph
最大团搜索算法
#graph
最小直径生成树
#graph
最小环
#graph
同余最短路
#graph
最小生成树
#graph
拆点
#graph
平面图
#graph
Prufer 序列
#graph
图的存储
#graph
强连通分量
#graph
最短路
#graph
斯坦纳树
#graph
Stoer-Wagner 算法
#graph
拓扑排序
#graph
AHU 算法
#graph
树基础
#graph
树的重心
#graph
树的直径
#graph
树分治
#graph
树哈希
#graph
树上随机游走
#graph
虚树
#graph
关于本项目
#intro
用 Docker 部署 OI Wiki
#intro
F.A.Q.
#intro
格式手册
#intro
如何参与
#intro
关于 Hulu
#intro
镜像站列表
#intro
致谢
#intro
数组
#lang
C++ 语法基础
#lang
分支
#lang
类
#lang
常值
#lang
C++ 与其他常用语言的区别
#lang
文件操作
#lang
函数
#lang
Hello, World!
#lang
语言基础简介
#lang
Java 进阶
#lang
Java 速成
#lang
Lambda 表达式
#lang
循环
#lang
命名空间
#lang
新版 C++ 特性
#lang
重载运算符
#lang
运算
#lang
编译优化
#lang
Pascal 转 C++ 急救
#lang
指针
#lang
Python 速成
#lang
引用
#lang
结构体
#lang
值类别
#lang
平衡三进制
#math
进位制
#math
Berlekamp-Massey 算法
#math
高精度计算
#math
快速幂
#math
二进制集合操作
#math
位运算
#math
复数
#math
弧度制与坐标系
#math
傅里叶-莫茨金消元法
#math
群论简介
#math
数学部分简介
#math
数值积分
#math
线性规划简介
#math
常系数齐次线性递推
#math
牛顿迭代法
#math
符号
#math
序理论
#math
置换和排列
#math
置换群
#math
Schreier–Sims 算法
#math
单纯形算法
#math
杨氏矩阵
#math
15-puzzle
#misc
计算理论基础
#misc
CDQ 分治
#misc
离散化
#misc
字节顺序
#misc
表达式求值
#misc
分数规划
#misc
Garsia-Wachs 算法
#misc
格雷码
#misc
爬山算法
#misc
悬线法
#misc
杂项简介
#misc
在一台机器上规划任务
#misc
约瑟夫问题
#misc
Kahan 求和
#misc
主元素问题
#misc
莫队算法简介
#misc
树上莫队
#misc
莫队配合 bitset
#misc
普通莫队算法
#misc
带修改莫队
#misc
珂朵莉树/颜色段均摊
#misc
离线算法简介
#misc
变量
#lang
整体二分
#misc
随机化技巧
#misc
随机函数
#misc
回滚莫队
#misc
模拟退火
#misc
双指针
#misc
Alpha-Beta 剪枝
#search
A*
#search
回溯法
#search
BFS(搜索)
#search
双向搜索
#search
DFS(搜索)
#search
Dancing Links
#search
启发式搜索
#search
IDA*
#search
搜索部分简介
#search
迭代加深搜索
#search
优化
#search
AC 自动机
#string
自动机
#string
字符串基础
#string
Boyer-Moore 算法
#string
广义后缀自动机
#string
字符串哈希
#string
字符串部分简介
#string
前缀函数与 KMP 算法
#string
标准库
#string
Lyndon 分解
#string
Main-Lorentz 算法
#string
Manacher
#string
字符串匹配
#string
最小表示法
#string
回文树
#string
最优原地后缀排序算法
#string
后缀数组简介
#string
后缀自动机 (SAM)
#string
序列自动机
#string
后缀平衡树
#string
后缀树
#string
字典树 (Trie)
#string
Z 函数(扩展 KMP)
#string
命令行
#tools
编译器
#tools
Git
#tools
工具软件简介
#tools
LaTeX 入门
#tools
OJ 工具
#tools
Polygon
#tools
Special Judge
#tools
WSL (Windows 10)
#tools
括号序列
#topic
并查集应用
#topic
RMQ
#topic
线段树与离线询问
#topic
DAG 上的 DP
#dp
动态规划基础
#dp
计数 DP
#dp
单调队列/单调栈优化
#dp
#opt
四边形不等式优化
#dp
#opt
斜率优化
#dp
#opt
状态设计优化
#dp
#opt
上下界网络流
#graph
#flow
最大流
#graph
#flow
费用流
#graph
#flow
最小割
#graph
#flow
增广路
#graph
#graph-matching
二分图最大匹配
#graph
#graph-matching
二分图最大权匹配
#graph
#graph-matching
一般图最大匹配
#graph
#graph-matching
一般图最大权匹配
#graph
#graph-matching
图匹配
#graph
#graph-matching
关联式容器
#lang
#csl
bitset
#lang
#csl
容器适配器
#lang
#csl
C++ 标准库简介
#lang
#csl
迭代器
#lang
#csl
pair
#lang
#csl
序列式容器
#lang
#csl
string
#lang
#csl
无序关联式容器
#lang
#csl
STL 容器简介
#lang
#csl
STL 算法
#lang
#csl
pb_ds 简介
#lang
#pb-ds
堆
#lang
#pb-ds
平衡树
#lang
#pb-ds
贝尔数
#math
#combinatorics
伯努利数
#math
#combinatorics
康托展开
#math
#combinatorics
卡特兰数
#math
#combinatorics
排列组合
#math
#combinatorics
错位排列
#math
#combinatorics
抽屉原理
#math
#combinatorics
Entringer Number
#math
#combinatorics
Eulerian Number
#math
#combinatorics
斐波那契数列
#math
#combinatorics
容斥原理
#math
#combinatorics
分拆数
#math
#combinatorics
斯特林数
#math
#combinatorics
范德蒙德卷积
#math
#combinatorics
公平组合游戏
#math
#game-theory
博弈论简介
#math
#game-theory
反常游戏
#math
#game-theory
非公平组合游戏
#math
#game-theory
Hamel基
#math
#linear-algebra
特征多项式
#math
#linear-algebra
行列式
#math
#linear-algebra
对角化
#math
#linear-algebra
初等变换
#math
#linear-algebra
高斯消元
#math
#linear-algebra
线性代数简介
#math
#linear-algebra
Jordan标准型
#math
#linear-algebra
线性映射
#math
#linear-algebra
矩阵
#math
#linear-algebra
内积和外积
#math
#linear-algebra
向量
#math
#linear-algebra
数论基础
#math
#number-theory
线性空间
#math
#linear-algebra
裴蜀定理
#math
#number-theory
中国剩余定理
#math
#number-theory
离散对数
#math
#number-theory
杜教筛
#math
#number-theory
类欧几里德算法
#math
#number-theory
欧拉函数
#math
#number-theory
欧拉定理 & 费马小定理
#math
#number-theory
最大公约数
#math
#number-theory
乘法逆元
#math
#number-theory
拉格朗日定理
#math
#number-theory
升幂定理
#math
#number-theory
线性同余方程
#math
#number-theory
卢卡斯定理
#math
#number-theory
Meissel-Lehmer 算法
#math
#number-theory
连分数
#math
#number-theory
Min_25 筛
#math
#number-theory
莫比乌斯反演
#math
#number-theory
Pell 方程
#math
#number-theory
循环连分数
#math
#number-theory
分解质因数
#math
#number-theory
Powerful Number 筛
#math
#number-theory
素数
#math
#number-theory
原根
#math
#number-theory
二次剩余
#math
#number-theory
二次域
#math
#number-theory
剩余与单位根
#math
#number-theory
筛法
#math
#number-theory
数论分块
#math
#number-theory
Stern-Brocot 树与 Farey 序列
#math
#number-theory
威尔逊定理
#math
#number-theory
洲阁筛
#math
#number-theory
快速复数论变换
#math
#poly
Chirp Z 变换
#math
#poly
狄利克雷生成函数
#math
#poly
多项式除法|取模
#math
#poly
指数生成函数
#math
#poly
快速傅里叶变换
#math
#poly
代数基本定理
#math
#poly
快速沃尔什变换
#math
#poly
多项式与生成函数简介
#math
#poly
多项式反三角函数
#math
#poly
多项式求逆
#math
#poly
拉格朗日插值
#math
#poly
多项式对数函数|指数函数
#math
#poly
多项式多点求值|快速插值
#math
#poly
多项式牛顿迭代
#math
#poly
快速数论变换
#math
#poly
普通生成函数
#math
#poly
多项式平移|连续点值平移
#math
#poly
多项式开方
#math
#poly
符号化方法
#math
#poly
多项式三角函数
#math
#poly
基本概念
#math
#probability
概率不等式
#math
#probability
条件概率与独立性
#math
#probability
随机变量的数字特征
#math
#probability
随机变量
#math
#probability
Atom
#tools
#editor
CLion
#tools
#editor
CP Editor
#tools
#editor
Dev-C++
#tools
#editor
Eclipse
#tools
#editor
Emacs
#tools
#editor
Geany
#tools
#editor
GUIDE
#tools
#editor
Kate
#tools
#editor
Notepad++
#tools
#editor
Sublime Text
#tools
#editor
Vim
#tools
#editor
VS Code
#tools
#editor
Xcode
#tools
#editor
评测工具简介
#tools
#judger
Lemon
#tools
#judger
Checker
#tools
#testlib
通用
#tools
#testlib
Generator
#tools
#testlib
Testlib 简介
#tools
#testlib
Interactor
#tools
#testlib
Validator
#tools
#testlib
Cena
#tools
#judger
CCR Plus
#tools
#judger
Arbiter
#tools
#judger
评论
0 条评论
未登录用户
登录
Copyright © 2016 - 2023 OI Wiki Team
最近更新:
fd2ec2c
, 2023-02-03
联系方式:
Telegram 群组
/
QQ 群组