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(lang/python.md): remove the link to USTC PyPI mirror (#5014)

Remove the link to USTC PyPI mirror

https://servers.ustclug.org/2019/01/pypi-%e9%95%9c%e5%83%...

f3d956ed096afb1edfbeb62028c59d30c73964cd authored over 1 year ago by 汪心禾 <[email protected]>
feat(ac-automaton.md): 添加了效率优化和一道例题,修复一处标点 (#4996)

* update:(ac-automaton.md): 添加了效率优化和一道例题,修复一处标点

* style: format markdown files with remark-li...

9f17e31dbb035604366a2eb19129d866f6dbd055 authored over 1 year ago by Rickyxrc <[email protected]>
ci(check-quotes): suggest change (#4934)

* ci(check-quotes): improve output

* ci(check-quotes): remove auto-approve

* ci(check-quot...

5c5c705217feea41d7a3d18b3b039b8728a47d1f authored over 1 year ago by CCXXXI <[email protected]>
feat: OI Wiki 不是什么 (#4993)

* feat: OI Wiki 不是什么

resolve #4685

Co-authored-by: 夜轮_NachtgeistW <35161925+NachtgeistW@us...

0db534d47cc24420e781fc99e5ea495365f8a25a authored over 1 year ago by Tifa <[email protected]>
fix(state.md): 移除错误习题 (#4927)

Update state.md

《P2051 [AHOI2009] 中国象棋》cannot use this algorithm to solve!

809ab71b0b268d7e0e5fea02cc064bede7156917 authored over 1 year ago by shinzanmono <[email protected]>
feat(pull_request_template.md): tip of linking issue (#4995)

701b7829bea30f4217eedc7d8455fa6494ba0996 authored over 1 year ago by Tifa <[email protected]>
fix(hld.md): link (#5000)

5fa94fac0317b4029f364552ff2f8b82de891f87 authored over 1 year ago by Tifa <[email protected]>
fix(graph/flow/max-flow.md) 修正 Latex (#4998)

591481812416e40709b81492b55d1464a8fb7aba authored over 1 year ago by Zheng Yiming <[email protected]>
fix(docs/graph/hld.md): 修正文本错误 (#4999)

4a8657f1969b1904017c0860b21040e75d3e4d82 authored over 1 year ago by Stanley <[email protected]>
fix(min-cost.md): 修改ssp算法中的文本错误 (#4997)

Update min-cost.md

fix min-cost.md: 修改ssp算法中的文本错误

a3888d2a1ed5daa72a7ec882942a4fb481b0ba7f authored over 1 year ago by Tiagim <[email protected]>
fix(docs/math/number-theory/sieve.md):对筛法求约数个数部分修正 (#4980)

* fix(docs/math/number-theory/sieve.md):对筛法求约数个数部分修正

对筛法求约数个数的代码中意义不明的地方删除:
1. 如果该数是质数,就把该数标...

cd198f0958dd244a010033455362ef533429af9c authored over 1 year ago by 浅梦 <[email protected]>
fix(ds/sparse-table.md): ST表查询错误 (#4992)

ST表查询错误

对于每个询问 $[l,r]$,我们把它分成两部分:$f(l,l+2^s-1)$ 与 $f(r-2^s+1,r)$,其中 $s=\left\lfloor\log_2(r-l...

8e2637fc424f2ebc1ad9896e808c6052401fe9c3 authored over 1 year ago by lbdoknow <[email protected]>
fix(parallel-binsearch.md):修正构造单调性序列中的错误注释 (#4986)

fix(parallel-binsearch.md):修正构造单调性序列中的代码错误

98168124feaef8077258db19e94350b9855747be authored over 1 year ago by 银瓶 <[email protected]>
fix(tools/wsl.md): 修正 WSL 文档的错误,语言书面化 (#4981)

* 修正 WSL 文档

* style: format markdown files with remark-lint

---------

Co-authored-by: 2...

3121c01e436abfd942e8eed04c4e4d3d318f9ab4 authored over 1 year ago by Pea Soft <[email protected]>
fix(dp/opt/monotonous-queue-stack.md): fix a inconsistent symbol betw… (#4984)

* fix(dp/opt/monotonous-queue-stack.md): fix a inconsistent symbol between problem description a...

5cc7e6be220f8aee54249d42e8b481bd8ddf3983 authored over 1 year ago by Leachim <[email protected]>
fix(graph/euler): Correct Definition (#4978)

a1e95f94d7ab7c07a004248e11b5754e322ce20a authored over 1 year ago by Early <[email protected]>
feat:差分法具体实现方法、公式以及与横坐标是连续整数的拉格朗日插值公式的关系 (#4778)

* feat:差分法具体实现方法、公式以及与横坐标是连续整数的拉格朗日插值公式的关系

* style: format markdown files with remark-lint

...

49c2c87d608920b23b4729db2fa957b4c437a95c authored over 1 year ago by xiaopangfeiyu <[email protected]>
feat(parallel-binsearch.md):添加了“针对静态序列的优化”、“区间前驱后继”、“构造单调性序列” (#4938)

* feat(parallel-binsearch.md):添加了三项内容

增加了“针对静态序列的优化”、“区间前驱后继”、“构造单调性序列”,修改了部分描述。

* style: ...

c6031d225c7ad3ea5850200b6c2c56cd6609514e authored over 1 year ago by 银瓶 <[email protected]>
feat(modifiable-mo-algo):改进 LaTeX (#4976)

c9c40de00b91c1ca1a4c316a97aa87b525a227fc authored over 1 year ago by 383494 <[email protected]>
fix: meaningless Python `[] * N` (#4974)

* fix(geometry/rotating-calipers.md): meaningless Python `[] * N`

* fix(graph/cut.md): meanin...

28c41493183ffe2c13f37f635802683d79af5fbb authored over 1 year ago by Imple Lee <[email protected]>
fix: Python `list of class instance * number` (#4973)

* fix(ds/hash.md): fix `list of class instance * number`

* fix(graph/save.md): fix Python `list...

c3d35e2594e54775ab9d8acd3fa462987acd6b74 authored over 1 year ago by Imple Lee <[email protected]>
fix: python class variable -> instance variable (#4972)

* fix(graph/save.md): python class variable -> instance variable

* fix(graph/shortest-path.md):...

61e53909d3fd6c3cb6693cffdb72ba8f8e7244e2 authored over 1 year ago by Imple Lee <[email protected]>
fix(graph/shortest-path.md): fix python init value (#4975)

ed245a5ad8c87d163831599972c855deb854e201 authored over 1 year ago by Imple Lee <[email protected]>
fix(intro/format.md): adjust example for multi-letter variable (#4971)

* fix(intro/format.md): adjust example for multi-letter variable

`different` is too difficult t...

f45e9473fdef390fcb658a16ccd722ee6c202d6f authored over 1 year ago by Imple Lee <[email protected]>
fix(math/number-theory/fermat.md): 修改一个打字错误 (#4970)

f36cba2608f6faf3e7b3e23b48f2759c2b9d547c authored over 1 year ago by rui_er <[email protected]>
feat(editor/devcpp.md): 增加关于小熊猫 C++ 的介绍 (#4968)

* 在dev-c++中增加关于小熊猫C++的介绍

小熊猫C++是使用qt5开发的轻量级跨平台C/C++ IDE。界面上类似Dev-CPP

* style: format markd...

01527e8e105f15781917cc9ae96faa39462b1a43 authored over 1 year ago by Roy Qu <[email protected]>
fix(ds/stack): 修复 stack python 样例 (#4969)

fix: stack python 样例

654c4b32790df07bde959438c67bdd780a961dce authored over 1 year ago by [redacted] <[email protected]>
feat(graph/block-forest): 添加作者(author)字段 (#4965)

feat: 添加作者(author)字段

c7300946b0ddcfe7e99d15590ea13bed322a1e5f authored over 1 year ago by PinkRabbit <[email protected]>
fix(ac-automaton.md): typo (#4959)

26ea4042697d64821d90c04d81af9c6093cc485a authored over 1 year ago by Tifa <[email protected]>
fix(rbtree.md): delete case 4 (#4960)

3a750347cccdf55b57591bb515965748b04fb65b authored over 1 year ago by Tifa <[email protected]>
fix(prufer.md): 修正翻译错误 (#4957)

5fb6cf0b171d301d4466f7e49669afb98e4ae98e authored over 1 year ago by Laksurk <[email protected]>
feat(ac-automaton):加入AC含义 (#4958)

4272ceb134d631c215dcfb771c9baa67c4b1536e authored over 1 year ago by 383494 <[email protected]>
fix(tools/wsl): 修正 WSL2 的 GUI 应用指南的部分细节 (#4955)

108687868b42ce7411dbb3e37f73118ccc994d49 authored over 1 year ago by Imken Luo <[email protected]>
chore(deps): bump pymdown-extensions from 9.9 to 10.0.1 (#4922)

* chore(deps): bump pymdown-extensions from 9.9 to 10.0

Bumps [pymdown-extensions](https://gi...

7c18050cdc97b31455091da8a26f97289cab4ec1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: hyphen、en dash 和 em dash 的使用 (#4954)

* fix: usage of hyphen, en dash and em dash

* fix: links

2fb56e040a3583a78ac3ef4bdc3249d275345c76 authored over 1 year ago by Tifa <[email protected]>
feat(tools/compiler): 将 MinGW-w64 的安装包链接从 MinGW Builds 改为 WinLibs (#4952)

e3b136ff4179f79c97db3b3812ab93fe873f60b5 authored over 1 year ago by Argvchs <[email protected]>
fix: 部分图片文件格式错误和超链接错误 (#4953)

* fix(cartesian-tree3.jpeg): 改正图片文件扩展名

* fix(kate.md): 改正 Haskell Language Server 的超链接

* style...

4c799f95f4d6e8f3dfab03452ee51310ad2884b8 authored over 1 year ago by Lleu Yang <[email protected]>
chore: update minify-html to v0.11.1 (#4884)

4dfbfb34fbfbfbae34f2366f28d4e1ea20408f9e authored over 1 year ago by Wenzhuo Liu <[email protected]>
fix(sa.md): 删除 SA 示例中的冗余代码 (#4949)

Update sa.md

"若排名都不相同可直接生成后缀数组":示例代码中 p == n 时再次把 sa 重新按照 rk 生成了一遍,给人一种“后缀数组还没有搞完的”错觉,实际上这句话冗...

d017d3ca3d13c71eb1ed14c9f4586bb34dd09838 authored over 1 year ago by werner-yin <[email protected]>
fix(hash.md): overflow (#4947)

7548c99b3ea870edb3299f30645c31f6da59fd6e authored over 1 year ago by Tifa <[email protected]>
feat(topo.md):AOV/AOE网及关键路径等 (#4946)

* feat(topo.md):AOV/AOE网及关键路径等

添加了拓扑排序的相关基本概念以及逻辑,完善了拓扑排序原理和用途的定义。

* style: format markdow...

a4a4d34bec1b06f868b233581d5d495d1e502b82 authored over 1 year ago by Petal <[email protected]>
feat(bell.md):新增贝尔数的指数生成函数 (#4940)

* feat(bell.md):新增贝尔数的指数生成函数

* style: format markdown files with remark-lint

* fix(bell.md...

3f93c56cc1ac099732204db737cd3a97d5bb5738 authored over 1 year ago by Untitled_unrevised <[email protected]>
ci: fix latex build (#4943)

61fb01cc6c36e414095bdb98d0b0c390b2c27638 authored over 1 year ago by Wenzhuo Liu <[email protected]>
fix(symbol.md):修正黎曼 ζ 函数备注里的错误 (#4941)

186e93a5d56d951c0676894d62255371a3f11470 authored over 1 year ago by Untitled_unrevised <[email protected]>
Update virtual-tree.md

将unque改成unique,大概率是笔误,望修正

68abbb9c6bf36b0ca5e07e7bfeee44d724c71677 authored over 1 year ago by hyx1124 <[email protected]>
fix(math/number-theory/primitive-root.md): 添加原根部分符号定义(#4860) (#4862)

* feat: (primitive-root.md): 添加原根部分符号定义

* style: format markdown files with remark-lint

* ...

8d31c242596b581677b6f581a12a5c7183995637 authored over 1 year ago by Lu jiahao <[email protected]>
fix(math/poly/dgf.md): 修复链接 (#4933)

* feat(math/combinatorics/graph-enumeration.md): Create graph-enumeration.md

* Update mkdocs.ym...

c46b7a0ca2cb90d7dcb4b83ec55d2eae9f03aae2 authored over 1 year ago by minakokojima <[email protected]>
fix(number): 删除多余代码 (#4928)

64f62e031538564aaa6b3399883d557de271c3df authored over 1 year ago by Zirnc <[email protected]>
fix(prime.md): 更正了 Miller-Rabin 算法 python 代码实现中的错误 (#4929)

Update prime.md

fix wrong code

471474219b54b08607240c0932e3e079146772ef authored over 1 year ago by Marcythm <[email protected]>
feat(dp/tree.md): 增加树 dp 习题,并修复一个链接错误 (#4925)

* feat(math/combinatorics/graph-enumeration.md): Create graph-enumeration.md

* Update mkdocs....

f22f1c4611afb548b9c93ca60ff342f2a1a9161f authored over 1 year ago by minakokojima <[email protected]>
feat(math/combinatorics/graph-enumeration.md): 增加习题 (#4924)

* feat(math/combinatorics/graph-enumeration.md): Create graph-enumeration.md

* Update mkdocs.ym...

1262f884380d368f280863cede94a172f6a8ec7e authored over 1 year ago by minakokojima <[email protected]>
fix(java-pro.md):修正 java 快读一节中 next 函数逻辑错误 (#4920)

2718b15963cd64301e323294da99799b3ce816c9 authored over 1 year ago by Untitled_unrevised <[email protected]>
fix(ds/sparse-table.md):修正笔误 (#4919)

fix(/ds/sparse-table.md):修正笔误

af455ebb5d35bfc873b9c71519c11be2a135297e authored over 1 year ago by zymooll <[email protected]>
feat(string/suffix-tree.md): 添加后缀树内容 (#4914)

* feat(string/suffix-tree.md): 添加后缀树内容

* style: format markdown files with remark-lint

* f...

fcc5c887495d5162bf9d73469d81fdbfc81c90d9 authored over 1 year ago by Eletary <[email protected]>
refactor: 将 CNTT 并入 NTT (#4916)

Co-authored-by: 24OI-bot <[email protected]>

4567b605fd7701be7b49cd9253fabac2058f9917 authored over 1 year ago by Tifa <[email protected]>
refactor(number-theory/du.md): 修正描述, 补充时间复杂度的推导 (#4767)

* refactor(du.md): correction

* style: format markdown files with remark-lint

* fix(du.md): fo...

a08fad3a684e6f0c8b21c5ab2738495a27fecebe authored over 1 year ago by Tifa <[email protected]>
chore(deps): bump requests from 2.28.1 to 2.31.0 (#4904)

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https...

ff9b3a43cfeb837b3c4d1941cef4bf16b9a9c06b authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(residue.md):将欧拉判别法部分前置到剩余与单位根一页 (#4633)

* 欧拉判别法

* Update docs/math/number-theory/residue.md

* style: format markdown files with re...

8a85362d026bafe91d1f92087cd3917fba874595 authored over 1 year ago by Great-designer <[email protected]>
refactor(common-tricks.md): 移除 unroll 和 reassociate 相关内容 (#4915)

refactor: remove unroll and reassociate

64ebbea6fa0b00a14bf66df02887d7f7063ca471 authored over 1 year ago by Tifa <[email protected]>
feat(math/combinatorics/graph-enumeration.md): Create graph-enumerati… (#4908)

* feat(math/combinatorics/graph-enumeration.md): Create graph-enumeration.md

* Update mkdocs.ym...

3167dedd529ddfd18039905f310fbf133b8af504 authored over 1 year ago by minakokojima <[email protected]>
add(graph/color.md): 为 Vizing 定理添加示例代码 (#4911)

* add(graph/color.md): 为 Vizing 定理添加示例代码

* style: format markdown files with remark-lint

* Ren...

ac6bd43fdfc36f82b6e92cb1d9bf42e592255026 authored over 1 year ago by Yuchen Lu <[email protected]>
feat(symbol.md): 添加指向数学符号表源代码的链接 (#4912)

* feat(symbol.md): add a link to source code

* style: format markdown files with remark-lint

-...

fdd46bab1939f76c13ac880bb6cba7e5cef0396d authored over 1 year ago by Tifa <[email protected]>
refactor: 将数值积分等移至「数值算法」小节 (#4907)

* refactor: move to math/numerical

* refactor: move gauss.md to math/numerical

* fix: auth...

421132e1c5c17941d69e0b628fad4d961fce3c77 authored over 1 year ago by Tifa <[email protected]>
feat(misc/mo-algo-secondary-offline): 添加莫队二次离线 (#4894)

* feat(misc/mo-algo-secondary-offline): 添加莫队二次离线

* style: format markdown files with remark-l...

c0946c0631fd66f576387dce77439e925684328a authored over 1 year ago by Yuchen Lu <[email protected]>
fix(insertion-sort.md): 优化 CPP 代码性能和可读性 (#4893)

* fix(insertion-sort.md): 优化 CPP 代码性能

将 C++ 代码中的顺序比较改为二分查找,循环挪动数组元素位置改为使用 memmove 挪动。
经过实测,在未开...

a238802222aea10f4b6a8af0ab5eaeb468e84d4a authored over 1 year ago by 空梦 <[email protected]>
fix(graph/flow/max-flow.md): 修复 HLPP 代码 (#4878)

* fix(graph/flow/max-flow.md): 修复 HLPP 代码

* style: format markdown files with remark-lint

----...

22f7144c2a51d346bdd31ab7089438648981250d authored over 1 year ago by Argvchs <[email protected]>
refactor: 统一数学符号表与格式手册关于向量和等价关系符号的说明 (#4895)

* fix: symbol of vector and arrow

* fix: apply changes of vector

* fix: apply changes of arrow...

e231bad319e11170ded61e60070cf0bc7ddce272 authored over 1 year ago by Tifa <[email protected]>
fix: 使用粗体标记 OI Wiki 文本 (#4896)

fix: `OI Wiki` -> `**OI Wiki**`

767d7cda7ff05e3664d3d4482b493dfa82541760 authored over 1 year ago by Tifa <[email protected]>
feat(basic/enumerate): 增加枚举页面复杂度分析 (#3192) (#4902)

* feat(enmunate.md): move from #3192

* fix: add co-authors

* style: format markdown files with...

24dc11badd9234ff948ed4040b8ff6d1b5196d64 authored over 1 year ago by Tifa <[email protected]>
fix(pollard-rho):修正用gcd求约数中k和n的表述 (#4905)

e1ef4f3f8b3124aa9c9b1ccd1eba5ce10fa397b0 authored over 1 year ago by 383494 <[email protected]>
修复了在 save.md 邻接矩阵部分Python代码的bug (#4903)

* Update save.md

Fixed the bug in Python's adjacency matrix storage

* style: format markdown f...

dc92084d220faae796925a5d338ea2a0b848790e authored over 1 year ago by Yifang Zhu <[email protected]>
fix(bplus-tree.md):修正子树与关键字数量关系 (#4871)

* fix(bplus-tree.md):修正子树与关键字数量关系

b+树,非叶子节点里,子树的个数比关键字多一个,而不是相等;从关键字对应子树内的值来看,可以认为是除了第一个或最后一个...

78dda1c680f5281ea424606fc6131c664e53a728 authored over 1 year ago by CainXCain <[email protected]>
fix: 修正组合数记号 (#4687)

* 修正组合数记号

* Update combination.md

* Update docs/math/number-theory/wilson.md

Co-authore...

ff4e5fc5dd94514fa16eef451fe97da8412e09f2 authored over 1 year ago by Great-designer <[email protected]>
feat(graph/euler.md): 添加欧拉图章节的习题 (#4901)

RT

2b0bfa622f8fb39a1c0e6103ab68f200df636013 authored over 1 year ago by minakokojima <[email protected]>
feat(dp/plug.md): 添加插头 dp 章节的习题 (#4900)

添加一些插头 dp 章节的习题,并在章节注记中介绍一些和一笔画问题相关的解谜游戏。

078d24465b0b3a15219a3cd422407d5fa762709f authored over 1 year ago by minakokojima <[email protected]>
fix: 引用站内内容时使用相对路径 (#4897)

fix: use relative path

7547833f4cffee7debac76b59c727a04e773d8a8 authored over 1 year ago by Tifa <[email protected]>
feat(docs/ds/seg.md):增加线段树分裂的简单介绍(#2354) (#4887)

* <feat>(<docs/ds/seg.md>):<增加线段树分裂的简单介绍>

* style: format markdown files with remark-lint

...

01d1c7fdfd4b8c08ac4c40fa2481c0e9bc531b69 authored over 1 year ago by mooncake <[email protected]>
fix: remove `inline` in C++ codes (#4892)

* fix: remove `inline`

see <https://oi-wiki.org/lang/optimizations/#inline---%E5%86%85%E8%81%...

7f27bdb085ea4b0cf79c67c0803e5d0afa95749f authored over 1 year ago by Tifa <[email protected]>
fix(dp/basic.md): 修正最长不下降子序列中算法描述错误 (#4885)

原本对最长不下降子序列中算法二中
元素小于 $d_len$ 这种情况的描述是这样的:
> 找到 第一个 大于它的元素,插入进去,丢弃在它之后的全部元素。
而原文链接中的描述是:
> 准...

0d4e69b3aa4fe45159c63c8e050c9b5402019415 authored over 1 year ago by XiaoSuan250 <[email protected]>
fix(math/number-theory/primitive-root.md): 修改了关于原根符号不规范的问题 (#4861)

Update primitive-root.md

fix (primitive-root.md): 修改了在 Issue 4860 中出现的关于原根符号不规范的问题

3db16ec891c772d434774f6da363009c8ea3f6de authored over 1 year ago by Larry76 <[email protected]>
fix(graph/virtual-tree.md): 修订了虚树构造方法的证明 (#4805)

* 修订了虚树构造方法的证明

修订了一下第一种方法

* style: format markdown files with remark-lint

* 修改了一下证明部分的格...

c85893cb4b4c65249d790571e70b682c5e6fc2d9 authored over 1 year ago by SmallTualatin <[email protected]>
fix(inclusion-exclusion-principle.md): 修正DAG计数中的公式错误 (#4890)

4f8ce7b2b6f6b0c5533f5374f147c1187f424e86 authored over 1 year ago by minakokojima <[email protected]>
feat(cntt):Add 快速复数论变换原理 (#4864)

* feat(cntt):Add 快速复数论变换原理

* style: format markdown files with remark-lint

* Create cntt.md

*...

9b1c7e3a45c72ca09dd999beba921f888651052e authored over 1 year ago by 383494 <[email protected]>
revert: "chore(deps): bump pymdown-extensions from 9.9 to 10.0 (#4882)" (#4889)

Revert "chore(deps): bump pymdown-extensions from 9.9 to 10.0 (#4882)"

This reverts commit 1e76...

58d632692e2db2859f14eea05f3371c540a734ba authored over 1 year ago by Tifa <[email protected]>
fix: 自然对数的底 e 的写法 (#4867)

* fix: `$\mathrm{e}$`

* fix: e -> $\mathrm{e}$

390c08ba3db03ca7faaddd599872a0711d09521c authored over 1 year ago by Tifa <[email protected]>
fix(fenwick.md):修正一处笔误,更换一些可能带来歧义的表述 (#4791)

* fix(fenwick.md):修正一处笔误,更换一些可能带来歧义的表述

* style: format markdown files with remark-lint

* f...

8f4d2209b33bb6b134bae0f47c6c1ba1e0364c1b authored over 1 year ago by dbxxx <[email protected]>
fix: 规范一部分公式的写法 (#4869)

2d86ad2bca189342b22733da3785fabcf7713ad5 authored over 1 year ago by Tifa <[email protected]>
fix: `^\prime` & `′` -> `'` (#4868)

4f538d2f76e65cd290b2a63595455ad939e68393 authored over 1 year ago by Tifa <[email protected]>
fix(kahan-summation.md): 替换理解有误的介绍 (#4849)

* fix: replace intro of fixed-point number

* Update docs/misc/kahan-summation.md

Co-authored-b...

e41148c3dc98aa404afa27800856cd9e9f946a4b authored over 1 year ago by Tifa <[email protected]>
fix(radix-sort.md):修改字符串排序的代码,新增 MSD 基数排序给自然数排序 (#4881)

* fix(radix-sort.md):修改字符串排序的代码,新增MSD基数排序给自然数排序

* style: format markdown files with remark-li...

2cb9af95e5708c6677abd1d7bdf33a8353220237 authored over 1 year ago by Untitled_unrevised <[email protected]>
fix(graph/lca.md):欧拉序求lca代码有误 (#4876)

* Update lca.md

fix lca.md 欧拉序求lca代码有误

* style: format markdown files with remark-lint

...

eeb48630b2e3f46477e4f58a51f53ff9926f3ab3 authored over 1 year ago by Hunter19019 <[email protected]>
feat(misc/mo-algo-2dimen.md): 增加二维莫队 (#4880)

* feat(misc/mo-algo-2dimen.md): 增加二维莫队的内容

* style: format markdown files with remark-lint

* fi...

3c73d5994c3fc7786bfc3b224aa84e5be368b508 authored over 1 year ago by Milmon <[email protected]>
chore(deps): bump pymdown-extensions from 9.9 to 10.0 (#4882)

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9 to 10.0....

1e766f24c78be13caa70ce0182d4c289b239a96f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(math/poly/shift.md): 增加了对整式递推的描述 (#4721)

* feat(shift.md): 整式递推

加入了对整式递推的介绍。

* style: format markdown files with remark-lint

* Apply s...

21295cab3c7e15daed9051d940f14fdc02247fb9 authored over 1 year ago by myeeye <[email protected]>
feat(index.md): 增添一部分pb_ds库的实例加以说明 (#4877)

* <feat>(<index.md>):<增添一部分pb_ds库的实例加以说明>

增添了一部分pb_ds库的实例,后续会持续更新

* style: format markdown fil...

1263e0adfba5bdc985b2df3f1e604fca5b4c48b4 authored over 1 year ago by MathicTeaxion <[email protected]>
refactor(graph/min_circle.md):重命名/修改错误文字 (#4774)

Co-authored-by: Tifa <[email protected]>

0132bebc5732c6d69099302e65133c8e9d068877 authored over 1 year ago by Stanley <[email protected]>
fix(misc/frac-programming): 修复代码片段边界处理 (#4858)

0868e5a776dd43186e2f70b9ec09727cc8755453 authored over 1 year ago by Yuchen Lu <[email protected]>
fix(ds/treap): 修复一些笔误 (#4799)

Co-authored-by: Tifa <[email protected]>

e47efec0f9f7ee097dd18f39015b7f6a7ac853e1 authored over 1 year ago by llleixx <[email protected]>
fix(math/simplex.md) 对偶定理一节中 y 误写成 t (#4854)

fix simplex.md 对偶定理中 y 误写成 t

ce38534ddfa217a4357de73b02eecce15972ef1e authored over 1 year ago by Iridescent41 <[email protected]>
fix(ds/bst): 修改删除一个元素的代码,正确维护结点间的关系及子树大小 (#4747)

Co-authored-by: Tifa <[email protected]>
Co-authored-by: 24OI-bot <...

79ab13cc3269b242e15e34568b7d48144f44ea91 authored over 1 year ago by wsyhb <[email protected]>