OSDN Git Service

oi-wiki/main.git
5 years ago修正一下描述?
abc1763613206 [Tue, 23 Apr 2019 12:34:59 +0000 (20:34 +0800)]
修正一下描述?

5 years agoFormat improve
Heran Yang [Tue, 23 Apr 2019 11:55:35 +0000 (19:55 +0800)]
Format improve

5 years ago部分专题添加例题&题目链接修改&修复显示问题 (#1186)
Ir1dXD [Tue, 23 Apr 2019 08:11:21 +0000 (16:11 +0800)]
部分专题添加例题&题目链接修改&修复显示问题 (#1186)

部分专题添加例题&题目链接修改&修复显示问题

5 years agoUpdate knapsack.md (#1180)
Ir1dXD [Tue, 23 Apr 2019 08:05:09 +0000 (16:05 +0800)]
Update knapsack.md (#1180)

Update knapsack.md

5 years agoUpdate state.md
Ir1dXD [Tue, 23 Apr 2019 07:59:55 +0000 (15:59 +0800)]
Update state.md

5 years agofix math formula
Shuhao Zhang [Mon, 22 Apr 2019 14:20:39 +0000 (22:20 +0800)]
fix math formula

5 years agofix display
Shuhao Zhang [Mon, 22 Apr 2019 13:57:53 +0000 (21:57 +0800)]
fix display

5 years agoadd problems
Shuhao Zhang [Mon, 22 Apr 2019 13:41:02 +0000 (21:41 +0800)]
add problems

5 years agoreplace restricted link
Shuhao Zhang [Mon, 22 Apr 2019 13:26:18 +0000 (21:26 +0800)]
replace restricted link

5 years agoadd links
Shuhao Zhang [Mon, 22 Apr 2019 13:18:45 +0000 (21:18 +0800)]
add links

5 years agoMerge branch 'master' into master
Shuhao Zhang [Mon, 22 Apr 2019 12:55:37 +0000 (20:55 +0800)]
Merge branch 'master' into master

5 years agoMerge branch 'master' into partychicken-patch-2
Trisolaris HD [Mon, 22 Apr 2019 12:49:52 +0000 (20:49 +0800)]
Merge branch 'master' into partychicken-patch-2

5 years agoMerge pull request #1184 from 24OI/partychicken-patch-3
Trisolaris HD [Mon, 22 Apr 2019 12:46:06 +0000 (20:46 +0800)]
Merge pull request #1184 from 24OI/partychicken-patch-3

Update odt.md

5 years agoadd problems
Shuhao Zhang [Mon, 22 Apr 2019 12:39:45 +0000 (20:39 +0800)]
add problems

5 years agoMerge branch 'master' into partychicken-patch-2
partychicken [Sun, 21 Apr 2019 07:53:14 +0000 (15:53 +0800)]
Merge branch 'master' into partychicken-patch-2

5 years agoUpdate odt.md
Trisolaris HD [Sun, 21 Apr 2019 06:10:43 +0000 (14:10 +0800)]
Update odt.md

修正了一个傻子 reviewer 的错误认识。

5 years agoUpdate odt.md
Trisolaris HD [Sun, 21 Apr 2019 06:03:38 +0000 (14:03 +0800)]
Update odt.md

5 years agoUpdate odt.md
Trisolaris HD [Sun, 21 Apr 2019 06:02:24 +0000 (14:02 +0800)]
Update odt.md

5 years agoUpdate knapsack.md
partychicken [Sun, 21 Apr 2019 02:39:28 +0000 (10:39 +0800)]
Update knapsack.md

fix format

5 years agoUpdate knapsack.md
partychicken [Sun, 21 Apr 2019 02:31:18 +0000 (10:31 +0800)]
Update knapsack.md

add code

5 years agoUpdate odt.md
partychicken [Sun, 21 Apr 2019 02:24:04 +0000 (10:24 +0800)]
Update odt.md

5 years agoMerge pull request #1183 from WAAutoMaton/master
partychicken [Sun, 21 Apr 2019 02:20:40 +0000 (10:20 +0800)]
Merge pull request #1183 from WAAutoMaton/master

fix: 二项堆描述的一个错误

5 years agofix: 二项堆描述的一个错误
WAAutoMaton [Sun, 21 Apr 2019 01:10:06 +0000 (09:10 +0800)]
fix: 二项堆描述的一个错误

5 years agoMerge pull request #1182 from WAAutoMaton/master
Trisolaris HD [Sun, 21 Apr 2019 01:03:40 +0000 (09:03 +0800)]
Merge pull request #1182 from WAAutoMaton/master

fix: 珂朵莉树词条代码中的一个bug

5 years agofix: https://github.com/OI-wiki/gitment/issues/280#issuecomment-480808211
WAAutoMaton [Sun, 21 Apr 2019 00:43:02 +0000 (08:43 +0800)]
fix: https://github.com/OI-wiki/gitment/issues/280#issuecomment-480808211

5 years agoMerge pull request #1181 from GavinZhengOI/patch-2
Trisolaris HD [Sat, 20 Apr 2019 22:32:05 +0000 (06:32 +0800)]
Merge pull request #1181 from GavinZhengOI/patch-2

fix an error in code

5 years ago发现代码一个错误
GavinZhengOI [Sat, 20 Apr 2019 15:41:49 +0000 (23:41 +0800)]
发现代码一个错误

初学splay,发现有点问题。请管理员仔细审核,因为我也不知道是不是对的QAQ
照理来说,rotate的操作是将子节点(x),转到父节点(y)之上。那么,在完成rotate操作后,y在下,x在上。而更新子树size的操作(代码中的maintain)是通过更改当前节点size为两个子节点之和来实现的。所以应该先更新在下面的y节点,再更新x。文中是不是更新顺序写反了?

5 years agoUpdate knapsack.md
Trisolaris HD [Sat, 20 Apr 2019 03:39:47 +0000 (11:39 +0800)]
Update knapsack.md

5 years agoMerge pull request #1178 from 24OI/abc1763613206-patch-1
Ir1dXD [Sat, 20 Apr 2019 03:38:49 +0000 (11:38 +0800)]
Merge pull request #1178 from 24OI/abc1763613206-patch-1

fix cdn (#1177)

5 years agoupdate han.min.css
Ir1dXD [Sat, 20 Apr 2019 03:38:08 +0000 (11:38 +0800)]
update han.min.css

5 years agoUpdate knapsack.md
partychicken [Sat, 20 Apr 2019 03:36:38 +0000 (11:36 +0800)]
Update knapsack.md

Add 多重背包

5 years agofix cdn (#1177)
abc1763613206 [Sat, 20 Apr 2019 03:25:47 +0000 (11:25 +0800)]
fix cdn (#1177)

5 years agoMerge pull request #1176 from StudyingFather/master
Ir1dXD [Fri, 19 Apr 2019 19:10:48 +0000 (03:10 +0800)]
Merge pull request #1176 from StudyingFather/master

add problem links

5 years agoadd problem links
Shuhao Zhang [Fri, 19 Apr 2019 10:41:29 +0000 (18:41 +0800)]
add problem links

5 years agoMerge pull request #1173 from StudyingFather/master
abc1763613206 [Fri, 19 Apr 2019 09:59:35 +0000 (17:59 +0800)]
Merge pull request #1173 from StudyingFather/master

修个小锅

5 years agochange link
Shuhao Zhang [Fri, 19 Apr 2019 09:27:59 +0000 (17:27 +0800)]
change link

5 years agochange prefix
Shuhao Zhang [Fri, 19 Apr 2019 09:24:13 +0000 (17:24 +0800)]
change prefix

5 years agoadd problem name
Shuhao Zhang [Fri, 19 Apr 2019 09:16:44 +0000 (17:16 +0800)]
add problem name

5 years agoMerge pull request #1174 from ChungZH/patch-2
partychicken [Thu, 18 Apr 2019 13:58:20 +0000 (21:58 +0800)]
Merge pull request #1174 from ChungZH/patch-2

Update mode.md

5 years agoUpdate mode.md
Haoshen Zhong [Thu, 18 Apr 2019 11:16:50 +0000 (19:16 +0800)]
Update mode.md

5 years agoMerge pull request #1172 from 24OI/partychicken-patch-1
abc1763613206 [Thu, 18 Apr 2019 10:47:40 +0000 (18:47 +0800)]
Merge pull request #1172 from 24OI/partychicken-patch-1

Update knapsack.md

5 years agoUpdate bsgs.md
Trisolaris HD [Thu, 18 Apr 2019 10:01:12 +0000 (18:01 +0800)]
Update bsgs.md

5 years agofix bugs
Shuhao Zhang [Thu, 18 Apr 2019 09:57:12 +0000 (17:57 +0800)]
fix bugs

5 years agoMerge pull request #8 from 24OI/master
Shuhao Zhang [Thu, 18 Apr 2019 09:52:55 +0000 (17:52 +0800)]
Merge pull request #8 from 24OI/master

sync 2019.4.18

5 years agoUpdate knapsack.md
Trisolaris HD [Thu, 18 Apr 2019 09:52:07 +0000 (17:52 +0800)]
Update knapsack.md

5 years agoUpdate knapsack.md
partychicken [Thu, 18 Apr 2019 08:22:06 +0000 (16:22 +0800)]
Update knapsack.md

5 years agoMerge pull request #1171 from FFjet/patch-4
Ir1dXD [Thu, 18 Apr 2019 06:48:39 +0000 (14:48 +0800)]
Merge pull request #1171 from FFjet/patch-4

Update sam.md

5 years agoUpdate knapsack.md
Trisolaris HD [Thu, 18 Apr 2019 04:59:39 +0000 (12:59 +0800)]
Update knapsack.md

5 years agoUpdate knapsack.md
partychicken [Thu, 18 Apr 2019 04:53:02 +0000 (12:53 +0800)]
Update knapsack.md

Add 完全背包

5 years agoUpdate sam.md
FFjet [Thu, 18 Apr 2019 00:45:34 +0000 (08:45 +0800)]
Update sam.md

修正一个typo

5 years agoMerge pull request #1170 from Ir1d/permission
Xeonacid [Wed, 17 Apr 2019 14:29:25 +0000 (22:29 +0800)]
Merge pull request #1170 from Ir1d/permission

chore: upd permission

5 years agochore: upd permission
Ir1d [Wed, 17 Apr 2019 12:51:06 +0000 (20:51 +0800)]
chore: upd permission

5 years agochore: upd permission
Ir1d [Wed, 17 Apr 2019 12:44:18 +0000 (20:44 +0800)]
chore: upd permission

5 years agomay be an error (#1168)
ryze [Wed, 17 Apr 2019 02:33:17 +0000 (10:33 +0800)]
may be an error (#1168)

should visit if the additive inverse of a[i] exist???

5 years agoMerge pull request #1165 from TrisolarisHD/master
Ir1dXD [Sun, 14 Apr 2019 15:07:22 +0000 (23:07 +0800)]
Merge pull request #1165 from TrisolarisHD/master

add (inverse) trigonometric functions on polynomial

5 years agoMerge pull request #1166 from 24OI/Xeonacid-patch-1
Ir1dXD [Sun, 14 Apr 2019 14:11:22 +0000 (22:11 +0800)]
Merge pull request #1166 from 24OI/Xeonacid-patch-1

fix format

5 years agomove images
TrisolarisHD [Sun, 14 Apr 2019 13:44:24 +0000 (21:44 +0800)]
move images

5 years agofix link
TrisolarisHD [Sun, 14 Apr 2019 13:38:00 +0000 (21:38 +0800)]
fix link

5 years agofix format
Xeonacid [Sun, 14 Apr 2019 13:37:18 +0000 (21:37 +0800)]
fix format

5 years agoupdate poly/multipoint-eval-interpolation.md
TrisolarisHD [Sun, 14 Apr 2019 13:31:25 +0000 (21:31 +0800)]
update poly/multipoint-eval-interpolation.md

5 years agochange cpp
TrisolarisHD [Sun, 14 Apr 2019 13:19:24 +0000 (21:19 +0800)]
change cpp

5 years agofix some problems
TrisolarisHD [Sun, 14 Apr 2019 13:18:01 +0000 (21:18 +0800)]
fix some problems

5 years agofix some problems
TrisolarisHD [Sun, 14 Apr 2019 13:15:38 +0000 (21:15 +0800)]
fix some problems

5 years agoadd poly/(inv)tri-function
TrisolarisHD [Sun, 14 Apr 2019 13:09:17 +0000 (21:09 +0800)]
add poly/(inv)tri-function

5 years agoMerge pull request #1162 from FFjet/patch-3
Ir1dXD [Sun, 14 Apr 2019 12:37:39 +0000 (20:37 +0800)]
Merge pull request #1162 from FFjet/patch-3

Update sam.md

5 years agoupdate SAM code
Xeonacid [Sun, 14 Apr 2019 10:19:31 +0000 (18:19 +0800)]
update SAM code

5 years agoRevert "Update sam.md"
Xeonacid [Sun, 14 Apr 2019 10:16:38 +0000 (18:16 +0800)]
Revert "Update sam.md"

This reverts commit 64d0f0e89942caa5e36847684e5ac521589fde15.

5 years agoUpdate search (#1163)
Haoshen Zhong [Sat, 13 Apr 2019 06:25:44 +0000 (14:25 +0800)]
Update search (#1163)

* Update dfs.md

* Update bfs.md

* Update astar.md

* Update idastar.md

* Update optimization.md

* Update index.md

5 years agoadd some spaces
Trisolaris HD [Fri, 12 Apr 2019 13:18:50 +0000 (21:18 +0800)]
add some spaces

5 years agoUpdate sam.md
Trisolaris HD [Fri, 12 Apr 2019 13:17:55 +0000 (21:17 +0800)]
Update sam.md

replace halfwidth punctuation to fullwidth punctuation

5 years agoUpdate sam.md
FFjet [Fri, 12 Apr 2019 07:10:58 +0000 (15:10 +0800)]
Update sam.md

5 years agoMerge pull request #1151 from Tiger3018/master
partychicken [Fri, 12 Apr 2019 05:10:33 +0000 (13:10 +0800)]
Merge pull request #1151 from Tiger3018/master

:pen: Update resources.md

5 years agoUpdate resources.md
Ir1dXD [Fri, 12 Apr 2019 03:21:31 +0000 (11:21 +0800)]
Update resources.md

5 years agoMerge pull request #1160 from yjl9903/master
Xeonacid [Thu, 11 Apr 2019 08:43:01 +0000 (16:43 +0800)]
Merge pull request #1160 from yjl9903/master

把虚树从数据结构移到图论

5 years agoMerge branch 'master' into master
Xeonacid [Thu, 11 Apr 2019 08:30:42 +0000 (16:30 +0800)]
Merge branch 'master' into master

5 years agomove virtual tree to graph
X1 Carbon [Wed, 10 Apr 2019 07:26:22 +0000 (15:26 +0800)]
move virtual tree to graph

5 years agoMerge pull request #1159 from 24OI/hsfzLZH1-patch-1
Trisolaris HD [Wed, 10 Apr 2019 05:59:48 +0000 (13:59 +0800)]
Merge pull request #1159 from 24OI/hsfzLZH1-patch-1

Update lct.md

5 years agoUpdate lct.md
Trisolaris HD [Sun, 7 Apr 2019 06:02:08 +0000 (14:02 +0800)]
Update lct.md

5 years agoUpdate lct.md
雷蒻 [Sun, 7 Apr 2019 05:56:30 +0000 (13:56 +0800)]
Update lct.md

添加了标点符号

5 years agoUpdate lct.md
雷蒻 [Sun, 7 Apr 2019 05:54:56 +0000 (13:54 +0800)]
Update lct.md

重复的字符好像很多。。。先别 merge

5 years agoMerge pull request #1156 from bear-good/master
Trisolaris HD [Sun, 7 Apr 2019 03:38:48 +0000 (11:38 +0800)]
Merge pull request #1156 from bear-good/master

Update index.md

5 years agoUpdate index.md
Trisolaris HD [Sun, 7 Apr 2019 02:12:42 +0000 (10:12 +0800)]
Update index.md

5 years agoUpdate index.md
Garbage-Only-One [Sun, 7 Apr 2019 02:08:46 +0000 (10:08 +0800)]
Update index.md

5 years agoMerge pull request #1155 from Ghastlcon/patch-1
Trisolaris HD [Sun, 7 Apr 2019 01:12:47 +0000 (09:12 +0800)]
Merge pull request #1155 from Ghastlcon/patch-1

规范化数学表达式

5 years agoUpdate lagrange-poly.md
Trisolaris HD [Sat, 6 Apr 2019 23:39:50 +0000 (07:39 +0800)]
Update lagrange-poly.md

5 years agoUpdate lagrange-poly.md
Ghastlcon [Sat, 6 Apr 2019 06:24:27 +0000 (14:24 +0800)]
Update lagrange-poly.md

5 years agoMerge pull request #1154 from 24OI/hsfzLZH1-patch-1
Xeonacid [Fri, 5 Apr 2019 12:52:10 +0000 (20:52 +0800)]
Merge pull request #1154 from 24OI/hsfzLZH1-patch-1

Update lct.md

5 years agoUpdate lct.md
Trisolaris HD [Fri, 5 Apr 2019 12:10:28 +0000 (20:10 +0800)]
Update lct.md

5 years agoUpdate lct.md
雷蒻 [Fri, 5 Apr 2019 12:06:43 +0000 (20:06 +0800)]
Update lct.md

删除了无意义的重复汉字

5 years agoMerge pull request #1153 from 24OI/TrisolarisHD-patch-2
abc1763613206 [Fri, 5 Apr 2019 11:22:38 +0000 (19:22 +0800)]
Merge pull request #1153 from 24OI/TrisolarisHD-patch-2

Update greedy.md

5 years agoUpdate greedy.md
abc1763613206 [Fri, 5 Apr 2019 10:54:00 +0000 (18:54 +0800)]
Update greedy.md

5 years agoUpdate greedy.md
abc1763613206 [Fri, 5 Apr 2019 10:52:57 +0000 (18:52 +0800)]
Update greedy.md

5 years agoUpdate greedy.md
Trisolaris HD [Fri, 5 Apr 2019 10:50:48 +0000 (18:50 +0800)]
Update greedy.md

5 years ago:bulb: Change indents for resources.md
Tiger3018 [Fri, 5 Apr 2019 06:06:29 +0000 (14:06 +0800)]
:bulb: Change indents for resources.md

* From <https://github.com/DavidAnson/markdownlint/blob/v0.12.0/doc/Rules.md#md030>
* To <https://daringfireball.net/projects/markdown/syntax#list>

5 years ago修改了个笔误 (#1152)
GavinZhengOI [Fri, 5 Apr 2019 03:29:01 +0000 (11:29 +0800)]
修改了个笔误 (#1152)

作者把)打成了0

5 years agoUpdate resources.md
partychicken [Fri, 5 Apr 2019 03:09:29 +0000 (11:09 +0800)]
Update resources.md

5 years agoMerge pull request #1140 from bear-good/master
partychicken [Fri, 5 Apr 2019 03:00:33 +0000 (11:00 +0800)]
Merge pull request #1140 from bear-good/master

更新 数据结构部分简介

5 years ago:pen: Update resources.md
Tiger3018 [Thu, 4 Apr 2019 12:17:46 +0000 (20:17 +0800)]
:pen: Update resources.md

* 修改排版
* 新增部分资源
* 改善图书类内容

5 years agoMerge pull request #1145 from fudonglai/master
abc1763613206 [Thu, 4 Apr 2019 08:11:21 +0000 (16:11 +0800)]
Merge pull request #1145 from fudonglai/master

对 递归,归并排序 补充内容

5 years agoMerge pull request #1147 from 24OI/abc1763613206-patch-1
abc1763613206 [Thu, 4 Apr 2019 03:18:47 +0000 (11:18 +0800)]
Merge pull request #1147 from 24OI/abc1763613206-patch-1

Update lct.md