OSDN Git Service

oi-wiki/main.git
4 years agostyle: format markdown files with remark-lint
24OI-bot [Sun, 25 Aug 2019 01:27:21 +0000 (21:27 -0400)]
style: format markdown files with remark-lint

4 years ago对AC自动机中的tr数组增加一些解释
GavinZhengOI [Sun, 25 Aug 2019 01:25:17 +0000 (09:25 +0800)]
对AC自动机中的tr数组增加一些解释

正如评论中所说“感觉这个切入点可以给会这个算法的人启发,但是会不会对新手不友好啊(毕竟连自动机是啥都没弄明白”。我这样解释可能更容易理解,对新手更友好吧QAQ。

4 years agoMerge pull request #1615 from StudyingFather/master
雷蒻 [Sat, 24 Aug 2019 23:45:55 +0000 (07:45 +0800)]
Merge pull request #1615 from StudyingFather/master

fix typo in dsu

4 years agoMerge pull request #1592 from sshwy/mst
Ir1dXD [Sat, 24 Aug 2019 14:46:44 +0000 (22:46 +0800)]
Merge pull request #1592 from sshwy/mst

feat: 最小生成树:add Boruvka 算法

4 years agofix typo
Shuhao Zhang [Sat, 24 Aug 2019 11:40:01 +0000 (19:40 +0800)]
fix typo

4 years agomake fork up-to-date
Shuhao Zhang [Sat, 24 Aug 2019 11:37:22 +0000 (19:37 +0800)]
make fork up-to-date

4 years agoMerge pull request #1598 from ouuan/dsu
Ir1dXD [Sat, 24 Aug 2019 11:31:38 +0000 (19:31 +0800)]
Merge pull request #1598 from ouuan/dsu

add 只使用启发式合并的并查集

4 years agoMerge pull request #1612 from zhouyuyang2002/patch-7
Shuhao Zhang [Sat, 24 Aug 2019 08:37:44 +0000 (16:37 +0800)]
Merge pull request #1612 from zhouyuyang2002/patch-7

add 上下界网络流 and closes #1610

4 years agostyle: format markdown files with remark-lint
24OI-bot [Sat, 24 Aug 2019 07:32:22 +0000 (03:32 -0400)]
style: format markdown files with remark-lint

4 years agofix formats
ouuan [Sat, 24 Aug 2019 07:29:47 +0000 (15:29 +0800)]
fix formats

4 years agoMerge pull request #1566 from sshwy/fixmd
ouuan [Sat, 24 Aug 2019 07:28:14 +0000 (15:28 +0800)]
Merge pull request #1566 from sshwy/fixmd

将所有内链更改为相对路径+.md

4 years ago缩短 Boruvka 伪码
ouuan [Sat, 24 Aug 2019 05:49:03 +0000 (13:49 +0800)]
缩短 Boruvka 伪码

4 years agostyle: format markdown files with remark-lint
24OI-bot [Sat, 24 Aug 2019 00:40:10 +0000 (20:40 -0400)]
style: format markdown files with remark-lint

4 years agoadd 上下界网络流
zhouyuyang2002 [Sat, 24 Aug 2019 00:37:49 +0000 (08:37 +0800)]
add 上下界网络流

4 years agoMerge pull request #1611 from H-Shen/patch-1
Shuhao Zhang [Fri, 23 Aug 2019 23:38:43 +0000 (07:38 +0800)]
Merge pull request #1611 from H-Shen/patch-1

修复int范围最大值的typo

4 years ago修复int范围最大值的typo
XTh3G4p [Fri, 23 Aug 2019 14:51:50 +0000 (08:51 -0600)]
修复int范围最大值的typo

原内容为 $2^{32} - 1$
修改后为 $2^{31} - 1$

4 years agoupdate
sshwy [Fri, 23 Aug 2019 04:38:25 +0000 (12:38 +0800)]
update

4 years agoMerge pull request #1589 from zhouyuyang2002/patch-5
Shuhao Zhang [Thu, 22 Aug 2019 12:41:47 +0000 (20:41 +0800)]
Merge pull request #1589 from zhouyuyang2002/patch-5

修复 Four Russian 部分的复杂度公式

4 years agoMerge pull request #1597 from namasikanam/patch-1
abc1763613206 [Thu, 22 Aug 2019 12:40:58 +0000 (07:40 -0500)]
Merge pull request #1597 from namasikanam/patch-1

小补充:LaTeX的两个读音;LaTeX是Lamport TeX的缩写。

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 22 Aug 2019 12:24:50 +0000 (08:24 -0400)]
style: format markdown files with remark-lint

4 years agoMerge branch 'mst' of github.com:sshwy/OI-wiki into mst
sshwy [Thu, 22 Aug 2019 12:23:11 +0000 (20:23 +0800)]
Merge branch 'mst' of github.com:sshwy/OI-wiki into mst

