OSDN Git Service

oi-wiki/main.git
5 years agoupdate: 字典树:添加字典树图片、代码 (#1341)
Ir1dXD [Sat, 13 Jul 2019 15:57:35 +0000 (23:57 +0800)]
update: 字典树:添加字典树图片、代码 (#1341)

update: 字典树:添加字典树图片、代码

5 years agoUpdate backtracking.md (#1345)
Ir1dXD [Sat, 13 Jul 2019 15:56:50 +0000 (23:56 +0800)]
Update backtracking.md (#1345)

Update backtracking.md

5 years agoupdate: 单调队列:添加例题的代码实现(ouuan撰) (#1334)
Ir1dXD [Sat, 13 Jul 2019 15:56:26 +0000 (23:56 +0800)]
update: 单调队列:添加例题的代码实现(ouuan撰) (#1334)

update: 单调队列:添加例题的代码实现(ouuan撰)

5 years agofix: 二叉堆:把小根堆改成大根堆 (#1340)
Ir1dXD [Sat, 13 Jul 2019 15:55:45 +0000 (23:55 +0800)]
fix: 二叉堆:把小根堆改成大根堆 (#1340)

fix: 二叉堆:把小根堆改成大根堆

5 years agoupdate: 修改堆简介(原ouuan撰) (#1333)
Ir1dXD [Sat, 13 Jul 2019 15:54:31 +0000 (23:54 +0800)]
update: 修改堆简介(原ouuan撰) (#1333)

update: 修改堆简介(原ouuan撰)

5 years agoupdate: bitset 补充它与stl之间的关系(ouuan撰) (#1335)
Ir1dXD [Sat, 13 Jul 2019 15:53:57 +0000 (23:53 +0800)]
update: bitset 补充它与stl之间的关系(ouuan撰) (#1335)

update: bitset 补充它与stl之间的关系(ouuan撰)

5 years agoupdate: 队列:添加双端队列、双栈模拟队列以及例题 (#1336)
Ir1dXD [Sat, 13 Jul 2019 15:51:57 +0000 (23:51 +0800)]
update: 队列:添加双端队列、双栈模拟队列以及例题 (#1336)

update: 队列:添加双端队列、双栈模拟队列以及例题

5 years agoFix leftist tree: double \mathrm (#1352)
Ir1dXD [Sat, 13 Jul 2019 14:55:32 +0000 (22:55 +0800)]
Fix leftist tree: double \mathrm (#1352)

Fix leftist tree: double \mathrm

5 years agodelete an extra space
ouuan [Sat, 13 Jul 2019 13:54:25 +0000 (21:54 +0800)]
delete an extra space

5 years agofix: delete double mathrm
ouuan [Sat, 13 Jul 2019 13:52:13 +0000 (21:52 +0800)]
fix: delete double mathrm

5 years agoMerge pull request #1337 from sshwy/Euclidean-like
FFjet [Sat, 13 Jul 2019 13:16:00 +0000 (21:16 +0800)]
Merge pull request #1337 from sshwy/Euclidean-like

feat: 添加类欧几里德算法

5 years agoMerge pull request #1330 from ouuan/master
FFjet [Sat, 13 Jul 2019 13:09:16 +0000 (21:09 +0800)]
Merge pull request #1330 from ouuan/master

add: 左偏树

5 years agoUpdate euclidean-like.md
FFjet [Sat, 13 Jul 2019 13:04:26 +0000 (21:04 +0800)]
Update euclidean-like.md

使语言更加严谨,修正了一些公式排版,使其更为正式。

5 years agoUpdate backtracking.md
FFjet [Sat, 13 Jul 2019 12:48:23 +0000 (20:48 +0800)]
Update backtracking.md

修改了一下码风

5 years agoUpdate leftist-tree.md
FFjet [Sat, 13 Jul 2019 12:39:35 +0000 (20:39 +0800)]
Update leftist-tree.md

修了一下格式

5 years agoMerge pull request #1343 from luoguyuntianming/patch-7
FFjet [Sat, 13 Jul 2019 12:30:08 +0000 (20:30 +0800)]
Merge pull request #1343 from luoguyuntianming/patch-7

Update backtracking.md

5 years agogetmin to getmax
sshwy [Sat, 13 Jul 2019 09:12:26 +0000 (17:12 +0800)]
getmin to getmax

5 years agoMerge branch 'master' into Euclidean-like
sshwy [Sat, 13 Jul 2019 09:07:34 +0000 (17:07 +0800)]
Merge branch 'master' into Euclidean-like

5 years agoMerge branch 'master' into heap
sshwy [Sat, 13 Jul 2019 09:06:53 +0000 (17:06 +0800)]
Merge branch 'master' into heap

5 years agoMerge branch 'master' into mon-queue
sshwy [Sat, 13 Jul 2019 09:06:21 +0000 (17:06 +0800)]
Merge branch 'master' into mon-queue

5 years agoMerge branch 'master' into bitset
sshwy [Sat, 13 Jul 2019 09:05:46 +0000 (17:05 +0800)]
Merge branch 'master' into bitset

5 years agoMerge branch 'master' into binary-heap
sshwy [Sat, 13 Jul 2019 09:05:00 +0000 (17:05 +0800)]
Merge branch 'master' into binary-heap

5 years agoMerge branch 'master' into queue
sshwy [Sat, 13 Jul 2019 09:03:44 +0000 (17:03 +0800)]
Merge branch 'master' into queue

5 years ago更新信息Merge branch 'master' into trie
sshwy [Sat, 13 Jul 2019 09:02:32 +0000 (17:02 +0800)]
更新信息Merge branch 'master' into trie

5 years agoMerge pull request #1344 from sshwy/2sat
Ir1dXD [Sat, 13 Jul 2019 07:56:48 +0000 (15:56 +0800)]
Merge pull request #1344 from sshwy/2sat

fix: 2SAT: "之"改为"只"

5 years ago2SAT: "之"改为"只"
sshwy [Sat, 13 Jul 2019 04:31:28 +0000 (12:31 +0800)]
2SAT: "之"改为"只"

5 years agoUpdate backtracking.md
partychicken [Fri, 12 Jul 2019 09:55:23 +0000 (17:55 +0800)]
Update backtracking.md

fix format

5 years agoUpdate backtracking.md
luoguyuntianming [Fri, 12 Jul 2019 09:50:05 +0000 (17:50 +0800)]
Update backtracking.md

5 years ago添加字典树图片、代码
sshwy [Fri, 12 Jul 2019 09:09:22 +0000 (17:09 +0800)]
添加字典树图片、代码

5 years agofix: 二叉堆:把小根堆改成大根堆
sshwy [Fri, 12 Jul 2019 07:48:52 +0000 (15:48 +0800)]
fix: 二叉堆:把小根堆改成大根堆

5 years agoFix mistake in DP (#1326)
Ir1dXD [Fri, 12 Jul 2019 03:04:35 +0000 (11:04 +0800)]
Fix mistake in DP (#1326)

Fix mistake in DP

5 years agoUpdate index.md (#1328)
Ir1dXD [Fri, 12 Jul 2019 03:03:57 +0000 (11:03 +0800)]
Update index.md (#1328)

Update index.md

5 years agoFix: [持续接锅]二插堆:更正代码缩进为4个空格 (#1332)
Ir1dXD [Fri, 12 Jul 2019 03:02:42 +0000 (11:02 +0800)]
Fix: [持续接锅]二插堆:更正代码缩进为4个空格 (#1332)

Fix: [持续接锅]二插堆:更正代码缩进为4个空格

5 years agofix: 杜教筛:订正目录,移除目录中的Latex (#1338)
Ir1dXD [Fri, 12 Jul 2019 03:01:38 +0000 (11:01 +0800)]
fix: 杜教筛:订正目录,移除目录中的Latex (#1338)

fix: 杜教筛:订正目录,移除目录中的Latex

5 years ago杜教筛:订正目录,移除目录中的Latex
sshwy [Fri, 12 Jul 2019 00:54:36 +0000 (08:54 +0800)]
杜教筛:订正目录,移除目录中的Latex

5 years agoupdate: 队列:添加双端队列、双栈模拟队列以及例题
sshwy [Thu, 11 Jul 2019 16:10:59 +0000 (00:10 +0800)]
update: 队列:添加双端队列、双栈模拟队列以及例题

5 years agoupdate: bitset 补充它与stl之间的关系(ouuan撰)
sshwy [Thu, 11 Jul 2019 15:36:52 +0000 (23:36 +0800)]
update: bitset 补充它与stl之间的关系(ouuan撰)

5 years agoupdate: 单调队列:添加例题的代码实现(ouuan撰)
sshwy [Thu, 11 Jul 2019 15:29:15 +0000 (23:29 +0800)]
update: 单调队列:添加例题的代码实现(ouuan撰)

5 years ago修改堆简介(原ouuan撰)
sshwy [Thu, 11 Jul 2019 15:23:47 +0000 (23:23 +0800)]
修改堆简介(原ouuan撰)

5 years ago更正代码缩进为4个空格
sshwy [Thu, 11 Jul 2019 15:15:56 +0000 (23:15 +0800)]
更正代码缩进为4个空格

5 years agoMerge branch 'master' into master
Xeonacid [Thu, 11 Jul 2019 13:56:57 +0000 (21:56 +0800)]
Merge branch 'master' into master

5 years agoformat codes & minor changes
ouuan [Thu, 11 Jul 2019 13:46:42 +0000 (21:46 +0800)]
format codes & minor changes

5 years agoadd: leftist tree
ouuan [Thu, 11 Jul 2019 13:43:56 +0000 (21:43 +0800)]
add: leftist tree

5 years ago添加类欧几里德算法
sshwy [Thu, 11 Jul 2019 13:33:38 +0000 (21:33 +0800)]
添加类欧几里德算法

5 years agoMerge branch 'master' into patch-7
FFjet [Thu, 11 Jul 2019 13:08:37 +0000 (21:08 +0800)]
Merge branch 'master' into patch-7

5 years agoMerge branch 'master' into master
abc1763613206 [Thu, 11 Jul 2019 13:01:54 +0000 (08:01 -0500)]
Merge branch 'master' into master

5 years agoMerge pull request #1329 from FFjet/patch-8
abc1763613206 [Thu, 11 Jul 2019 12:57:53 +0000 (07:57 -0500)]
Merge pull request #1329 from FFjet/patch-8

Update simplex.md

5 years agoUpdate index.md
xhn16729 [Thu, 11 Jul 2019 12:45:34 +0000 (20:45 +0800)]
Update index.md

5 years agoUpdate simplex.md
FFjet [Thu, 11 Jul 2019 12:36:09 +0000 (20:36 +0800)]
Update simplex.md

统一数学符号,统一码风,修正typo

5 years agoUpdate index.md
FFjet [Thu, 11 Jul 2019 12:28:00 +0000 (20:28 +0800)]
Update index.md

修正数学公式严谨度

5 years agoUpdate index.md
partychicken [Thu, 11 Jul 2019 10:18:45 +0000 (18:18 +0800)]
Update index.md

5 years agoFix mistake in DP
xhn16729 [Thu, 11 Jul 2019 09:22:05 +0000 (17:22 +0800)]
Fix mistake in DP

5 years agoMerge pull request #1323 from OI-wiki/partychicken-patch-1
Shuhao Zhang [Thu, 11 Jul 2019 09:02:04 +0000 (17:02 +0800)]
Merge pull request #1323 from OI-wiki/partychicken-patch-1

Update interval.md

5 years agoUpdate interval.md
partychicken [Thu, 11 Jul 2019 08:48:31 +0000 (16:48 +0800)]
Update interval.md

fix typo

5 years agoMerge pull request #1321 from bear-good/master
abc1763613206 [Thu, 11 Jul 2019 01:46:12 +0000 (20:46 -0500)]
Merge pull request #1321 from bear-good/master

用搜索找到了并查集与图的存储

5 years agoUpdate mst.md
abc1763613206 [Thu, 11 Jul 2019 01:27:46 +0000 (09:27 +0800)]
Update mst.md

5 years agoUpdate mst.md
Garbage-Only-One [Thu, 11 Jul 2019 01:13:55 +0000 (09:13 +0800)]
Update mst.md

5 years agoMerge pull request #1320 from Ir1d/master
abc1763613206 [Thu, 11 Jul 2019 00:59:42 +0000 (19:59 -0500)]
Merge pull request #1320 from Ir1d/master

fix commit history list

5 years agofix commit history list
Ir1d [Wed, 10 Jul 2019 17:17:09 +0000 (01:17 +0800)]
fix commit history list

5 years agoreload new css (#1319)
Ir1dXD [Wed, 10 Jul 2019 16:46:26 +0000 (00:46 +0800)]
reload new css (#1319)

reload new css

5 years agoreload new css
Ir1d [Wed, 10 Jul 2019 16:44:45 +0000 (00:44 +0800)]
reload new css

5 years agofix: repo owner (#1317)
Ir1dXD [Wed, 10 Jul 2019 16:36:39 +0000 (00:36 +0800)]
fix: repo owner (#1317)

fix: repo owner

5 years agofeat: 补充网络流最大流 (#982)
Ir1dXD [Wed, 10 Jul 2019 16:32:21 +0000 (00:32 +0800)]
feat: 补充网络流最大流 (#982)

feat: 补充网络流最大流

5 years ago简单介绍Kruskal的前置知识 (#1314)
Ir1dXD [Wed, 10 Jul 2019 16:31:56 +0000 (00:31 +0800)]
简单介绍Kruskal的前置知识 (#1314)

简单介绍Kruskal的前置知识

5 years agofix: remove han.css, bump mkdocs-material version (#1311)
Ir1dXD [Wed, 10 Jul 2019 16:29:54 +0000 (00:29 +0800)]
fix: remove han.css, bump mkdocs-material version (#1311)

 fix: remove han.css, bump mkdocs-material version

5 years agoUpdate extra.js
Ir1dXD [Wed, 10 Jul 2019 16:24:47 +0000 (00:24 +0800)]
Update extra.js

5 years agoUpdate mkdocs.yml
abc1763613206 [Wed, 10 Jul 2019 13:30:24 +0000 (21:30 +0800)]
Update mkdocs.yml

5 years agoUpdate topo.md (#1316)
fearlessxjdx [Wed, 10 Jul 2019 13:27:39 +0000 (21:27 +0800)]
Update topo.md (#1316)

5 years agoUpdate .travis.yml
abc1763613206 [Wed, 10 Jul 2019 11:56:25 +0000 (11:56 +0000)]
Update .travis.yml

5 years agoUpdate index.md
abc1763613206 [Wed, 10 Jul 2019 11:55:34 +0000 (11:55 +0000)]
Update index.md

5 years agofix: repo owner
abc1763613206 [Wed, 10 Jul 2019 11:48:59 +0000 (11:48 +0000)]
fix: repo owner

5 years agoMerge pull request #1315 from yizr-cnyali/patch-1
abc1763613206 [Wed, 10 Jul 2019 11:42:00 +0000 (06:42 -0500)]
Merge pull request #1315 from yizr-cnyali/patch-1

修复Readme.md里面Travis CI的build状态

5 years ago修复Travis CI的build状态
yizr-cnyali [Wed, 10 Jul 2019 11:29:09 +0000 (19:29 +0800)]
修复Travis CI的build状态

真的没有人注意到迁移库之后图标挂了吗?

5 years agoUpdate mst.md
Garbage-Only-One [Wed, 10 Jul 2019 07:37:57 +0000 (15:37 +0800)]
Update mst.md

5 years agoMerge pull request #1313 from sshwy/patch-1
Shuhao Zhang [Wed, 10 Jul 2019 07:22:44 +0000 (15:22 +0800)]
Merge pull request #1313 from sshwy/patch-1

fix: NTT 更正 998244352 的分解

5 years ago更正998244352的分解
Sshwy [Wed, 10 Jul 2019 05:44:54 +0000 (13:44 +0800)]
更正998244352的分解

5 years agogit audit fix
Ir1d [Tue, 9 Jul 2019 16:07:25 +0000 (00:07 +0800)]
git audit fix

5 years agofix: remove han.css, bump mkdocs-material version
Ir1d [Tue, 9 Jul 2019 16:03:30 +0000 (00:03 +0800)]
fix: remove han.css, bump mkdocs-material version

BREAKING CHANGE: https://squidfunk.github.io/mkdocs-material/release-notes/

closes #1292

5 years agoMerge pull request #1310 from 24OI/imgbot
abc1763613206 [Tue, 9 Jul 2019 13:38:29 +0000 (08:38 -0500)]
Merge pull request #1310 from 24OI/imgbot

[ImgBot] Optimize images

5 years ago[ImgBot] Optimize images
ImgBotApp [Tue, 9 Jul 2019 07:15:30 +0000 (07:15 +0000)]
[ImgBot] Optimize images

/docs/graph/images/prufer1.png -- 43.21kb -> 39.12kb (9.46%)

5 years agoMerge pull request #1305 from sshwy/prufer
partychicken [Tue, 9 Jul 2019 07:14:03 +0000 (15:14 +0800)]
Merge pull request #1305 from sshwy/prufer

Feat: 添加 Prufer 序列

5 years agoUpdate fermat.md (#1308)
tth37 [Mon, 8 Jul 2019 14:46:31 +0000 (22:46 +0800)]
Update fermat.md (#1308)

非常抱歉!
昨天的PR只更改了部分错误的公式,本次已经将所有的‘\phi'改为'\varphi'。

5 years agoMerge pull request #1306 from tth37/patch-1
abc1763613206 [Mon, 8 Jul 2019 08:01:40 +0000 (03:01 -0500)]
Merge pull request #1306 from tth37/patch-1

更改部分数学公式

5 years agoMerge branch 'prufer' of github.com:sshwy/OI-wiki into prufer
sshwy [Mon, 8 Jul 2019 06:00:53 +0000 (14:00 +0800)]
Merge branch 'prufer' of github.com:sshwy/OI-wiki into prufer
合并一下partychicken对Latex的订正

5 years ago添加Purfer序列图片
sshwy [Mon, 8 Jul 2019 05:58:19 +0000 (13:58 +0800)]
添加Purfer序列图片

5 years agoUpdate prufer.md
partychicken [Mon, 8 Jul 2019 04:45:08 +0000 (12:45 +0800)]
Update prufer.md

fix typo

5 years agoUpdate ntt.md
Xeonacid [Mon, 8 Jul 2019 04:27:59 +0000 (12:27 +0800)]
Update ntt.md

5 years agoUpdate primitive-root.md
Xeonacid [Mon, 8 Jul 2019 04:23:45 +0000 (12:23 +0800)]
Update primitive-root.md

5 years agoUpdate format.md
tth37 [Sun, 7 Jul 2019 16:38:56 +0000 (00:38 +0800)]
Update format.md

将部分违和的欧拉函数 \phi 改成 \varphi

5 years agoMerge pull request #1304 from 24OI/Ir1d-patch-1
abc1763613206 [Sun, 7 Jul 2019 10:15:27 +0000 (05:15 -0500)]
Merge pull request #1304 from 24OI/Ir1d-patch-1

Delete crowdin.yml

5 years ago添加行间公式空行
sshwy [Sun, 7 Jul 2019 10:02:50 +0000 (18:02 +0800)]
添加行间公式空行

5 years ago更新Latex公式
sshwy [Sun, 7 Jul 2019 09:58:54 +0000 (17:58 +0800)]
更新Latex公式

5 years ago添加Prufer序列,更新mkdocs(不兹道操作有没有问题)
sshwy [Sun, 7 Jul 2019 09:56:12 +0000 (17:56 +0800)]
添加Prufer序列,更新mkdocs(不兹道操作有没有问题)

5 years ago[ImgBot] Optimize images (#1303)
imgbot[bot] [Sun, 7 Jul 2019 08:17:02 +0000 (16:17 +0800)]
[ImgBot] Optimize images (#1303)

*Total -- 1,000.41kb -> 789.94kb (21.04%)

/docs/ds/images/dsu1.png -- 19.92kb -> 9.73kb (51.12%)
/docs/ds/images/div-com1.png -- 305.91kb -> 211.32kb (30.92%)
/docs/ds/images/div-com2.jpg -- 650.16kb -> 548.13kb (15.69%)
/docs/ds/images/dsu2.png -- 24.43kb -> 20.76kb (15.02%)

5 years agoDelete crowdin.yml
Ir1dXD [Sun, 7 Jul 2019 07:43:02 +0000 (15:43 +0800)]
Delete crowdin.yml

5 years agoMerge pull request #1298 from sshwy/div-com
abc1763613206 [Sun, 7 Jul 2019 07:39:03 +0000 (02:39 -0500)]
Merge pull request #1298 from sshwy/div-com

feat: 添加析合树文章以及图片

5 years agotry crowdin for Translation (#1302)
Ir1dXD [Sun, 7 Jul 2019 07:15:44 +0000 (15:15 +0800)]
try crowdin for Translation (#1302)

try crowdin for Translation

5 years agoUpdate crowdin.yml
Ir1dXD [Sun, 7 Jul 2019 07:12:39 +0000 (15:12 +0800)]
Update crowdin.yml

5 years agoUpdate Crowdin configuration file
Ir1dXD [Sun, 7 Jul 2019 07:03:01 +0000 (15:03 +0800)]
Update Crowdin configuration file

5 years agoUpdate divide-combine.md
Xeonacid [Sun, 7 Jul 2019 06:12:47 +0000 (14:12 +0800)]
Update divide-combine.md