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

feat(search, dp, string): add semantic label for paragraph (#4261)

* feat(search, dp, string): add semantic label for paragraph

* style: format markdown files w...

a651a491cacf0d64ccf8eb0c7f454d28d2fdceca authored over 2 years ago by WenzelTian <[email protected]>
fix(math/game-theory/misere-game.md):标题删去Markdown (#4265)

d1b662ecee11cda7aa9012cee1bd43b334a1c3d4 authored over 2 years ago by 2008verser <[email protected]>
对原文中非旋 Treap 的完整代码中的错误进行修改并对 split_by_rk 函数进行重写 (#4249)

* 对原文中非旋 Treap 的完整代码中的错误进行修改并对 split_by_rk 函数进行重写

原文中非旋 Treap 完整代码中的 qnex 函数 漏加了 int ret = qval...

07e2fdf0047d35eaa755f8e349ad14fe86c1afc2 authored over 2 years ago by Hou Yuxuan <[email protected]>
fix(convex-hull.md): 错误的习题排版与标题嵌套 (#4260)

RT

3120a300be6791afc3389446dd3383d07d926e9a authored over 2 years ago by minakokojima <[email protected]>
feat(lang/lambda.md): 增加使用对象描述 (#4143)

* feat(lang/lambda.md): 增加使用对象描述

* Apply suggestions from code review

* Update lambda.md

* st...

909f2a41e26ed794b33de98ce59e0e8e06dbf9ad authored over 2 years ago by y <[email protected]>
fix(math/number-theory/gcd.md): 统一称呼 (#4255)

* Update gcd.md

统一称呼

* style: format markdown files with remark-lint

Co-authored-by: 24OI-bot...

6f50250a8c915e0878c538ee316abb1b9dacf205 authored over 2 years ago by WillHou936 <[email protected]>
fix(graph-topo): typo (#4247)

* fix(graph-topo): typo

* style: format markdown files with remark-lint

Co-authored-by: 24...

822d4e6b18c215772ffdd2fddeaa9f860b98e9f7 authored over 2 years ago by Zirnc <[email protected]>
fix(graph/shortest-path): 修正 SPFA Python 示例代码 (#4242)

* fix(graph/shortest-path): 将 True 改成 False

fix #4241

* style: format markdown files with ...

7316220bc39a2f2899bb8c8468b069b97080bcfc authored over 2 years ago by Zirnc <[email protected]>
fix(ds/li-chao-tree): 补充一种情况 (#4233)

fix(ds/li-chao-tree):补充一种情况

1379e4f71ebac998bd073fec47ac4a618ec3bc1f authored over 2 years ago by Zirnc <[email protected]>
fix(dp/interval): Fix the interval range in the example (#4229)

02f64786973090af6e4aedea14c740a7cec33ce9 authored over 2 years ago by fyulingi <[email protected]>
feat(game-theory/misere-game): 增加了反Nim游戏的证明 (#4178)

* 增加了反Nim游戏的证明

<feat>(<misere-game.md>): <增加了反Nim游戏的证明>

* style: format markdown files wit...

39ca8537b6445ee4f5eefe3f7e291ae1c6640674 authored over 2 years ago by 2008verser <[email protected]>
feat(ds/fenwick): 添加前缀和 O(n) 建树写法 (#4226)

* Update fenwick.md

* Update fenwick.md

* style: format markdown files with remark-lint

...

42498cc572442962d82c0b9690b7d8c8ddb20867 authored over 2 years ago by Zirnc <[email protected]>
feat(3d): add 3d basic (#3032)

* feat(3d): add 3d basic

* style: format markdown files with remark-lint

* style: format m...

e5dbd01e26e57ffaafb95b93267aced502aa697c authored over 2 years ago by Shuhao Zhang <[email protected]>
refactor(ds/ett): rewrite ett page (#4220)

* feat(ds/ett): refactor ett - intro, link and cut

* feat(ds/ett): refactor ett - fix and ma...

f7f1f0dfd37585dd3c57aa6efede40c12ffeb2a1 authored over 2 years ago by Zhikai Zeng <[email protected]>
feat: contributing (#4132)

* feat: contributing (previsional)

* feat: codeowners

* feat: chinese

* fix: chinese gr...

a9e12b5b6a50a816d0cd51c1d5e2dffec5f9d799 authored over 2 years ago by Shuzhou Liu <[email protected]>
feat:add astar-1 config (#4227)

* feat:add astar-1 config

* fix:add testcases into yaml

* fix:change to relative path

227b47d3480a0fcd3b66a3cd1bf79a883ca3e62d authored over 2 years ago by kenlig <[email protected]>
feat(ds/sparse-table&seg): 为ST表&线段树新增部分内容 (#4210)

* 完善ST表部分内容

* style: format markdown files with remark-lint

* add sparse-table content

...

b6de428986150e7a83524acd7f38991e87da0a94 authored over 2 years ago by DawnMagnet <[email protected]>
Update hash.md (#4234)

6618a306f0fe1784fab98ae99e3628f1810f7f7f authored over 2 years ago by 刘桐赫 <[email protected]>
feat: 补充离散对数、剩余与单位根的概念 (#4232)

补充离散对数、剩余与单位根的概念

faa0b7c6cfd9eaa444a6d4758714335dca8ffe5d authored over 2 years ago by Great-designer <[email protected]>
feat: 更新Entringer Number (#4218)

* 更新Entringer Number

* Update eulerian.md

* Update eulerian.md

* 补充与更新译名

增加部分证明

903b5c150163ab497483623a5dbfe20920573048 authored over 2 years ago by Great-designer <[email protected]>
fix(math/number-theory/sieve): 修复 Python 代码中错误的自增运算 (#4231)

fix(math/number-theory/sieve): fix wrong increment order in Python code

1d833a4084246760b145379f93aa9677daca9958 authored over 2 years ago by Monad <[email protected]>
fix(ds/lct): Link Cut Tree 中 Find 函数存在叙述错误 (#4201)

* fix lct.md

将文档第341行的“`Find()` 其实就是找到当前辅助树的根。”
修改为了“`Find()` 查找的是 $x$ 所在的**原树**的根,请不要将原树根与...

01ce43d69582ae10f4bfdc0dcd641254e641bb0d authored over 2 years ago by Sheng-Horizon <[email protected]>
fix lucas.md (#4221)

修正字母混乱的情况

a6fff39eaf2db49a9b1bc37cc6c26895bdebbce8 authored over 2 years ago by Sheng-Horizon <[email protected]>
fix(lucas): 修改叙述性错误 (#4217)

ba94924bbae8aaf6d9dc865d48d37b9cb7821ea3 authored over 2 years ago by Sheng-Horizon <[email protected]>
fix(basic/stl-sort.md): typo (#4214)

aa4e9f5151f2cc89a924522af4cbb16919755ee6 authored over 2 years ago by kernel_panic <[email protected]>
fix(contest/common-mistakes.md): 修改错别字和规范表述 (#4213)

* fix(contest/common-mistakes.md): 修改错别字和规范表述

- 修改了一个词语
- 将 这样定义并不符合 c++11 标准 改为 这样试图修改字符串字面...

f882a18b394b1c03bfaffb87277ca647cf0f35e8 authored over 2 years ago by 66Leo66 <[email protected]>
fix(ds/persistent-seg): 修正口语化表述 (#4205)

* fix: 修改表述

* Update persistent-seg.md

82baef14ff48c0811a278d87c17c6951b82c1f39 authored over 2 years ago by Flex Zhong <[email protected]>
fix(fenwick): typo (#4212)

* fix(fenwick): typo

* Update fenwick.md

4ab352e83ac3d6b17fd9d77de62089f33d96306b authored over 2 years ago by Flex Zhong <[email protected]>
fix(math/order-theory): typo

31330d1ac13aa7eb710f091d037b237017996be1 authored over 2 years ago by 忘怀 <[email protected]>
fix(dp/dynamic): 修改状态定义 (#4083)

Update dynamic.md

下面的方程中第二行说明了没有考虑 $son_i$。

072d59188f3037c1b55d5712968556b44028fc83 authored over 2 years ago by CSPNOIP <[email protected]>
fix(geometry/rotating-calipers.md): 修正了例题 1 的格式错误 (#4204)

e2207ccab57959e841095261df2722eea0a4fff0 authored over 2 years ago by 智子 <[email protected]>
fix(math/game-theory/impartial-game): better expression (#4203)

e76cfa56eedaea03fc56c25f46f205c1d357d865 authored over 2 years ago by Zhikai Zeng <[email protected]>
fix(math/simplex): 修正标准形线规式子 (#4202)

ce9cd047fe96799a0c9e10c6655aee143ddad476 authored over 2 years ago by Early <[email protected]>
feat(ds/rbtree): fix typos & simplify description (#4197)

* feat(ds/rbtree): fix typo & simplify description

* fix(ds/rbtree): fix typo

7038f1ea2915b7d9233509db116638fd8d73c930 authored over 2 years ago by CCXXXI <[email protected]>
feat(math,math/number-theory, math/poly): 对快速数论变换词条进行改善 (#4180)

* fix #4074

* style: format markdown files with remark-lint

* 修正笔误

* 介绍顺序的一点小调整

* style: for...

1a8f814e0a9bc5d3f1b2f6d43cd4af900e05ef9a authored over 2 years ago by Great-designer <[email protected]>
refactor(ds/pairing-heap): 大规模重构条目 (#4198)

* refactor(ds/pairing-heap.md): 大规模重构条目

* style: format markdown files with remark-lint

Co...

549096c63cd45f6541c8e029fc580ad0ce22c535 authored over 2 years ago by WAAutoMaton <[email protected]>
fix(intro/docker-deploy, .bashrc, Dockerfile): 解决本地部署服务器时无法使用其他设备访问的问题 (#4195)

* fix: solve public network access problem in deploying server

* fix: solve public network acce...

f33670a563f3ea36630309e7e9bcf0a76f03dff2 authored over 2 years ago by Jinglei Dong <[email protected]>
feat(intro/format): add format rules for #4190 (#4057)

* feat(intro/format): add format rules for #3978

* fix: move to l29

* style: format markdo...

76977cd250739538c5398f0c8b23e7f78caec134 authored over 2 years ago by Shuzhou Liu <[email protected]>
feat: A format checker guided by format manuals v0.1 (#4038)

* feat: add yarn run check

* feat: add checker main script

* feat: fix RunPath

* feat: fix ch...

bca02f90e68ebbde458c6740565be81251d8c97a authored over 2 years ago by llh721113 <[email protected]>
fix: correct a link (#4192)

* fix: correct a link

miller-rabin-素性测试

* ci: temp add logs

* Update build-pdf.yml

* Update ...

a316539c9af2a9c29c61ab0a58eba60fb030ff57 authored over 2 years ago by CCXXXI <[email protected]>
fix(workflows/build-pdf.yml): lock latex by repo (#4194)

fcab51cd7de60598a390a7d29b669da1cf441a88 authored over 2 years ago by Shuzhou Liu <[email protected]>
fix(ds/fenwick): 更改等号 (#4173)

* Update fenwick.md

更改等号.

* style: format markdown files with remark-lint

* Update fenw...

db7a85a706da1c3ca1d3296cedc554b611d668d0 authored over 2 years ago by RuiYu2021 <[email protected]>
fix(math/number-theory/powerful-number): 修正数学公式错误 (#4189)

1e290e2dc418a8f9ba7c7f93b8d7574968284e3e authored over 2 years ago by lrherqwq <[email protected]>
build: 使用中文章节链接 (#4190)

* build: uslugify links

* fix: correct links

fix: #_ links display

fix: bot mix chinese...

6e776cb44b971b8e4704038aad9afa68ca46c536 authored over 2 years ago by CCXXXI <[email protected]>
fix(math/number-theory/du.md): 完善了莫比乌斯函数的定义式 (#4188)

a5439a074d9032a59d4f5c579bbc52e81bf7cb17 authored over 2 years ago by purple-vine <[email protected]>
fix(ds/code/binary-heap): typo (#4187)

fix(binary_heap):typo

fix typo

a6aa3be172fed81e4b23f00fc8873f2ca4c7e7d0 authored over 2 years ago by 忘怀 <[email protected]>
feat(graph/scc): 完善算法流程,令其可读性更强 (#4136)

* feat(graph/scc): 完善算法流程,令其可读性更强

* fix(graph/scc): 修改自己不到位的描述

* Update scc.md

* Update scc.m...

b46db60a68f51a5b680291a706554fbee6d26daf authored over 2 years ago by F1shAndCat <[email protected]>
style(dp/basic.md): 解决字符串滥用 TeX 的的问题

e2c35dcebbbcb610b8496523bbbe453508f6cd1a authored over 2 years ago by yusancky <[email protected]>
fix(misc/garsia-wachs): 翻译翻译腔句子 (#4162)

* fix(misc/garsia-wachs): 翻译翻译腔句子

* Update garsia-wachs.md

* Update garsia-wachs.md

* Update ...

1f53654aab15d49bd68aa4a6b790b998b2af5887 authored over 2 years ago by F1shAndCat <[email protected]>
feat(lang/java-pro): 增加java进阶页面 (#3984)

* feat:增加java进阶页面

* feat(lang/java):增加StreamTokenizer的IO写法与的对比

* style: format markdown files ...

8292d652b62007da600c6a98cf82caabbac2af1e authored over 2 years ago by 邶风 <[email protected]>
fix(docs/dp/state.md): LaTeX 修复 (#4182)

* fix(state.md): LaTeX

* style: format markdown files with remark-lint

* Update state.md
...

ae9f4e176f3ba0bef44459cc57a0290176e15964 authored over 2 years ago by Legendary-Zeraora <[email protected]>
style(lang/python): replace console with pycon for REPL code blocks (#4181)

* style(lang/python): replace ```console with ```pycon

better highlight and no risk of interfer...

53006b74694e5f47f4dfacd0a36f9e3ed4051dd5 authored over 2 years ago by chinggg <[email protected]>
feat(math/complex): 复数页面添加欧拉公式描述 (#4164)

* Update complex.md

* Update docs/math/complex.md

Co-authored-by: Xeonacid <h.dwwwwww@gmai...

d2450eb93724a58c73426c6bb0dbd4231bd93cc6 authored over 2 years ago by Great-designer <[email protected]>
feat(ds/rbtree.md): add introduction to rbtree (#4167)

* feat(ds/avl.md): add code example for avltree

* fix(ds/avl.md): collapse example code

* feat...

861c8e15a3cf1d6aafe661d8818b6e36c0125849 authored over 2 years ago by std::_Rb_tree <[email protected]>
有关渐进分析的解释 (#4166)

* fix #4135

* Update complexity.md

a1222458e2b9282acdf6d2e7960065d1403e5013 authored over 2 years ago by Great-designer <[email protected]>
fix(ds/li-chao-tree.md):修改错误的代码 (#4177)

* fix(ds/li-chao-tree.md):修改错误的代码

[例题中给出的代码被 hack](https://www.luogu.com.cn/discuss/471593)

...

81f430f34c2f5325e76f1c56c67ff1b04658f3bd authored over 2 years ago by do_while_true <[email protected]>
revert: "ci: building pdfs silently" (#4168)

Revert "ci: building pdfs silently (#4052)"

This reverts commit 9ba57697ab555b41f330d766106849f...

ad5d069cdb6bd4e1da38a86c7b5699f439c08983 authored over 2 years ago by Wenzhuo Liu <[email protected]>
refactor(lang/python): 大幅修改并增加了 Python 速成 的内容 (#3228)

* fix(math/quick-pow): initialize res to 1%mod in case exp=0 and mod=1

where the anwser should ...

703c49a7da6d6635e37840802993b91d125b516d authored over 2 years ago by chinggg <[email protected]>
fix(graph/tree-divide): fix problem summary (#4174)

* Update tree-divide.md

* style: format markdown files with remark-lint

Co-authored-by: 24...

a673fdfac5a671a681e4640573e96f573faba014 authored over 2 years ago by Flex Zhong <[email protected]>
fix(basic/complexity): Master Theorem例子更正

修改后两种情况的例子

60f214bcb7e33c46d0c7e6471cbe0673454eef85 authored over 2 years ago by queenwen <[email protected]>
fix(math/number-theory/du):typo (#4171)

* Update slope.md

* Update du.md

f54ebee2ea01121aeb5e482f76f548d84d0bf8a6 authored over 2 years ago by nanmenyangde <[email protected]>
fix(dp/opt/slope): typo (#4170)

514e1f7717ad948d4922f06be8ac98717a24237e authored over 2 years ago by nanmenyangde <[email protected]>
快速幂词条的翻译 (#4165)

* fix #3911

* 更换名字,fix bug

c9539d215ceacf57a4452d47f674399fbe551171 authored over 2 years ago by Great-designer <[email protected]>
fix(ds/hash): 关于哈希表页面表述的完善 (#4158)

* Update hash.md

补充完善页面表述
https://github.com/OI-wiki/OI-wiki/issues/2205

* Update hash.md...

7e21b8a2a120bbd7408fa36d1b4f3e54dc6b84e3 authored over 2 years ago by 小蛙 <[email protected]>
fix(/math/number-theory/crt):修改了一些错误 (#4159)

* Update crt.md

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

Co-authored-by: Early <lin_erli@outloo...

dd97659454209f1d347037068f4f44ef93a8bd22 authored over 2 years ago by little-cindy <[email protected]>
feat(basic): add semantic label for paragraph (#4157)

* feat(basic): add semantic label for paragraph

* feat(basic/binary-lifting, divide-and-conquer...

69e49a2421391feeb41ddf3b54628538302ffe83 authored over 2 years ago by WenzelTian <[email protected]>
feat(basic/prefix-sum): add exercises (#4152)

33ff2faa94a3c5d8b1e140c79c62df2ed3c00e67 authored over 2 years ago by Flex Zhong <[email protected]>
fix(math/linear-programming.md): 修改图解法示例以满足题解

d78d1c8c0a537123dc4b024f8d2c9fba533ae527 authored over 2 years ago by yienlilu <[email protected]>
fix(math/images/linear-programming4.png): 删除无用图片

ed8f56092ad96dcef0188b90e7ec9c3563e23759 authored over 2 years ago by yienlilu <[email protected]>
fix(math/images/linear-programming3.png): 更新图解法插图

ac3df337de4b9f3f10b0eb443d27499ac0f4f066 authored over 2 years ago by yienlilu <[email protected]>
feat(graph/mod-shortest-path): 补充描述 (#4139)

* feat(graph/mod-shortest-path): 补充描述

* Update mod-shortest-path.md

* Update mod-shortest-path...

88d4a330259bf377e225fa0ed40d81ad1cd6b464 authored over 2 years ago by F1shAndCat <[email protected]>
feat(ds/block-list): 新增 __gnu_cxx::rope (#4113)

* Update block-list.md

Add "rope"

* fix(block-list): typo

* Update block-list.md

Fix format ...

325955bacfdaaee2c2f513eeb994641bdb83994a authored over 2 years ago by 小蛙 <[email protected]>
fix(math/vector): more formal (#3875)

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

bed2db80d50f1858c31b7eee73274fd05452f223 authored over 2 years ago by Saisyc <[email protected]>
ci(Mergify): configuration update

Signed-off-by: Coelacanthus <[email protected]>

dbade659abcc1df3c3e24fb93b5b8fdf837bb672 authored over 2 years ago by Coelacanthus <[email protected]>
fix(math/notation): \frac -> \dfrac (#4063)

25df0a977444819a99ad443ab8c4c329b1f97890 authored over 2 years ago by Shuzhou Liu <[email protected]>
ci: building pdfs silently (#4052)

* feat(workflows): quieter build pdf ci

* fix: file err

* feat

* delete silent-mode

* feat: ...

9ba57697ab555b41f330d766106849f2a1dcccba authored over 2 years ago by Shuzhou Liu <[email protected]>
feat(ds/avl.md): add code example for avltree (#4141)

* feat(ds/avl.md): add code example for avltree

* fix(ds/avl.md): collapse example code

* fix ...

019e043d62e824dae6f49fa15ce240ff726647e3 authored over 2 years ago by std::_Rb_tree <[email protected]>
feat(math/linear-algebra-index.md): 添加线性代数简介与线性空间相关内容 (#4120)

* feat(math/linear-algebra-index.md): 添加线性代数简介与线性空间相关内容

* Update linear-algebra-index.md

* 移动线...

d1abb72e746a359f7c16319014526f1c682e9714 authored over 2 years ago by Tang Mingze <[email protected]>
fix(math/poly/intro.md): 规范化英文翻译

2648224ace6dbae119462d60c185669e153322f0 authored over 2 years ago by Saisyc <[email protected]>
feat(math/probability): 完善概率论相关理论的讨论 (#3903)

* feat(math/probability/*): 添加更为完整的概率论概率相关内容。

* refactor(math/expectation.md):
移除页面中有关概率论公理化定义和...

8dc0237412f01497721b0cb050166e5aba641d72 authored over 2 years ago by MegaOwIer <[email protected]>
fix(math/poly/fft):修改歧义表述

b1d2023a94cedb0f5dac69bda459bf12a69f34be authored over 2 years ago by F1shAndCat <[email protected]>
fix(sam.md): 修正 “两个字符串的最长公共子串”示例代码的小错误

fix(sam.md): “两个字符串的最长公共子串”的示例代码中,返回值应为`T.substr(bestpos - best + 1, best)`,而非`t.substr(bestpos ...

e094b84e6e5ac9e391497e00d804909935b32460 authored over 2 years ago by HeatFireY <[email protected]>
feat&refactor(number-theory/quadratic): 更新了二次域相关内容 (#3958)

* 更新了二次域相关内容

* style: format markdown files with remark-lint

* 增加标题

Co-authored-by: 24OI-bot ...

94ac6bb488c15ad2893733c39b1f79138795d359 authored over 2 years ago by Great-designer <[email protected]>
fix(binary.md): 解决「三分法-代码实现」部分中伪代码行编号错误的问题

a99902cc377c501a1685c7c7e7155943cffd3b75 authored over 2 years ago by yusancky <[email protected]>
fix(ds/queue): 修正一处笔误 (#4128)

修正一处笔误

fa4ef2faa34d8e535a28bae3aeaec8c31308fe9d authored over 2 years ago by black_trees <[email protected]>
写清楚适配器的底层容器对象 (#4127)

* 写清楚适配器的底层容器对象

参考
https://en.cppreference.com/w/cpp/container/stack
https://en.cppreference....

230096a968d50b4bd81bfe554762e3e3c5e8fd4a authored over 2 years ago by Haohu Shen <[email protected]>
fix(ds/treap): use markdown for images, not html (#4101)

910431c7b760a7eddbf2c0b0887ed28514c75fab authored over 2 years ago by Shuzhou Liu <[email protected]>
fix(ds/treap):修复”无旋Treap-按值分裂“中的 LaTeX.

a8456bc93986d0f1e78a7ae119f162f61c86e040 authored over 2 years ago by Heriko Deltana <[email protected]>
fix(ds/segt4.svg): 解决 Windows 上 Microsoft Edge 显示图片异常的问题(部分数字不在框内) (#4109)

Resolves an issue where displaying exceptions in Microsoft Edge on Windows (some renderings have...

d66c1d4dd23aeec063cd3a2a1bd695743a07795b authored over 2 years ago by Amazingkenneth <[email protected]>
fix(math/poly/fft.md): fix mistakes

b685f3ea32ff6b428dca43885daf0e8b39815b66 authored over 2 years ago by DepletedPrism <[email protected]>
fix(ds/persistent-in-bit): 修复指向 ZOJ 的链接

153fedd029faacd0a4dd728a1e922c39b011d3a1 authored over 2 years ago by Baoshuo Ren <[email protected]>
feat(lang/op): 新增条件运算符,完善复合赋值运算符 (#4116)

* feat:新增条件运算符,完善复合赋值运算符

feat:新增条件运算符,完善复合赋值运算符

* Update docs/lang/op.md

* Update docs/...

d49d4f9fea9f824f798d77dd217a14abbcfe3551 authored over 2 years ago by lleeoonn <[email protected]>
feat(graph/dsu-on-tree): 增加一个最近CF比赛中用到该知识点的练习题 (#4117)

5eb3c90892d5ab8d42a44cd1629f0399a009c76c authored over 2 years ago by 陈鼫RWHTYFZ <[email protected]>
fix(search/dlx): 修复“靶形数独”中 LaTeX 公式 (#4114)

ca83a23f7967613fa722d7940d7868158796a59e authored over 2 years ago by Clever_Jimmy <[email protected]>
feat&fix(lang/python): 增修 Python 页内容 (#4106)

* feat & fix & refactor(lang/python): 增修 Python 页内容
* 把 REPL 的代码块改为 console 代码块多处;格式化一处

Co-a...

73320ae4ecd0ebe5c54cc45f0872a11f22041f71 authored over 2 years ago by yusancky <[email protected]>
feat(dp/basic): 加入最长公共子序列的名词解释和例题 (#4092)

* feat(dp/basic): 加入最长公共子序列的名词解释和例题

* fix: authors' name strictly same /cc @Persdre

* 去掉一些冗余表达...

ec2f6958dad4be26e0577742ce99536c9eec6550 authored over 2 years ago by queenwen <[email protected]>
fix: mirrors (#4097)

Co-Authored-by: Xeonacid <[email protected]>
Co-Authored-By: Enter-tainer <[email protected]>

8eda1c65266e853a953c055a5fa1a64c2216f685 authored over 2 years ago by Shuzhou Liu <[email protected]>
ci: only add checks when pushing to master

c9e70125a4751eade3f0851098ac522d85217bd6 authored over 2 years ago by Shuzhou Liu <[email protected]>
fix(scripts/pre-build/install-theme): delete cached theme dierctory

c32ff1b9b13adf38dcf0b2a50b908b1dcba1e62d authored over 2 years ago by Menci <[email protected]>
fix: render permalink character in heading with pseudo element

ffa80b092e52f93436f3225994590b7fb56c77e2 authored over 2 years ago by Menci <[email protected]>