4 years agofix bugs
sshwy [Thu, 22 Aug 2019 12:21:55 +0000 (20:21 +0800)]
fix bugs

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 22 Aug 2019 12:21:29 +0000 (08:21 -0400)]
style: format markdown files with remark-lint

4 years ago给 bot 倒一杯卡布奇诺
sshwy [Thu, 22 Aug 2019 12:18:53 +0000 (20:18 +0800)]
给 bot 倒一杯卡布奇诺

4 years agoUpdate docs/intro/latex.md
Xingyu Xie [Thu, 22 Aug 2019 12:13:07 +0000 (20:13 +0800)]
Update docs/intro/latex.md

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agotry to beat bot round 2
sshwy [Thu, 22 Aug 2019 11:58:47 +0000 (19:58 +0800)]
try to beat bot round 2

4 years agotry to beat bot
sshwy [Thu, 22 Aug 2019 09:53:14 +0000 (17:53 +0800)]
try to beat bot

4 years agoMerge pull request #2 from ouuan/mstsshwy
Sshwy [Thu, 22 Aug 2019 09:21:19 +0000 (17:21 +0800)]
Merge pull request #2 from ouuan/mstsshwy

update mst

4 years agoupdate mst
ouuan [Thu, 22 Aug 2019 09:06:30 +0000 (17:06 +0800)]
update mst

4 years agoupdate mst
ouuan [Thu, 22 Aug 2019 09:03:50 +0000 (17:03 +0800)]
update mst

4 years agoMerge pull request #1594 from sshwy/div-com
Sshwy [Thu, 22 Aug 2019 05:34:07 +0000 (13:34 +0800)]
Merge pull request #1594 from sshwy/div-com

Fix:析合树

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 22 Aug 2019 03:49:57 +0000 (23:49 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate docs/graph/mst.md
Sshwy [Thu, 22 Aug 2019 03:45:09 +0000 (11:45 +0800)]
Update docs/graph/mst.md

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agoUpdate docs/graph/mst.md
Sshwy [Thu, 22 Aug 2019 03:44:49 +0000 (11:44 +0800)]
Update docs/graph/mst.md

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agoadd author
ouuan [Thu, 22 Aug 2019 03:44:30 +0000 (11:44 +0800)]
add author

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 22 Aug 2019 03:43:17 +0000 (23:43 -0400)]
style: format markdown files with remark-lint

4 years ago按秩合并 → 启发式合并
ouuan [Thu, 22 Aug 2019 03:39:53 +0000 (11:39 +0800)]
按秩合并 → 启发式合并

4 years agoadd 只使用按秩合并的并查集
ouuan [Thu, 22 Aug 2019 03:36:23 +0000 (11:36 +0800)]
add 只使用按秩合并的并查集

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 22 Aug 2019 03:05:50 +0000 (23:05 -0400)]
style: format markdown files with remark-lint

4 years agoupdate latex.md
Xingyu Xie [Thu, 22 Aug 2019 02:58:53 +0000 (10:58 +0800)]
update latex.md

update the pronunciation of latex.
References:
https://tex.stackexchange.com/questions/17502/what-is-the-correct-pronunciation-of-tex-and-latex
https://tex.stackexchange.com/questions/480842/how-to-pronounce-latex-correctly
https://en.wikipedia.org/wiki/LaTeX

4 years agoMerge pull request #1588 from tptpp/patch-1
Shuhao Zhang [Thu, 22 Aug 2019 01:09:04 +0000 (09:09 +0800)]
Merge pull request #1588 from tptpp/patch-1

fix LIS code bug, closes #1587

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 14:24:51 +0000 (10:24 -0400)]
style: format markdown files with remark-lint

4 years agofix bugs
sshwy [Wed, 21 Aug 2019 14:19:03 +0000 (22:19 +0800)]
fix bugs

4 years agoMerge pull request #1591 from ouuan/stlcontainer
partychicken [Wed, 21 Aug 2019 12:29:30 +0000 (20:29 +0800)]
Merge pull request #1591 from ouuan/stlcontainer

fix something about STL container

4 years agoMerge pull request #1565 from OI-wiki/akakw1-patch-1
Sshwy [Wed, 21 Aug 2019 11:57:30 +0000 (19:57 +0800)]
Merge pull request #1565 from OI-wiki/akakw1-patch-1

