OSDN Git Service

oi-wiki/main.git
4 years ago:construction: update mkdocs.yml, index, hash, match; add automaton
ouuan [Wed, 11 Sep 2019 00:30:55 +0000 (08:30 +0800)]
:construction: update mkdocs.yml, index, hash, match; add automaton

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

4 years ago:sparkles: add automaton & sequence-am; change the content order in string
ouuan [Tue, 10 Sep 2019 08:13:56 +0000 (16:13 +0800)]
:sparkles: add automaton & sequence-am; change the content order in string

4 years agoMerge pull request #1683 from OI-wiki/Xeonacid-patch-1
Angel_Kitty [Sat, 7 Sep 2019 23:13:18 +0000 (07:13 +0800)]
Merge pull request #1683 from OI-wiki/Xeonacid-patch-1

fix netlify preview

4 years agoUpdate netlify_build.sh
Ir1dXD [Sat, 7 Sep 2019 13:25:51 +0000 (21:25 +0800)]
Update netlify_build.sh

4 years agofix netlify preview
Xeonacid [Sat, 7 Sep 2019 13:21:42 +0000 (21:21 +0800)]
fix netlify preview

4 years ago:twisted_rightwards_arrows: Merge pull request #1662 from ouuan/lang-basic
ouuan [Sat, 7 Sep 2019 11:05:48 +0000 (19:05 +0800)]
:twisted_rightwards_arrows: Merge pull request #1662 from ouuan/lang-basic

add C++语法基础

4 years agostyle: format markdown files with remark-lint
24OI-bot [Sat, 7 Sep 2019 03:16:58 +0000 (23:16 -0400)]
style: format markdown files with remark-lint

4 years ago:ok_hand: apply suggestions
ouuan [Sat, 7 Sep 2019 03:14:13 +0000 (11:14 +0800)]
:ok_hand: apply suggestions

4 years agoMerge pull request #1660 from OI-wiki/aofall-patch-1
Margatroid [Sat, 7 Sep 2019 03:12:41 +0000 (11:12 +0800)]
Merge pull request #1660 from OI-wiki/aofall-patch-1

Update branch.md

4 years ago:twisted_rightwards_arrows: Merge pull request #1664 from cmpute/lang
ouuan [Sat, 7 Sep 2019 02:51:46 +0000 (10:51 +0800)]
:twisted_rightwards_arrows: Merge pull request #1664 from cmpute/lang

add Python相关, add STL相关, fix 一些翻译

4 years agofix(lang/op): 删除不合适的代码
Margatroid [Sat, 7 Sep 2019 02:37:34 +0000 (10:37 +0800)]
fix(lang/op): 删除不合适的代码

删除了:
1. 引用与指针互相转换的代码,原因见 review
2. 获取 vector 内部元素的指针。若 vector 进行了扩张等操作,指针将失效。建议只将这种写法应用在不会改变 vector 大小的循环(如 range for),不推荐推广这样的写法。

4 years agofix:(lang/const): 修复 typo
Margatroid [Sat, 7 Sep 2019 02:33:47 +0000 (10:33 +0800)]
fix:(lang/const): 修复 typo

应直接使用 b

4 years agostyle: format markdown files with remark-lint
24OI-bot [Sat, 7 Sep 2019 01:18:06 +0000 (21:18 -0400)]
style: format markdown files with remark-lint

4 years agofix(ref): 修正了一些不明确的表述
Margatroid [Sat, 7 Sep 2019 01:16:22 +0000 (09:16 +0800)]
fix(ref): 修正了一些不明确的表述

4 years agoMerge pull request #1677 from GavinZhengOI/master
abc1763613206 [Sat, 7 Sep 2019 00:24:27 +0000 (08:24 +0800)]
Merge pull request #1677 from GavinZhengOI/master

Update bridge.md

4 years agoMerge pull request #1680 from ouuan/math-typo
Angel_Kitty [Fri, 6 Sep 2019 23:44:32 +0000 (07:44 +0800)]
Merge pull request #1680 from ouuan/math-typo

fix typo in math

4 years ago:pencil2: fix typo
ouuan [Fri, 6 Sep 2019 16:38:46 +0000 (00:38 +0800)]
:pencil2: fix typo

4 years ago:twisted_rightwards_arrows: Merge pull request #1679 from Dev-XYS/master
ouuan [Fri, 6 Sep 2019 16:06:42 +0000 (00:06 +0800)]
:twisted_rightwards_arrows: Merge pull request #1679 from Dev-XYS/master

改正后缀自动机部分引理1的叙述错误

4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 15:25:23 +0000 (11:25 -0400)]
style: format markdown files with remark-lint

4 years agoMerge remote-tracking branch 'origin/lang' into lang
Jacob Zhong [Fri, 6 Sep 2019 15:23:34 +0000 (11:23 -0400)]
Merge remote-tracking branch 'origin/lang' into lang

