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

style(sam): `“(.*?)"` -> `\\texttt{$1}` (#4798)

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

9046aeccecbd0d1e0ba67de04f88c4283d5afbdc authored over 1 year ago by CCXXXI <[email protected]>
feat(tree-centroid): 补充习题资料 (#4879)

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

90665f5e09d33342b90442fcb90cb30375f69106 authored over 1 year ago by Zirnc <[email protected]>
fix: 括号不匹配与误用 (#4875)

* fix: `$<foo, bar>$` -> `$\langle foo, bar\rangle$`

* fix: mismatched parentheses

* fix: ...

b15cd4fc32216afa33498100848286a2c883d83a authored over 1 year ago by Tifa <[email protected]>
fix(tree-hash.md): 交换做法一、二 (#4828)

* fix(tree-hash.md): 交换做法一、二

* fix(tree-hash): file names

rename as permutation (4 1 3)

...

8f9fa5ba3314f330201943fbba07d9391c6b258f authored over 1 year ago by jifbt <[email protected]>
fix(docs/contest/oi.md, docs/contest/io.md, docs/math/linear-programming.md): 修复由于更改GitHub用户名引发的author字段错误 (#4874)

* fix(docs/contest/oi.md, docs/contest/io.md, docs/math/linear-programming.md

* fix(docs/cont...

5c0a87c18d5b3f8ffa7289934b04326150563a8e authored over 1 year ago by Zhuoran Yi <[email protected]>
fix(math/game-theory/misere-game.md): 修正公式使用不规范以及内容错误的问题 (#4870)

* fix(math/game-theory/misere-game.md): 修正公式使用及内容错误
* 修复多处不应使用 LaTeX 数学公式的内容
* 修复第 39 行小情况与大情况...

ab915a4c84b7c3b138147dd6ba978a4ec3a7efee authored over 1 year ago by Milmon <[email protected]>
feat(format.md): 补充不符合规定的 LaTeX 公式用法 (#4804)

* feat(format.md): examples of incorrect LaTeX usage

* style: format markdown files with rema...

303be54869cf5edc6bf8a8738a2de2f439623d17 authored over 1 year ago by Tifa <[email protected]>
fix(linear-recurrence.md): 移至 /math/poly 目录 (#4846)

fix(linear-recurrence): move to /math/poly

02cfe8b606f8a8a039477fb928909c2b7ba05d65 authored over 1 year ago by Tifa <[email protected]>
fix(symbol.md): typo (#4859)

* fix(symbol.md): typo

* style: format markdown files with remark-lint

---------

Co-authored-...

74a3d7a784efffe2abadfb1b72ed976eb53136e1 authored over 1 year ago by Tifa <[email protected]>
refactor(coordinate.md):修正弧度制与坐标系的内容 (#4856)

* Update coordinate.md

* style: format markdown files with remark-lint

* feat(coordinate.m...

92d1bc70edb6f39214d1d19190a733e54b4f945a authored over 1 year ago by Untitled_unrevised <[email protected]>
feat(math/number-theory/pollard-rho.md): 增加倍增优化的 Python 实现 (#4836)

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

3493442105f755daf842d30d4a053d455374a0bf authored over 1 year ago by Starlit_Night <[email protected]>
fix(cut2.svg): 修正树边和非树边错误 (#4848)

* Update cut2.svg

fix(graph/cut): 修改了cut2图中的树边和非树边错误(5-6应该为树边,2-5应该是非树边)

* Update cut2.tex...

44645100857442cf8c735f5cbf1a641b7b928c95 authored over 1 year ago by fyulingi <[email protected]>
fix(dp/knapsack.md): 修正小优化部分错误内容 (#4853)

1a0daca5ed064b57212c56c3c0ac68b3b8cb5292 authored over 1 year ago by paigeman <[email protected]>
fix(sbt.md): typo (#4847)

e965e277bbfdee49a538f3f4688575bc06e37cf5 authored over 1 year ago by Tifa <[email protected]>
feat(lang/java-pro): 增加TreeSet的更多使用以及双端队列 (#4840)

* feat(lang/java-pro.md):增加TreeSet的更多使用以及双端队列

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

aa29aef8a1c4c7f42cfc32002e340e20c5648ee1 authored over 1 year ago by 浅梦 <[email protected]>
feat(string/ac-automaton): 添加 AC 自动机模版(二次加强版) (#4807)

* feat(string/ac-automaton): 添加 AC 自动机模版(二次加强版)

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

4a847435b866d88a91ad11dd6e002c921ad347c8 authored over 1 year ago by Yuchen Lu <[email protected]>
fix(graph/shortest-path.md): 移除主观判断 (#4851)

* Update shortest-path.md

* style: format markdown files with remark-lint

---------

Co-...

167fc0f71af82e427a730a64685d950cbee3490d authored over 1 year ago by Nanarikom <[email protected]>
ci(check-quotes): 增加引号检查 (#4845)

ci(check-quotes): add check-quotes workflow

6b66558331ede65021a705aa142ce388264c1d88 authored over 1 year ago by CCXXXI <[email protected]>
fix(docs/basic/complexity.md): 修正主定理定义和例子错误 (#4816)

f2abb16e2820f5a0595ba7dfe3f3fcfc52782734 authored over 1 year ago by 小小小朋友 <[email protected]>
fix(quick-sort.md):修正三路快排C++代码的注释错误 (#4811)

39fff33247c26bc3bc821e244de75502ff69b7cd authored over 1 year ago by Untitled_unrevised <[email protected]>
fix(inverse): 修正相切图形反演的结论 (#4817)

* fix(inverse): 修正相切图形反演的结论

* style: format markdown files with remark-lint

* Update inver...

bbaa2e70175d9aa82e6a87dbd8e4a62f28d4732d authored over 1 year ago by 383494 <[email protected]>
fix(math/fourier-motzkin-elimination.md): 与Wikipedia校对 (#4844)

Update fourier-motzkin-elimination.md

I have checked the system of equations with Wikipedia.

8fd4714020b5c1855f833a3d2782f39f23a23f2e authored over 1 year ago by hbghlyj <[email protected]>
refactor: 合并多项式全家桶 (#4611)

* feat(elementary-func.md): add elementary function

* refactor(inv.md): migrate to elementary...

c64893f50de27ccf550ddb59b3be838a67a4d6dc authored over 1 year ago by Tifa <[email protected]>
feat(search/dfs.md): 添加 Java 实现 (#4829)

805c249780c9eb66e11cccf3eb13b32cd8a6e54e authored over 1 year ago by Yue_plus <[email protected]>
feat(format): 区分全半角引号 (#4792)

由于 `“……”` 未区分全半角,请使用 `「……」` 作为全角引号,`"..."` 作为半角引号。

19bdbbe9a3f40f42c9bb6c49189e89785f387759 authored over 1 year ago by CCXXXI <[email protected]>
feat(basic): 增加python代码 (#4821)

* feat(basic): 增加一些python代码

* style: format markdown files with remark-lint

* fix(basic/prefix...

4d8614283589991be351d3a95b052e5be49f2d9b authored over 1 year ago by LeiJinpeng <[email protected]>
feat(docs/ds/seg.md): 增加线段树合并简单介绍 (#2354) (#4835)

* feat(docs/ds/seg.md): 线段树合并简单介绍 (#2354)

* style: format markdown files with remark-lint

* fe...

381e2dff68e3fe428bf2b410f94a82d0af617f2d authored over 1 year ago by 小小小朋友 <[email protected]>
fix(rbtree.md): typo (#4830)

Update rbtree.md

fix typo

61353c8b24f1ef2dae02b08f0e28fae3e0ccdfd8 authored over 1 year ago by 雷蒻 <[email protected]>
fix(dp/knapsack.md): typo (#4843)

改变“参考资料与注释”标题层次级别

7bfeb7d49633276eb00c56e0498263b65f421a2d authored over 1 year ago by paigeman <[email protected]>
fix(lang/csl/string.md): 修改erase(index,count)函数的说明 (#4825)

cfac866243b0a0c1202d34d6b2cf4f06e4c0dd8d authored over 1 year ago by ZhangHan <[email protected]>
fix(cmd.md): typo (#4838)

68850e9402c0746bc1e77589ee220c09b59df285 authored over 1 year ago by Tifa <[email protected]>
fix(math/number-theory/pollard-rho.md): 修正 Python 缩进 & 优化 C++ 代码 (#4831)

* fix(math/number-theory/pollard-rho): Correct Python Indentation

* fix(math/number-theory/po...

95b015e53953d4d190eb3d2c2e2234087c7f6fd9 authored over 1 year ago by Stanley <[email protected]>
fix (shell-sort.md): 增加了希尔排序时间复杂度证明 (#4803)

a2a7d4ca750ae30b233327b05e5f6eb2b462574d authored over 1 year ago by Peanut-Tang <[email protected]>
fix(intro/faq.md): 添加标点符号 (#4834)

4a2a554da40295669a2aeecd4da70a8bbfae5797 authored over 1 year ago by Xu Chenxuan <[email protected]>
fix(string/hash.md): 修改关于错误率的描述 (#4833)

* fix(string/hash.md): 修改关于错误率的描述

* style: format markdown files with remark-lint

---------

C...

967d1ca720ac817c5fae52528e0f9d8ca0964ef2 authored over 1 year ago by AndyWu <[email protected]>
feat(lgv.md): 给出LGV引理的证明 (#4815)

* 给出LGV引理的证明

给出LGV引理的证明,来源于 https://zhuanlan.zhihu.com/p/517819133。

* style: format markdo...

26d3084d6efb1459a42aa9c19f484f43a85f8788 authored over 1 year ago by Cidoai <[email protected]>
fix: convert the fullwidth character `+` to halfwidth (#4824)

fix: convert the fullwidth character to halfwidth

b4de8e24a09963a3abf537eadb71168e0bfeee49 authored over 1 year ago by Hao-Ting Li <[email protected]>
fix(basic/enumerate.md): 修正代码风格 (#4820)

本文python代码不规范之处:
1. range函数传递多余参数
2. if后面添加多余括号
3. 不会使用自增运算符
4. 混合使用2空格和4空格缩进

b9e303ee27bfbd6cff369378952ac0fc43fa7725 authored over 1 year ago by LeiJinpeng <[email protected]>
fix(monotonous-queue.md):删除页面开头的注意 (#4819)

delete warning

2fa482ec3be9dcee76a07ea6fb7938d20289c394 authored over 1 year ago by Untitled_unrevised <[email protected]>
fix(string/bm): fix a typo (#4818)

b2615ae48491698fdc1704fdce4c2040764d56ba authored over 1 year ago by githuu5y5u <[email protected]>
feat(misc/expression.md): 增加一些参考链接 (#4814)

* Update expression.md, add some additional links

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

100a2aed62fea1af55166153ac41aade5147db0d authored over 1 year ago by c8ef <[email protected]>
fix(docs\images\netlify.png): 更新 Netlify 新版 logo (#4812)

根据新版 Netlify logo,更新 OI wiki 首页的 Netlify logo,logo 文件来自 [Netlify Newsroom - Press Releases and N...

1f1598cf749bec48c90dc5ed587c3de6b69c5fb1 authored over 1 year ago by Chriskyo08 <[email protected]>
fix(contest/io.md):改正病句 (#4808)

fix(contest/io.md):输入优化原理改成“而”改成“也”

a3f17cd3f2730b622feeac25e7feb484be56e3d8 authored over 1 year ago by He Zhizhou <[email protected]>
fix(ac-automaton.md): 将概述句前移到文章开头 (#4802)

* 将 AC 自动机的概述句前移到文章开头

1. 将 AC 自动机的概述句前移到文章开头,并将原作者的活跃气氛的引入段收入折叠块。
2. 修正了几处错别字

* style: format...

4cc2fb0be56769fdcaf84ce18db93b3879dcb319 authored over 1 year ago by 方而静 <[email protected]>
feat(intro/symbol.md): 用于 OI Wiki 的数学符号表 (#4760)

* feat(intro/symbol.md): add symbol table

* refactor: remove HTML

* refactor(symbol.md): s...

5a308dec917a5d9ec1c758bd54bf54cfa341bb1c authored over 1 year ago by Tifa <[email protected]>
fix(virtual-tree.md):将例题链接由darkbzoj迁移到洛谷 (#4800)

虚树:将例题链接由darkbzoj迁移到洛谷

鉴于darkbzoj服务器较为缓慢,体验较差,并且需要梯子。故将例题的来源链接变为洛谷的链接

3021f7c3f419d9711ec6d7a0e14821921e4cec18 authored over 1 year ago by 方而静 <[email protected]>
fix: 修正部分标点使用 & 中文语境统一使用直角引号 (#4780)

* style: `“(.*?)”` -> `「$1」`

* style(general-match): 在中文语境中使用中文标点

* style(b-tree): ` ?"([^...

db56c165c0afe52026595d9812504bd2a1ec832d authored almost 2 years ago by CCXXXI <[email protected]>
fix(cut): 统一数组名 (#4788)

* fix(cut): 统一数组名

* Update cut.md

* Update cut_1.cpp

3a178d0b903d360e6206248d4920d9a7326dacd0 authored almost 2 years ago by Zirnc <[email protected]>
fix(docs/dp/knapsack.md): fix the loop condition (#4786)

* fix(docs/dp/knapsack.md): fix the loop condition

* Update knapsack.md

14efbaf8475d8897733cc806eb282be86195878d authored almost 2 years ago by tLLWtG <[email protected]>
fix(ds/code/persistent-seg/persistent-seg_1.cpp): 修正了原来因为没有正确按秩合并而导致复杂度错误的代码 (#4787)

* Update persistent-seg_1.cpp

修正了原来因为没有正确按秩合并而导致复杂度错误的代码。

* style: format markdown files w...

b901dc57fe684a148f50082dd968419ee1d5ef47 authored almost 2 years ago by 智子 <[email protected]>
refactor(radix-sort.md):更清楚地讲解基数排序,新增 LSD 基数排序和 MSD 基数排序 (#4764)

* refactor:新增对 LSD 基数排序和 MSD 基数排序的介绍

* 将所有的 K 替换为 k,将 tab 替换为 2 个空格,修语序

* style: format ma...

744e2c2a388d500d9f5854bbdacbff6854c9bc85 authored almost 2 years ago by Untitled_unrevised <[email protected]>
fix(math/number-theory/euclidean.md): 修改公式错误 (#4720)

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

d0472a9c5a96f08305f85abd0499b868e3447741 authored almost 2 years ago by 曹轩鸣 <[email protected]>
fix(fenwick.md):修改一处证明错误,补充若干说明 (#4757)

56a2a22129f0d40f3bc31b4b8f6ef38babd76817 authored almost 2 years ago by dbxxx <[email protected]>
feat(crt):添加crt例题 (#4735)

* Update crt.md

* style: format markdown files with remark-lint

---------

Co-authored-by: 24O...

d8e819da5f49b723e1fd07748e444659c956578c authored almost 2 years ago by 383494 <[email protected]>
fix primitive-root.md:修改原根定义的一处错误 (#4782)

Update primitive-root.md

将原根定义中的错误语句 0<=i<p 改为正确语句 0<i<p。

70af984ce1be2ddcba36e8f6309f8e25f279877a authored almost 2 years ago by Peanut-Tang <[email protected]>
fix(math/integral.md): fix some weird typos & add ref (#4741)

* fix(math/integral.md): fix some weird typos

eqs -> eps

* fix(math/integral.md): fix ref
...

dce3aee4b6aa7f4b548df498bed2b0e2a97b59b8 authored almost 2 years ago by Nanarikom <[email protected]>
fix(ds/rbtree.md): fix typos in rbtree (#4777)

2313a9bb2d1b700bb67560a18b6498ef0a9ed558 authored almost 2 years ago by Conless Pan <[email protected]>
fix: 修正 ISIJ 全名 & 修正英文标点 (#4704)

* fix(oi): 更正 ISIJ 全名为官网写法

* fix: 修正英文标点

几个引号和一个句号

* style: format markdown files with ...

24c538a4798189358be32a6c7c3206a11984d2f9 authored almost 2 years ago by CCXXXI <[email protected]>
feat(tree-diameter):对树形dp求直径的补充 (#4756)

* feat(tree-diameter):对树形dp求直径的补充

* Update tree-diameter.md

6380bb45d7846fcd2ab20d364aab65275efe3523 authored almost 2 years ago by 383494 <[email protected]>
feat(math/poly/lagrange.md): 改进一些描述和代码 (#4731)

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

b3db2d9a507a580a3a74e1c8c865286210865067 authored almost 2 years ago by yang <[email protected]>
fix(latex.md): 修复外链引用 (#4742)

Co-authored-by: Yufan You <[email protected]>

4efd77c3127344a932ba21479561173045ae567c authored almost 2 years ago by Tifa <[email protected]>
fix(dsu-app.md): 添加了使用的算法,以防止引起不必要的麻烦 (#4769)

<fix>(<dsu-app.md>): <添加了使用的算法,以防止引起不必要的麻烦>

80c184a74490fe2518e63c7a46cf777d4ca72248 authored almost 2 years ago by cubeheadsun <[email protected]>
refactor(pollard-rho.md): 移除“随机函数”的描述并介绍该函数原理 (#4654)

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

fcba1a1394d5409e19b56ddec6965f3e518855cf authored almost 2 years ago by 383494 <[email protected]>
fix(docs/math/poly/egf.md): 修改递推式求exp和f(x)的关系的推导错误 (#4662)

* fix(docs/math/poly/egf.md): 修改递推式求exp和f(x)的关系的推导错误

* style: format markdown files with rema...

cededeb61ea84a32af915823c7d6016767fa1e2c authored almost 2 years ago by GhostLX-AI <[email protected]>
fix(graph/tree-hash.md): 修正格式与表达 (#4768)

* fix(graph/tree-hash.md): 修正格式与表达

* Update tree-hash.md

1697544449ee90060d89b905c74221d63130c0dd authored almost 2 years ago by jifbt <[email protected]>
fix: footnotes (#4743)

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

9f11f9275bce398f0863ac6a98c19df1e6c88cab authored almost 2 years ago by Tifa <[email protected]>
refactor(graph/tree-hash.md): 添加正确做法,删除错误做法 (#4746)

* feat(graph/tree-hash.md): 添加正确做法

* Add files via upload

* Update tree-hash.md

* Updat...

2ea188da2682ee48e5567fd32aa1d93681eb2e3d authored almost 2 years ago by jifbt <[email protected]>
fix(random-variable.md): fix typo (#4763)

<fix>(random-variable.md): fix typo

第 54 行 $X$ 应为『连续』型随机变量,原文为『离散』型。

27530d0184f0a443832de5f8628fa09786c1c871 authored almost 2 years ago by YiFusuYi <[email protected]>
feat(intro/format.md): 添加连接号的使用规范 (#4752)

* feat(intro/format.md): 添加连接号的使用规范

* style: format markdown files with remark-lint

* Upda...

f3064459e2e1829f18997d22f902a352d4715248 authored almost 2 years ago by jifbt <[email protected]>
fix(math/number-theory/basic.md): 删除不可约元相关内容 (#4751)

revert(math/number-theory/basic.md): 在唯一分解整环中,素元等价于不可约元 (#4710)

aca774c8f93262beb8c628a8210590735f185ce7 authored almost 2 years ago by jifbt <[email protected]>
fix: enable strict mode for giscus (#4759)

This fixes #4758

756ec17d22c07e194ead2f6fa3e34f3412c730f3 authored almost 2 years ago by Yufan You <[email protected]>
fix(geometry/2d.md): fix chapter number bug (#4749)

fix(geometry/2d.md): fix label bug

Fix a bug: a paragraph contains a chapter number, which is a...

d42839bcc46e207675161209de0e1017acabbf3d authored almost 2 years ago by Nanarikom <[email protected]>
fix( math/linear-algebra/product.md): fix typos (#4748)

e5ec3f64befc5bda10b92e9a799fc49a4433dc63 authored almost 2 years ago by Nanarikom <[email protected]>
fix(inverse.md): 修改了错误的拓展欧几里得法求 逆元 的 python代码段 (#4744)

<fix>(inverse.md): 修改了错误的拓展欧几里得法求 逆元 的 python代码段

27360b61b9311c2b8285ef2d2479207ea9848b93 authored almost 2 years ago by MiHN <[email protected]>
fix (math/number-theory/wilson) : 修正 note 语句的格式错误。 (#4740)

Update wilson.md

fix (math/number-theory/wilson) : 修正 note 语句的格式错误。

a3bd2f6c15473069749cde2fbb9afa0f13145707 authored almost 2 years ago by wsyhb <[email protected]>
fix(graph/connectivity.md): 修改目录 (#4739)

* fix(graph/connectivity.md): table of content

* Update mkdocs.yml

a826e0039ebadcdae10272bb0f4cd531b32a44bc authored almost 2 years ago by Tifa <[email protected]>
feat(graph/prufer.md): 替换 Prufer 为 Prüfer (#4738)

替换 Prufer 为 Prüfer

fa3a2dafdd26da978c59ba27a23119ae9f795922 authored almost 2 years ago by jifbt <[email protected]>
fix(basis.md): make bot happy (#4737)

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

e9755d14323fba5558ebe30ea2b8a5c3bace0e4e authored almost 2 years ago by Tifa <[email protected]>
refactor(gauss.md): 移动生成树计数实现: Gauss-Jordan -> 矩阵树定理 (#4533)

* Update gauss.md

* Update matrix-tree.md

* style: format markdown files with remark-lint

---...

b61a6d105c9c732dd543b835d328e2d032c3b8a4 authored almost 2 years ago by Great-designer <[email protected]>
feat(gcd.md):添加Stein算法名称 (#4733)

Update gcd.md

d1bb10579287ebd8f54613ff552abe0edaa34c06 authored almost 2 years ago by 383494 <[email protected]>
feat(crt.md):补充exgcd及裴蜀定理链接 (#4732)

* feat(crt.md):补充exgcd链接

* Update crt.md

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

80f08a6beb32b7da1d4336f8119f519892c7c40b authored almost 2 years ago by 383494 <[email protected]>
fix(basis.md): 移除无穷维线性空间的情况 (#4700)

* fix(basis.md): restrict to finite dimension

* fix(basis.md): existence of basis

---------

C...

58af3c6eecf81d105da1a32d173dbc0d7955e9fb authored almost 2 years ago by Tifa <[email protected]>
feat(intro/format.md): 明确全半角标点使用 (#4730)

* feat(intro/format.md): 明确全半角标点使用

根据 PR #4726 补充了全半角使用的内容。

* Update format.md

4489196c7ece10b0476b13dbc6ef8015c2587148 authored almost 2 years ago by jifbt <[email protected]>
fix(graph/connectivity.md): 修改表述 (#4729)

* fix(graph/connectivity.md): 修改表述

「Theorem X implies that ...」表示后面的东西是 X 的推论,而不是 X 本身。据此修改了文章的...

9a9c4c131d34c63473073f3185f9d434ca4fa338 authored almost 2 years ago by jifbt <[email protected]>
feat(lang/optimizations): add explanation (#4722)

Co-authored-by: Wenzhuo Liu <[email protected]>

286deecb263f33ac47a92ffbe8a27716fef5d8ef authored almost 2 years ago by Zhikai Zeng <[email protected]>
feat(lang/optimizations): add reference (#4723)

Co-authored-by: Wenzhuo Liu <[email protected]>

ebfbf3b2eca6af643816c51159d5972e1492bf6d authored almost 2 years ago by Zhikai Zeng <[email protected]>
fix(graph/connectivity.md): 修改格式 (#4728)

* fix(graph/connectivity.md): 修改格式

* style: format markdown files with remark-lint

* Update co...

1ee572b3f5afb9db49bb93833212620c712c0771 authored almost 2 years ago by jifbt <[email protected]>
feat(connectivity.md): 添加翻译 (#4727)

* Create connectivity.md

* Update connectivity.md

* Update connectivity.md

* Update con...

987c4b2377218a40a30b7d9d46fe9daaec17413c authored almost 2 years ago by jifbt <[email protected]>
chore: only format docs/

08c11a99480ddbd8692960fb053be0a82c0865eb authored almost 2 years ago by mgt <[email protected]>
style: format markdown files with remark-lint

078f2df7c44f026a4f6a14df23711c0631761594 authored almost 2 years ago by 24OI-bot <[email protected]>
fix: use correct slash

117e235e0c663bb42fcb7768993a15fa38a87fc6 authored almost 2 years ago by mgt <[email protected]>
fix: untitled summary

b193460f2482f9497494aa271f1f2bbd8da2205b authored almost 2 years ago by mgt <[email protected]>
docs: add docs for patch

4987d773dafd73bc6d338cb16e03edd8b17a0542 authored almost 2 years ago by mgt <[email protected]>
chore: update remark related stuff

use 2 space style hard break

use mixed list ident style

avoid escape & in links

update remark...

f759e2cfca56cfe1e93ceacdc25a56ee03ec0c8c authored almost 2 years ago by mgt <[email protected]>
fix: remove all mdui-shadow-6 since they are not effective

c937287973164b8f3e96fcb13e64589ed775b25b authored almost 2 years ago by mgt <[email protected]>
fix(general-match.md): 更正 note/tip 范围的错误 (#4709)

* feat(general-match.md): 添加“基于高斯消元的一般图匹配算法”部分

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

3d53d11ccc17d80ba5546e00511b304f667daed0 authored almost 2 years ago by Shifeng Ye <[email protected]>
fix(_redirects): better redirect HTML & fix redirects (#4689)

- 用户不需要启用 JavaScript
- 通过设置 canonical 和 noindex 进行 SEO

reference: https://github.com/goh...

4c2b96eddadb0a1e307b2abe2aeece0b7be3a65e authored almost 2 years ago by Yufan You <[email protected]>
feat(lang/optimizations): 添加有符号移位相关说明 (#4711)

* feat(lang/optimizations): 添加有符号移位相关说明

* style: format markdown files with remark-lint

------...

c179934094a01af1bab5b85bdf4358e72f6db057 authored almost 2 years ago by Yingchi Long <[email protected]>
feat(math/number-theory/gcd.md): add 更相减损术 (#4640)

* feat(math/bignum.md):添加多项式加速乘法介绍

* feat(math/bignum.md):补全多项式

* style: format markdown files...

df71386a5e50be185bb45552e32f9b96d478c71d authored almost 2 years ago by 383494 <[email protected]>
fix: remove extra js (#4714)

b619bb0aaa77fa053eac37339ac6af1995a86610 authored almost 2 years ago by Wenzhuo Liu <[email protected]>