修改 emacs.md 中的错误并完善

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 11:34:58 +0000 (07:34 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate mst.md
Ir1dXD [Wed, 21 Aug 2019 11:33:29 +0000 (19:33 +0800)]
Update mst.md

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 11:32:04 +0000 (07:32 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate mst.md
Ir1dXD [Wed, 21 Aug 2019 11:30:32 +0000 (19:30 +0800)]
Update mst.md

4 years agoMerge branch 'master' into akakw1-patch-1
Sshwy [Wed, 21 Aug 2019 11:05:04 +0000 (19:05 +0800)]
Merge branch 'master' into akakw1-patch-1

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 11:00:27 +0000 (07:00 -0400)]
style: format markdown files with remark-lint

4 years agoadd boruvka
sshwy [Wed, 21 Aug 2019 10:54:25 +0000 (18:54 +0800)]
add boruvka

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 09:52:21 +0000 (05:52 -0400)]
style: format markdown files with remark-lint

4 years agofix something about STL container
ouuan [Wed, 21 Aug 2019 09:45:52 +0000 (17:45 +0800)]
fix something about STL container

4 years agoMerge pull request #1553 from sshwy/sqrt-tree
aofall [Wed, 21 Aug 2019 08:34:15 +0000 (16:34 +0800)]
Merge pull request #1553 from sshwy/sqrt-tree

feat: 添加 Sqrt Tree

4 years ago修复Four rissian 部分的复杂度公式
zhouyuyang2002 [Wed, 21 Aug 2019 08:29:51 +0000 (16:29 +0800)]
修复Four rissian 部分的复杂度公式

4 years ago'ans' should be inited to 1
tp [Wed, 21 Aug 2019 08:14:57 +0000 (16:14 +0800)]
'ans' should be inited to 1

4 years agoMerge pull request #1586 from OI-wiki/akakw1-patch-2
Shuhao Zhang [Wed, 21 Aug 2019 08:08:49 +0000 (16:08 +0800)]
Merge pull request #1586 from OI-wiki/akakw1-patch-2

container.md 加上列表并所有标题升级

4 years agoMerge pull request #1580 from zhouyuyang2002/patch-4
Shuhao Zhang [Wed, 21 Aug 2019 07:49:21 +0000 (15:49 +0800)]
Merge pull request #1580 from zhouyuyang2002/patch-4

Update rmq.md

4 years agoMerge pull request #1585 from tptpp/patch-1
Angel_Kitty [Wed, 21 Aug 2019 07:48:51 +0000 (15:48 +0800)]
Merge pull request #1585 from tptpp/patch-1

修复”动态规划部分简介“中的错别字

4 years agoUpdate container.md
akakw1 [Wed, 21 Aug 2019 07:35:04 +0000 (15:35 +0800)]
Update container.md

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 07:34:26 +0000 (03:34 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate container.md
akakw1 [Wed, 21 Aug 2019 07:32:09 +0000 (15:32 +0800)]
Update container.md

4 years agoUpdate index.md
tp [Wed, 21 Aug 2019 06:44:12 +0000 (14:44 +0800)]
Update index.md

4 years agoupdate image link
Shuhao Zhang [Wed, 21 Aug 2019 04:21:38 +0000 (12:21 +0800)]
update image link

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 04:20:34 +0000 (00:20 -0400)]
style: format markdown files with remark-lint

4 years agoMerge pull request #1 from SFOI-Team/patch-4
zhouyuyang2002 [Wed, 21 Aug 2019 04:19:01 +0000 (12:19 +0800)]
Merge pull request #1 from SFOI-Team/patch-4

add images

4 years agoadd images
Shuhao Zhang [Wed, 21 Aug 2019 04:15:47 +0000 (12:15 +0800)]
add images

4 years agoDelete Cartesian Tree.jfif
Shuhao Zhang [Wed, 21 Aug 2019 04:14:10 +0000 (12:14 +0800)]
Delete Cartesian Tree.jfif

4 years agoMerge pull request #1583 from OI-wiki/Enter-tainer-patch-1
Shuhao Zhang [Wed, 21 Aug 2019 04:04:27 +0000 (12:04 +0800)]
Merge pull request #1583 from OI-wiki/Enter-tainer-patch-1

fix(贪心): 删除被删除线划掉的文字

4 years agofix: typo
Margatroid [Wed, 21 Aug 2019 03:37:27 +0000 (11:37 +0800)]
fix: typo

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 03:21:36 +0000 (23:21 -0400)]
style: format markdown files with remark-lint

4 years agofix wrong img name
Shuhao Zhang [Wed, 21 Aug 2019 03:20:07 +0000 (11:20 +0800)]
fix wrong img name

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 21 Aug 2019 03:17:03 +0000 (23:17 -0400)]
style: format markdown files with remark-lint

4 years agofix(贪心): 删除删除线
Margatroid [Wed, 21 Aug 2019 03:16:43 +0000 (11:16 +0800)]
fix(贪心): 删除删除线

4 years ago修复了不规范的公式写法
Shuhao Zhang [Wed, 21 Aug 2019 03:15:27 +0000 (11:15 +0800)]
修复了不规范的公式写法