4 years agoAppend review contents
Jacob Zhong [Fri, 6 Sep 2019 15:13:34 +0000 (11:13 -0400)]
Append review contents

4 years agofix typo
Xeonacid [Fri, 6 Sep 2019 14:49:03 +0000 (22:49 +0800)]
fix typo

4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 14:48:17 +0000 (10:48 -0400)]
style: format markdown files with remark-lint

4 years agoApply suggestions from code review
Jacob Zhong [Fri, 6 Sep 2019 14:45:39 +0000 (10:45 -0400)]
Apply suggestions from code review

Co-Authored-By: ouuan <y___o___u@126.com>
Co-Authored-By: Xeonacid <h.dwwwwww@gmail.com>
4 years agofix: the statement of Lemma 1
Xiao Yushuo [Fri, 6 Sep 2019 11:58:28 +0000 (19:58 +0800)]
fix: the statement of Lemma 1

4 years agoUpdate docs/graph/bridge.md
GavinZhengOI [Fri, 6 Sep 2019 06:46:54 +0000 (14:46 +0800)]
Update docs/graph/bridge.md

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agoUpdate c-cpp.md
Xeonacid [Fri, 6 Sep 2019 06:18:28 +0000 (14:18 +0800)]
Update c-cpp.md

4 years ago:twisted_rightwards_arrows: Merge pull request #1678 from ouuan/ddp
ouuan [Fri, 6 Sep 2019 06:15:00 +0000 (14:15 +0800)]
:twisted_rightwards_arrows: Merge pull request #1678 from ouuan/ddp

add ddp in mkdocs.yml

4 years ago:bug: add ddp in mkdocs.yml
ouuan [Fri, 6 Sep 2019 05:59:25 +0000 (13:59 +0800)]
:bug: add ddp in mkdocs.yml

4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 04:47:01 +0000 (00:47 -0400)]
style: format markdown files with remark-lint

4 years agoUpdate bridge.md
GavinZheng's CW_Desktop [Fri, 6 Sep 2019 04:43:47 +0000 (12:43 +0800)]
Update bridge.md

修改了一些细节,使表述更严谨

4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 04:41:45 +0000 (00:41 -0400)]
style: format markdown files with remark-lint

4 years agoAppend ref object
Jacob Zhong [Fri, 6 Sep 2019 04:39:52 +0000 (00:39 -0400)]
Append ref object

4 years agoApply suggestions from code review
Jacob Zhong [Fri, 6 Sep 2019 04:32:41 +0000 (00:32 -0400)]
Apply suggestions from code review

Co-Authored-By: Xeonacid <h.dwwwwww@gmail.com>
4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 04:31:25 +0000 (00:31 -0400)]
style: format markdown files with remark-lint

4 years agoMerge remote-tracking branch 'origin/lang' into lang
Jacob Zhong [Fri, 6 Sep 2019 04:29:28 +0000 (00:29 -0400)]
Merge remote-tracking branch 'origin/lang' into lang

4 years agoAdd c and cpp compare (fix #1670)
Jacob Zhong [Fri, 6 Sep 2019 04:28:46 +0000 (00:28 -0400)]
Add c and cpp compare (fix #1670)

4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 03:07:16 +0000 (23:07 -0400)]
style: format markdown files with remark-lint

4 years agoMerge remote-tracking branch 'origin/lang' into lang
Jacob Zhong [Fri, 6 Sep 2019 03:05:25 +0000 (23:05 -0400)]
Merge remote-tracking branch 'origin/lang' into lang

4 years agoAdd docs of const and add python libs
Jacob Zhong [Fri, 6 Sep 2019 03:05:18 +0000 (23:05 -0400)]
Add docs of const and add python libs

4 years agoApply suggestions from code review
Jacob Zhong [Fri, 6 Sep 2019 01:30:59 +0000 (21:30 -0400)]
Apply suggestions from code review

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agostyle: format markdown files with remark-lint
24OI-bot [Fri, 6 Sep 2019 01:29:56 +0000 (21:29 -0400)]
style: format markdown files with remark-lint

4 years agoAdd docs of reference
Jacob Zhong [Fri, 6 Sep 2019 01:28:02 +0000 (21:28 -0400)]
Add docs of reference

4 years agoMerge pull request #1673 from ouuan/math-bignum
Angel_Kitty [Thu, 5 Sep 2019 22:16:10 +0000 (06:16 +0800)]
Merge pull request #1673 from ouuan/math-bignum

fix link of bignum.md

4 years agoFix some description
Jacob Zhong [Thu, 5 Sep 2019 21:25:37 +0000 (17:25 -0400)]
Fix some description

4 years agoApply suggestions from code review
Jacob Zhong [Thu, 5 Sep 2019 21:20:19 +0000 (17:20 -0400)]
Apply suggestions from code review

Co-Authored-By: Margatroid <i@margatroid.xyz>
Co-Authored-By: ouuan <y___o___u@126.com>
4 years agoMerge pull request #1671 from ouuan/math-vector
Xeonacid [Thu, 5 Sep 2019 16:28:49 +0000 (00:28 +0800)]
Merge pull request #1671 from ouuan/math-vector

修正平面向量线性运算的公式

4 years agoMerge pull request #1649 from ljfcnyali/master
Margatroid [Thu, 5 Sep 2019 13:48:34 +0000 (21:48 +0800)]
Merge pull request #1649 from ljfcnyali/master

新增动态DP

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 5 Sep 2019 08:40:16 +0000 (04:40 -0400)]
style: format markdown files with remark-lint

