Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OI-wiki/OI-wiki

:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
https://github.com/OI-wiki/OI-wiki

fix(string/suffix-bst): remove wrong and unused `remove()` in the first example (#5164)

329dacee51b8fdc428bbe097111ae2eaae4f6e0e authored over 1 year ago by Imple Lee <80144331+ImpleLee@users.noreply.github.com>
fix(intro/what-oi-wiki-is-not.md):修改「OI Wiki 不是什么」中的冗余表达 (#5159)

* feat(intro/what-oi-wiki-is-not.md):修改「OI Wiki 不是什么」中的冗余表达

feat与其定义为「用于添加内容的情况」,不如定义为「用于修改内容...

d64cfba40fb5f7b332d05242c094e220ff6e56d2 authored over 1 year ago by luoshu <92066763+0zu-cc@users.noreply.github.com>
fix: 修复两处 details 缩进问题 (#5162)

17d80024854509bc14c3bf501ad9dc01b293b74c authored over 1 year ago by Lleu Yang <hello@megakite.icu>
feat(graph/graph-matching/graph-match.md):add 匹配算法的转换 (#5038)

547b6e6e1cbe24b68f1152cadaca3da2ed964d0c authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
feat(graph/graph-random-walk.md):add 图上随机游走 (#4983)

a1cabd532fa96df366959869d9bf81cad74ef579 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
feat(graph/graph-matching/augment.md):add 交错树 (#5009)

08cddfacb5241d0017e39e4eb904baea6c944173 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
feat(ds/bst.md): 重构代码,增加平衡性定义,维持平衡性操作的共性和特性分析 (#4966)

596d3aa5857f91a4fe4e2757edf4402348fc466f authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix(math/number-theory/euler.md):移动欧拉函数 (#4961)

a815ad28fe3b49d382dc453734c59e4e107ea932 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix(sieve.md): typo (#5158)

28df03c1a75e70362597f0834b44cb0345b0607c authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
ci: workflow for incremental pdf build (#5155)

338289cddc61478b72ac8f5142c6bfdb0d685baa authored over 1 year ago by lllys666 <140216456+lllys666@users.noreply.github.com>
fix: 修复一些格式、内链相关问题 (#5153)

* fix(pas-cpp.md): 更新过期的内链

* fix(block-list.md): 去除不必要的图片内链

* fix: 修正部分 details 块的空行缩进
空行不始终缩进...

e10a1157c46d2a9424c07b767db16f4c06bf04c8 authored over 1 year ago by Lleu Yang <hello@megakite.icu>
feat(graph/rings-count.md): 添加环计数问题 (#5040)

* feat(graph/three-rings-count.md): 添加三元环计数

* style: format markdown files with remark-lint

* ...

08d4e2d9790babb94ea1a8cc282278fdc1c8d978 authored over 1 year ago by Milmon <107737161+Molmin@users.noreply.github.com>
fix(mo-algo.md): 修改错误的莫队算法代码 (#5151)

Update mo-algo.md: 修改错误代码

cbb628dd1caceb8e44b5c6414e296708ab656436 authored over 1 year ago by AtomAlpaca <atal@tuta.io>
ci: check that _redirects contain all old links (#5149)

ci: check that all old links are accessible in the new site

6ecbbd6319d19b1fe448ee2e173c3dfd8daa3f25 authored over 1 year ago by Yufan You <ouuansteve@gmail.com>
fix(nearest-points.md): broken link (#5146)

ceee9c19029706a0c8bc6be91e524f3b46bba472 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(shortest-path.md): SPFA python implementation (#5143)

* Update shortest-path.md

Fix error in code

* Update shortest-path.md

fix typo

487e513030cce868f0a9b46a11d40fb5147f1558 authored over 1 year ago by Jiabei Zhu <31069326+zzjjbb@users.noreply.github.com>
feat(tools/special-judge.md): 添加新的 testlib patch 地址 (#5144)

syzoj/testlib 已添加针对交互模式的 patch,这个提交将其补充到 OI Wiki 上。

7a36d4bf8d8f1f9c4df4d1b6dc222790aa4c8541 authored over 1 year ago by Heran Yang <heran55@126.com>
fix(string/sam): fix typo and update links (#5142)

* fix(string/sam): modify HDu to HDU

* update problem links

b6fc07f7cd47c3b9cbd31428e277249dcd827c53 authored over 1 year ago by Zhikai Zeng <44666321+Backl1ght@users.noreply.github.com>
feat: add target="_blank" to external links via html-postprocess (#5140)

6adaf11be8610b0d5a7ee983fba5dd975577885c authored over 1 year ago by Menci <huanghaorui301@gmail.com>
fix(lang/pointer.md): 修了一处 typo,typedef 打错了 (#5139)

fix(/lang/pointer.md): typedef 打错了

修了一处 typo

4b963e76f471123fa3273f3e3ab34f2ab52ab3b4 authored over 1 year ago by myeeye <60061274+myeeye@users.noreply.github.com>
添加 Graham 凸包算法 (#5136)

* Update dominator-tree.md

* add Graham scan

* style: format markdown files with remark-lint

...

604cc6a2dad758093f0ee259d02c62c062d36de7 authored over 1 year ago by AtomAlpaca <atal@tuta.io>
fix(/docs/basic/shell-sort.md):修复一处语病及格式 (#5137)

c67cd79c601312d27302b3cc74786cb03bea6227 authored over 1 year ago by ShwStone <90076553+ShwStone@users.noreply.github.com>
fix: provide printable version of SVG animates (#5131)

* fix: fix a special png

* feat: sort svg names & printable

* feat: printable format

* fix: p...

97aaf455ad4b63b71db2a8ce3e07a937d142d354 authored over 1 year ago by Junyan721113 <llh721113@outlook.com>
fix(fft.md): term DFT -> DTFT (#5128)

revert #5127

22961dee49fb8c946596d551027afa9c34c1b91e authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(fft.md):修复此处多打了一个字母 (#5127)

Co-authored-by: moshuosha <moshuosha@qq.com>

f1ee520630a017ad266122dc83260ec25bb3bd7f authored over 1 year ago by muoshuosha <54895915+muoshuosha@users.noreply.github.com>
feat(ds/2-3-tree.md):增加2-3树内容(#4839) (#5117)

* feat(ds/2-3-tree.md):增加2-3树内容(#4839)

* update contents

* style: format markdown files wi...

1324509912f53c804a488a2e7a98b8d6186bf6f2 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix(bigraph-match.md): 完善 König 定理的证明 (#5109)

Co-authored-by: Tifa <62847935+Tiphereth-A@users.noreply.github.com>
Co-authored-by: 24OI-bot <...

25872944211e8644212eac1a10163fde27a0e21f authored over 1 year ago by TianKong_y <36159965+TianKong-y@users.noreply.github.com>
refactor(graph/flow.md): 调整排版和文章结构,修正流守恒性的错误表述,优化其他不严谨的表述 (#4690)

Co-authored-by: Nanarikom <nanarikom@gmail.com>
Co-authored-by: 24OI-bot <15963390+24OI-bot@use...

1689b64cf17aa7a16494cf54b8354077ac916217 authored over 1 year ago by Nanarikom <46249138+Nanarikom@users.noreply.github.com>
refactor(wilson.md): 重写 Wilson 定理 (#5022)

d7a902a72d42346a3616d9e7d1593c2e87131cb4 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
refactor(discrete-logarithm.md): 重写离散对数 (#5020)

cf4e8e36497bd7cce7812a0a9c5adbd1c325e72c authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
refactor: 重写升幂引理 (#5019)

383a47d31da0b25563605c3ec3f1217df54e1365 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(meissel-lehmer.md): LaTeX (#5119)

8d473bf2df047136e17eb386c6da3e729a0df89d authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(max-flow.md): 修改 hlpp 代码 (#5035)

137327f48426ecae8e0e91a0a90ad84b794780b7 authored over 1 year ago by WANG Lei <wlbksy@users.noreply.github.com>
feat(misc/discrete): 增添了离散化的过程描述 (#5103)

* feat(discrete.md): 增添了离散化的过程描述

* style: format markdown files with remark-lint

* fix(dis...

df4220504ff5b7bded73b6b613ccc785757a42ae authored over 1 year ago by PlanariaIce <88270749+PlanariaIce@users.noreply.github.com>
fix(linear-equation.md): 修正术语 (#5018)

94c6c955af7c02b7f3d1069335b5c4238504bc62 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix: remove blog-like content & modify format (#5125)

Co-authored-by: 24OI-bot <15963390+24OI-bot@users.noreply.github.com>

5467eaada03a36b6076719fae8e8a8dbf7202882 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix(euler.md): python sqrt() 应为 math.sqrt() (#5122)

* fix(euler.md): python sqrt() 应为 math.sqrt()

* fix(euler.md): python 代码将浮点型统一为整型

* fix(euler....

716788b17ec1ca4765b7ed59a3fb391d0c04cb65 authored over 1 year ago by Tibrella <pinghigh24678@outlook.com>
fix(topic/rmq): 增加时间复杂度中 m 的定义 & 删除重复语句 (#5120)

fb99c0149e7a3ba9ced26db6462a30aa335c6947 authored over 1 year ago by Jiabei Zhu <31069326+zzjjbb@users.noreply.github.com>
fix(docs/tools/wsl.md): 使用更严谨的表述 (#5121)

cab240a485d44715a7dc168ba7f5c38e7b641f7a authored over 1 year ago by Stanley <stanley_shao@126.com>
fix(docs/math/number-theory/sieve.md): 修改部分不合理的表述。统一代码形式以及添加声明,方便后面讲解。 (#5124)

* 修改部分不合理的表述。统一代码形式以及添加声明,方便后面讲解。

* style: format markdown files with remark-lint

* Update sie...

b360015b7f1c97e9e18fdede9e09ede0e7644c15 authored over 1 year ago by Mr. Python <2789762371@qq.com>
fix: remove blog-like content (#5052)

* fix(dsu-on-tree.md): remove blog-like content

* fix(prufer.md): remove blog-like content

...

82eabf22b0bda5049cb8b9c21420efe44542eaea authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(tree-basic): 修改完美二叉树的定义 (#5116)

aa49a107efee6f017e8da6d9b5631017e9cd37b5 authored over 1 year ago by Argvchs <argvchs@outlook.com>
fix(container-adapter.md): header (#5114)

h4 -> bold

2a9fbd37437300ac0aa1b239f0bd7db49926e513 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(symbol.md):修正自然对数底数的数值错误 (#5115)

* fix(symbol.md):修正自然对数底数的数值错误

* style: format markdown files with remark-lint

---------
...

7eead0f87731c1d4e89ecae15244fa477632a9a4 authored over 1 year ago by Untitled_unrevised <348070954@qq.com>
fix(symbol.md):修正上升阶乘幂的符号错误 (#5112)

* fix(symbol.md):修正上升幂的符号错误

* style: format markdown files with remark-lint

---------

C...

f0d12909fa36a27f3a7e73743194223166dee201 authored over 1 year ago by Untitled_unrevised <348070954@qq.com>
fix(permutation.md): fix Composition of permutations (#5087)

resolve https://github.com/OI-wiki/gitment/discussions/1208#discussioncomment-6082241

105cd7fd7fd81f3fa1a2f6acbafa47b0811f5f9a authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
feat(ds/aa-tree.md):添加了AA树的内容 (#5088)

* feat(ds/aa-tree.md):添加了AA树的内容

* add mkdocs.yml

* update mkdocs.yml

* fix format

* style: f...

1152a548f21e2a5681d2a2f9fbc0eed597551efc authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix(hash.md): 公式修正 (#5106)

* fix(hash.md): 公式修正

原来最长公共子字符串的时间复杂度疑似写错了

* fix(hash.md)

95c7cb48d1ce0bacadb82f65b8ffb80a9a693f03 authored over 1 year ago by 方而静 <szdytom@qq.com>
feat(math/binary-exponentiation): 添加链向矩阵快速幂的实现 (#5107) (#5108)

* feat(/math/binary-exponentiation): fix #5107

添加链向矩阵快速幂的实现 (#5107)

* Update binary-exponentia...

4d64f74bdc5fc3dc47cb630bbade050a1ff45882 authored over 1 year ago by Hszzzx <hszzzx@yeah.net>
refactor(complex.md): 优化文章结构与内容 (#5077)

* refactor(complex.md): opt content

* style: format markdown files with remark-lint

* fix(...

fca298e7560e4d246bf96154ece660154e27ccdb authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
Fix(segment-tree-offline.md): typo (#5104)

Fix: Spelling mistake for Segment Tree

453c4b326b4a1fc56bce9f57e3a6c00ed48f3568 authored over 1 year ago by ypcpy <pengyu.chen@fuseignited.com>
feat(prime.md): 修正 Carmichael 数的错误介绍并补充更多内容 (#4944)

* feat(prime.md): Carmichael number

* style: format markdown files with remark-lint

* fix:...

b9d9a3b9c3ed6a72c3b828b8a269322cef4e3181 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(tools/cmd.md):修复了文中Cmd不能输入重定向的错误。 (#5102)

Update cmd.md

ac8c527f8bf800aca5cd4dee6d4e8454e3435ac2 authored over 1 year ago by xiaofu-15191 <93849621+xiaofu-15191@users.noreply.github.com>
fix(ds/sqrt-tree): delete duplicate text (#5098)

Co-authored-by: Wenzhuo Liu <mgt@oi-wiki.org>

2e9c16e83b0c9028eb432f312b70712769b6debf authored over 1 year ago by Yiming Pan <perfectpan325@gmail.com>
fix latex build (#5099)

c8d2656195df4e890c6764d0624df50ce6621308 authored over 1 year ago by Wenzhuo Liu <mgt@oi-wiki.org>
fix: netlify build error on Python installation (#5101)

8e5571223ec180aa9985dcb212c2552b3ff679e2 authored over 1 year ago by Menci <huanghaorui301@gmail.com>
fix: 部分参考文献的引用 (#4926)

* fix: cites

* style: format markdown files with remark-lint

* fix(rbtree.md): ref

* fix(rbtr...

ce44d3f8c9be38fd1680c5ffba539e67459a87d9 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(string/suffix-bst): fix remove() for sgt (#5083)

e64096c4aac2d18d164650cd3032497f2e51448b authored over 1 year ago by Imple Lee <80144331+ImpleLee@users.noreply.github.com>
fix(lang/optimizations.md) fix SCEV example (#5092) (#5093)

fix(lang/optimizations.md) fix SCEV example

7ac46af9608b73f939164e772bb650154f2bd18d authored over 1 year ago by frostylight <31412334+frostylight@users.noreply.github.com>
fix: 修复公式中与换行命令相关的问题 (#5091)

* fix: 移除非多行环境中的换行命令(\\)

* fix: 为未正确显示的多行公式添加 \aligned 环境

* fix: 针对求和符号下方多行公式使用 \substack

* f...

3f42deabcdc0032a0e4cc680da5fb5f21cfc458b authored over 1 year ago by Lleu Yang <hello@megakite.icu>
feat(tools/oj-tool.md): 添加 ac-predictor (#5043)

* feat(tools/oj-tool.md): 添加 ac-predictor

* style: format markdown files with remark-lint

...

9b148bcd9b42b2a5c9eabf8342bc09f5ff3693f5 authored over 1 year ago by Rickyxrc <81732554+Rickyxrc@users.noreply.github.com>
feat(graph/tree-basic):add morris遍历 (#4956)

* feat(graph/tree-basic.md):增加树的递归序遍历

* feat(graph/tree-basic.md):增加二叉树递归序遍历

* update grap...

d427a4ee4b8063e0d42f3f5a7fb90f0034737ea4 authored over 1 year ago by yuhuoji <yuhuoji@outlook.com>
fix: typo: permulation -> permutation (#5086)

fix: permulation -> permutation

8203a0ec042c8ae8413e5c6135568c4546eda2da authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(permulation.md): typo: q -> 2 (#5084)

<fix>(permulation.md): clerical error q->2

修正了一处笔误

470db0a8e50775226887a317097047546f4cc46b authored over 1 year ago by 2008verser <110318801+2008verser@users.noreply.github.com>
fix(max-flow): 修复 HLPP 代码 (#5082)

7a142ebc5b532fa0d9fcd38d49fe86f111178b89 authored over 1 year ago by Argvchs <argvchs@outlook.com>
fix(max-flow): 修改错误的函数名称 (#5047)

修改错误的函数名称

修改错误的函数名称

f83ca6ed0d116790c6ffdff14ca803360b1eb163 authored over 1 year ago by Self-Joking <69748465+Self-Joking@users.noreply.github.com>
fix(max-flow.md): typo (#5078)

Hopcraft -> Hopcroft

e89592101585daf7dc0e41ceaed4edb64879688c authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
feat(math/complex.md): remove unrelated content (#5071)

* feat(complex.md): remove unrelated content

Resolve part of #5045

* fix(complex.md): fix LaTe...

6016f3e75d5909d2900f613944411b14b49329c3 authored over 1 year ago by rvalue <i@rvalue.moe>
fix(ntt.md): remove CNTT (#5067)

f6d7a17ba36282e5a6ec32bdcb9fd0161893747e authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(docs/basic/insertion-sort.md): 折半插入排序示例代码问题修复 (#5068)

fix: 折半插入排序示例代码问题修复

b30b138337462a98e920cf04817732eaec1724ac authored over 1 year ago by clee01 <34154239+clee01@users.noreply.github.com>
feat(graph-match.md): 增加翻译 (#5030)

Update graph-match.md

05c0e9c98a01760b48a2ab23e970119dccb50c91 authored over 1 year ago by WANG Lei <wlbksy@users.noreply.github.com>
fix(math/linear-algebra/determinant.md):修正标题级别 (#5064)

一个二级标题被写成三级标题了。

30e6a4a056d69f4bad94d42ee88aa7e5da88c64d authored over 1 year ago by myeeye <60061274+myeeye@users.noreply.github.com>
feat(symbol.md): `$\overline{A}$` as complement of set `$A$` (#5061)

* feat(symbol.md): `$\overline{A}$` as complement of set `$A$`

close #5060

* style: format...

71bf8736f852fb019c6474906280bc3ac5f178e5 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(garsia-wachs.md): typo (#5062)

d1dea0f59e5c0ab97fc6891b5264ffe75c120d52 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(search/astar):补充了A*算法解决K短路问题的正确性 (#5034)

* fix(search/astar) 移除了错误例题,代码

对于原例题,已经有了HACK数据使原代码不通过,故移除该例题

* style: format markdown files w...

8d97fc0e7ed38f5e105ffa5119f9044e638e6db6 authored over 1 year ago by Wh1tD <140590651+Wh1tD@users.noreply.github.com>
fix(vscode.md): 插件 -> 扩展 (#5027)

partial revert #5003

e1cfc82513444d9706c8b936c156a720a2434fce authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(lang/union.md): remove incorrect statements and add clarification (#5059)

fix(lang/union.md): remove incorrect statements and clarification

bf967326535d6e2576d4511fc66a21b2e442f248 authored over 1 year ago by rvalue <i@rvalue.moe>
fix(powerful-number.md): 修正公式错误 \textit -> \operatorname, \cdot (#5056)

fix(powerful-number.md): formula

Co-authored-by: onlypath <2558992311@qq.com>

69907316fc80f16de8fd2d38fe654b4497746a16 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(random.md): 使用 cppreference 链接替换原列表 (#5053)

fix(random.md): use cppreference

fc92379da04275ec477aee3203495301f41bdb37 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(prime.md):修正反素数部分一个错别字 (#5054)

* fix(prime.md):因素改为因数

* fix(prime.md):因素改为因子

b1ac8da8e037be3602e8dcdb78a0ddf88c8e434c authored over 1 year ago by lazyasn <93775067+lazyasn@users.noreply.github.com>
fix(pq.md): typo (#5051)

Co-authored-by: 24OI-bot <15963390+24OI-bot@users.noreply.github.com>

2986983de334e6190ffd04518bf0963869db1796 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
feat(lang/union.md): 添加联合体 (#5050)

* feat(lang/union.md): 添加联合体

* style: format markdown files with remark-lint

* fix

* fix

* s...

bc4913df0d5051048336a7cba63800c13c2d2ac0 authored over 1 year ago by Milmon <107737161+Molmin@users.noreply.github.com>
fix: incorrect usage of LaTeX (#5049)

* fix(modifiable-mo-algo.md): formula

* fix(simulated-annealing.md): formula

* fix(complex.md)...

836a63e04d77f30dd147184716bb5001b28cd9d0 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(pollard-rho.md): 修正公式 (#5048)

Co-authored-by: 24OI-bot <15963390+24OI-bot@users.noreply.github.com>

fee05498c7a5f2e0ee448e8d2ebd69b292ee9b62 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(dominator-tree.md): 修改支配树中的两处错误 (#5044)

Update dominator-tree.md

fc2a82b4c2efed356464ceb6190030a0e826bf03 authored over 1 year ago by AtomAlpaca <atal@tuta.io>
fix(mobius): 移除错误算式 (#5042)

移除错误算式推导

Issue #5041

da2bb66b445cf43e3d65df05cfda2566b37c9b81 authored over 1 year ago by Self-Joking <69748465+Self-Joking@users.noreply.github.com>
fix(plug.md): remove blog-like content (#5039)

* fix(plug.md): remove blog-like content

* style: format markdown files with remark-lint

-----...

bc85db29ce60a0233d0c4e440363df734facb096 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
feat(docs/lang/csl/algorithm.md): 添加 prev_permutation 介绍 (#5037)

77e359b7d2da09295116a434a0b30541a2b4bec1 authored over 1 year ago by Stanley <stanley_shao@126.com>
fix(gcd.md): 修改有关时间复杂度的表述,使其更加清晰 (#5032)

d8a0e32070c3cc96e3425719bf818e251d1d5f5f authored over 1 year ago by Marcythm <marcythm@gmail.com>
feat: Issue template for raising RFC (#5028)

feat(request-for-comment.yml): new issue template

4b3260d82d10dbe71af642f1a5e32e324b55b147 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(tools/editor/vscode.md): 改动了C/C++配置、gdb调试配置、clangd配置 (#5003)

* fix(/tools/editor/vscode.md): 改动了C/C++配置、gdb调试配置、clangd配置

* style: format markdown files wi...

ea7a97e4aed4c79a673243b63d509cdcf5a12db2 authored over 1 year ago by xiaofu-15191 <93849621+xiaofu-15191@users.noreply.github.com>
refactor(oj-tool.md): remove CP Editor (#5025)

fdf82662f12e47c6b4a196ea31f4ec45f954930c authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(compiler.md): typo (#5024)

* fix(compiler.md): typo

* style: format markdown files with remark-lint

* fix(compiler.md): i...

a39c28e7af0e845e05e64ed6d0f206cb833e4724 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
refactor: 将工具软件的安装指南替换为官方链接 (#5023)

* fix(format.md): update requirments of installation

* refactor(clion.md): redirect installatio...

70102a0ea2c860f5eb229c2493c01fe97a6a90c3 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
feat(what-oi-wiki-is-not.md): 完善「OI Wiki 不是什么」 (#5021)

Co-authored-by: 24OI-bot <15963390+24OI-bot@users.noreply.github.com>

4fca8a4e8b7b88d24c38143eac3d590029677c34 authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
refactor: 重构同余、原根、剩余页面,修正若干问题 (#4936)

Co-authored-by: 24OI-bot <15963390+24OI-bot@users.noreply.github.com>

e9020462cb04a4773263283e5b611bcdaf1823cf authored over 1 year ago by Tifa <62847935+Tiphereth-A@users.noreply.github.com>
fix(li-chao-tree): 修正李超树 upd 函数实现 (#5010)

修正李超树 upd 函数实现

232e4a83fe25c8237941680c2adefb86e02bba86 authored over 1 year ago by CPer-Natsuzora <60810722+CPer-Natsuzora@users.noreply.github.com>
fix continued-fraction.md: 修正生草翻译

abaa93914b0250778a8a9cbd1d4eb71f82567a88 authored over 1 year ago by 383494 <100894187+383494@users.noreply.github.com>
feat: 添加支配树相关内容 (#4950)

* feat: Add dominator tree

* Update mkdocs.yml

* fix(dominator-tree.md): fix wrong image l...

368cac93b0ec8ab96f96b6aa2e50a7bcfc3f38f6 authored over 1 year ago by AtomAlpaca <atal@tuta.io>
fix(treap.md):修正判断方法的表,使用更清楚的表述 (#5007)

* fix(treap.md):修正判断方法的表,使用更清楚的表述

* style: format markdown files with remark-lint

* Apply ...

e4bc3d5d666bbd011764b2cde09df749be047eea authored over 1 year ago by Untitled_unrevised <348070954@qq.com>