4 years agoMerge pull request #1560 from StudyingFather/master
Sshwy [Wed, 21 Aug 2019 01:30:10 +0000 (09:30 +0800)]
Merge pull request #1560 from StudyingFather/master

docs(mo-algo): 代码折叠与格式规范

4 years agofix bugs
sshwy [Wed, 21 Aug 2019 01:26:03 +0000 (09:26 +0800)]
fix bugs

4 years agoUpdate docs/intro/editor/emacs.md
akakw1 [Wed, 21 Aug 2019 00:11:27 +0000 (08:11 +0800)]
Update docs/intro/editor/emacs.md

Co-Authored-By: Margatroid <i@margatroid.xyz>
4 years agoUpdate docs/intro/editor/emacs.md
akakw1 [Wed, 21 Aug 2019 00:11:14 +0000 (08:11 +0800)]
Update docs/intro/editor/emacs.md

Co-Authored-By: Margatroid <i@margatroid.xyz>
4 years agoUpdate docs/intro/editor/emacs.md
akakw1 [Wed, 21 Aug 2019 00:11:03 +0000 (08:11 +0800)]
Update docs/intro/editor/emacs.md

Co-Authored-By: Margatroid <i@margatroid.xyz>
4 years agoMerge pull request #1581 from stevebraveman/patch-21
Shuhao Zhang [Wed, 21 Aug 2019 00:04:55 +0000 (08:04 +0800)]
Merge pull request #1581 from stevebraveman/patch-21

Update wblt.md and closes #1582

4 years agoUpdate wblt.md
RiverFun [Tue, 20 Aug 2019 23:31:00 +0000 (07:31 +0800)]
Update wblt.md

4 years agorequested query no.2
zhouyuyang2002 [Tue, 20 Aug 2019 13:50:58 +0000 (21:50 +0800)]
requested query no.2

4 years agorequested changes
zhouyuyang2002 [Tue, 20 Aug 2019 13:38:32 +0000 (21:38 +0800)]
requested changes

4 years ago修链接锅
zhouyuyang2002 [Tue, 20 Aug 2019 12:46:41 +0000 (20:46 +0800)]
修链接锅

4 years agoUpdate rmq.md
zhouyuyang2002 [Tue, 20 Aug 2019 12:43:04 +0000 (20:43 +0800)]
Update rmq.md

4 years ago修链接锅
Shuhao Zhang [Tue, 20 Aug 2019 12:41:48 +0000 (20:41 +0800)]
修链接锅

4 years agoAdd files via upload
zhouyuyang2002 [Tue, 20 Aug 2019 12:36:17 +0000 (20:36 +0800)]
Add files via upload

4 years agostyle: format markdown files with remark-lint
24OI-bot [Tue, 20 Aug 2019 12:29:35 +0000 (08:29 -0400)]
style: format markdown files with remark-lint

4 years ago用注解格式显示提示内容
Shuhao Zhang [Tue, 20 Aug 2019 12:28:05 +0000 (20:28 +0800)]
用注解格式显示提示内容

4 years agostyle: format markdown files with remark-lint
24OI-bot [Tue, 20 Aug 2019 12:23:32 +0000 (08:23 -0400)]
style: format markdown files with remark-lint

4 years ago修改了伪代码格式
Shuhao Zhang [Tue, 20 Aug 2019 12:21:59 +0000 (20:21 +0800)]
修改了伪代码格式

4 years agostyle: format markdown files with remark-lint
24OI-bot [Tue, 20 Aug 2019 12:10:36 +0000 (08:10 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate rmq.md
zhouyuyang2002 [Tue, 20 Aug 2019 12:07:59 +0000 (20:07 +0800)]
Update rmq.md

4 years agoMerge pull request #1579 from Wajov/patch-2
Shuhao Zhang [Tue, 20 Aug 2019 11:36:26 +0000 (19:36 +0800)]
Merge pull request #1579 from Wajov/patch-2

bug fixed in permutation-group.md

4 years agoMerge pull request #1576 from Wajov/patch-1
Shuhao Zhang [Tue, 20 Aug 2019 11:24:28 +0000 (19:24 +0800)]
Merge pull request #1576 from Wajov/patch-1

bug fixed in max-flow.md

4 years agobug fixed in permutation-group.md
Wang Anjie [Tue, 20 Aug 2019 11:23:01 +0000 (19:23 +0800)]
bug fixed in permutation-group.md

4 years agobug fixed in max-flow.md
Wang Anjie [Tue, 20 Aug 2019 09:17:00 +0000 (17:17 +0800)]
bug fixed in max-flow.md

4 years agoMerge pull request #1572 from OI-wiki/Xeonacid-patch-1
Margatroid [Mon, 19 Aug 2019 13:58:23 +0000 (21:58 +0800)]
Merge pull request #1572 from OI-wiki/Xeonacid-patch-1

Update index.md