4 years ago:bug: fix link
ouuan [Thu, 5 Sep 2019 08:35:54 +0000 (16:35 +0800)]
:bug: fix link

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 5 Sep 2019 04:01:29 +0000 (00:01 -0400)]
style: format markdown files with remark-lint

4 years ago:pencil2: fix a typo
ouuan [Thu, 5 Sep 2019 03:58:17 +0000 (11:58 +0800)]
:pencil2: fix a typo

4 years ago:bug: fix the formula
ouuan [Thu, 5 Sep 2019 03:54:06 +0000 (11:54 +0800)]
:bug: fix the formula

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 5 Sep 2019 02:47:50 +0000 (22:47 -0400)]
style: format markdown files with remark-lint

4 years agoadd pages for const expr
Jacob Zhong [Thu, 5 Sep 2019 02:42:05 +0000 (22:42 -0400)]
add pages for const expr

4 years agoApply suggestions from code review
Jacob Zhong [Thu, 5 Sep 2019 02:43:40 +0000 (22:43 -0400)]
Apply suggestions from code review

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 5 Sep 2019 02:28:06 +0000 (22:28 -0400)]
style: format markdown files with remark-lint

4 years agoApply suggestion
abc1763613206 [Thu, 5 Sep 2019 02:26:09 +0000 (10:26 +0800)]
Apply suggestion

4 years agostyle: format markdown files with remark-lint
24OI-bot [Thu, 5 Sep 2019 01:37:59 +0000 (21:37 -0400)]
style: format markdown files with remark-lint

4 years agoMerge remote-tracking branch 'origin/lang' into lang
Jacob Zhong [Thu, 5 Sep 2019 01:36:14 +0000 (21:36 -0400)]
Merge remote-tracking branch 'origin/lang' into lang

4 years agoAdd docs for iterator
Jacob Zhong [Thu, 5 Sep 2019 01:34:28 +0000 (21:34 -0400)]
Add docs for iterator

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 23:53:47 +0000 (19:53 -0400)]
style: format markdown files with remark-lint

4 years agoadd link
abc1763613206 [Wed, 4 Sep 2019 23:50:59 +0000 (07:50 +0800)]
add link

4 years agoupd
abc1763613206 [Wed, 4 Sep 2019 23:49:28 +0000 (07:49 +0800)]
upd

4 years agosimply format
abc1763613206 [Wed, 4 Sep 2019 23:49:01 +0000 (07:49 +0800)]
simply format

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

4 years agoEnrich algorithms
Jacob Zhong [Wed, 4 Sep 2019 21:50:16 +0000 (17:50 -0400)]
Enrich algorithms

4 years agoAdd cpp standard introduction
Jacob Zhong [Wed, 4 Sep 2019 21:31:22 +0000 (17:31 -0400)]
Add cpp standard introduction

4 years agoadded docs for stl list
Jacob Zhong [Wed, 4 Sep 2019 20:04:57 +0000 (16:04 -0400)]
added docs for stl list

4 years agofix(max-flow): fix typo (#1667)
Ir1dXD [Wed, 4 Sep 2019 19:05:45 +0000 (03:05 +0800)]
fix(max-flow): fix typo (#1667)

fix(max-flow): fix typo

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 16:57:12 +0000 (12:57 -0400)]
style: format markdown files with remark-lint

4 years agoAdd docs for deque
Jacob Zhong [Wed, 4 Sep 2019 16:55:11 +0000 (12:55 -0400)]
Add docs for deque

4 years agoMerge pull request #1659 from xyjg/patch-2
Ir1dXD [Wed, 4 Sep 2019 16:14:53 +0000 (00:14 +0800)]
Merge pull request #1659 from xyjg/patch-2

析合树模板查询传参错误

4 years agoApply suggestions from code comment
Jacob Zhong [Wed, 4 Sep 2019 15:30:19 +0000 (11:30 -0400)]
Apply suggestions from code comment

4 years agoApply suggestions from code review
Jacob Zhong [Wed, 4 Sep 2019 15:23:05 +0000 (11:23 -0400)]
Apply suggestions from code review

Co-Authored-By: ouuan <y___o___u@126.com>
4 years agofix typo
Shuhao Zhang [Wed, 4 Sep 2019 15:14:36 +0000 (23:14 +0800)]
fix typo

4 years ago:pencil2: fix comment
ouuan [Wed, 4 Sep 2019 14:45:13 +0000 (22:45 +0800)]
:pencil2: fix comment

4 years ago:ok_hand: Update docs/lang/basic.md
ouuan [Wed, 4 Sep 2019 13:19:45 +0000 (21:19 +0800)]
:ok_hand: Update docs/lang/basic.md

Co-Authored-By: Xeonacid <h.dwwwwww@gmail.com>
4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 09:07:44 +0000 (05:07 -0400)]
style: format markdown files with remark-lint

4 years agoMerge branch 'lang-basic' of https://github.com/ouuan/OI-Wiki into lang-basic
ouuan [Wed, 4 Sep 2019 09:04:59 +0000 (17:04 +0800)]
Merge branch 'lang-basic' of https://github.com/ouuan/OI-Wiki into lang-basic

4 years ago:ok_hand: update basic.md
ouuan [Wed, 4 Sep 2019 09:04:52 +0000 (17:04 +0800)]
:ok_hand: update basic.md

4 years ago:twisted_rightwards_arrows: Merge pull request #1661 from ouuan/lang-loop
ouuan [Wed, 4 Sep 2019 08:46:16 +0000 (16:46 +0800)]
:twisted_rightwards_arrows: Merge pull request #1661 from ouuan/lang-loop

add 语言基础/循环

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 04:30:37 +0000 (00:30 -0400)]
style: format markdown files with remark-lint

4 years ago:ok_hand: update basic.md
ouuan [Wed, 4 Sep 2019 04:28:32 +0000 (12:28 +0800)]
:ok_hand: update basic.md

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 04:19:23 +0000 (00:19 -0400)]
style: format markdown files with remark-lint

4 years agoadd docs of std array
Jacob Zhong [Wed, 4 Sep 2019 04:17:33 +0000 (00:17 -0400)]
add docs of std array

4 years agoenrich docs of vector
Jacob Zhong [Wed, 4 Sep 2019 03:51:08 +0000 (23:51 -0400)]
enrich docs of vector

also fix translation for instantiation

4 years agostyle: format markdown files with remark-lint
24OI-bot [Wed, 4 Sep 2019 02:59:39 +0000 (22:59 -0400)]
style: format markdown files with remark-lint

4 years agoenhance python introduction
Jacob Zhong [Wed, 4 Sep 2019 02:25:03 +0000 (22:25 -0400)]
enhance python introduction

4 years ago:pencil2: add details of continue
ouuan [Wed, 4 Sep 2019 00:08:15 +0000 (08:08 +0800)]
:pencil2: add details of continue

4 years ago:wrench: fix include and main
ouuan [Wed, 4 Sep 2019 00:02:20 +0000 (08:02 +0800)]
:wrench: fix include and main

4 years agoApply suggestions from code review
ouuan [Tue, 3 Sep 2019 23:52:20 +0000 (07:52 +0800)]
Apply suggestions from code review

Co-Authored-By: Xeonacid <h.dwwwwww@gmail.com>
4 years agoMerge pull request #1658 from OI-wiki/job-order
Xeonacid [Tue, 3 Sep 2019 23:05:35 +0000 (07:05 +0800)]
Merge pull request #1658 from OI-wiki/job-order

Update job-order.md

4 years agoUpdate basic.md
Xeonacid [Tue, 3 Sep 2019 22:57:08 +0000 (06:57 +0800)]
Update basic.md

4 years agostyle: format markdown files with remark-lint
24OI-bot [Tue, 3 Sep 2019 11:14:35 +0000 (07:14 -0400)]
style: format markdown files with remark-lint

4 years ago:wrench: update basic.md
ouuan [Tue, 3 Sep 2019 11:12:38 +0000 (19:12 +0800)]
:wrench: update basic.md

4 years ago:wrench: 编译命令 → → 指令
ouuan [Tue, 3 Sep 2019 09:01:03 +0000 (17:01 +0800)]
:wrench: 编译命令 → → 指令

4 years ago:wrench: Apply suggestions from code review
ouuan [Tue, 3 Sep 2019 08:56:53 +0000 (16:56 +0800)]
:wrench: Apply suggestions from code review

Co-Authored-By: Margatroid <i@margatroid.xyz>
4 years agoMerge pull request #1575 from abc1763613206/master
ouuan [Tue, 3 Sep 2019 08:52:44 +0000 (16:52 +0800)]
Merge pull request #1575 from abc1763613206/master

feat: 添加 Python 部分内容 && ImgBot