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
Update char-poly.md
aae977df99108bf1cec8cff5bb6ed58ad2ab90e4 authored about 2 years ago by Great-designer <[email protected]>修正 Line 310 的示例错误。
bc2d34de4f8775db5e1d28ff610bb9477c7b12b9 authored about 2 years ago by 墨笙_Mooos <[email protected]>* fix(quadrangle.md): 部分复杂度错误
* style: format markdown files with remark-lint
Co-authored-...
c642e1045a058e1ad140a7b0e8dc21e1d8c38d7d authored about 2 years ago by Codë Pang <[email protected]>* Update memo.md
* style: format markdown files with remark-lint
Co-authored-by: 24OI-bot <159...
43d6a5071253f13dece7cfc2cb9d3a32c5293986 authored about 2 years ago by ddllover <[email protected]>e939c60486b83759244e9c4c707a80ecc1bdf218 authored about 2 years ago by 忘怀 <[email protected]>
补充描述
对于起始点描述不清晰,据代码补全
4d5ed1ca04f7cb952a12170759a6aeeb1fda0032 authored about 2 years ago by 物灵 <[email protected]>* upd ogf.md
* upd Catalan.md
* style: format markdown files with remark-lint
Co-authored-by:...
dd5b8fcef8b4d7cde3398e0cf668377f4da1837b authored about 2 years ago by purple-vine <[email protected]>fix #4379
344de7c974ca97a9cac854f90c22de3edd75ac60 authored about 2 years ago by CCXXXI <[email protected]>32046bbc43cfb612fb24a59457c9b0b9f75d9a82 authored about 2 years ago by Tifa <[email protected]>
* feat(tools/editor/clion): add introduction to CLion IDE
* feat(tools/editor/clion): add free ...
6f0864f485a4a2fe5172cab0b060ea1cec5c4961 authored about 2 years ago by std::_Rb_tree <[email protected]>2fc30a5d11e13f81b9272c8406212bd8eca83dbd authored about 2 years ago by Tifa <[email protected]>
* Add GCC(opensuse,scoop), python, jdk, llvm
* remove extra '#'
* style: format markdown f...
193784f8adab225d87047d2492fe41b6e824c822 authored about 2 years ago by Alphagocc <[email protected]>fix(math/combinatorics/stirling.md) 修改了 G_i 定义时的笔误
73210c06782605b451108cf0656c05aa33df7138 authored about 2 years ago by purple-vine <[email protected]>abecbd03479aeb2254f255d4ae8645d16770aefa authored about 2 years ago by Zirnc <[email protected]>
5d8c525d9f2cf0c1fbd49e48634a640bb94936b6 authored about 2 years ago by Yiming Pan <[email protected]>
* feat(tools/compiler): 编译器安装教程
resolves #1766.
* fix(tools/compiler): use command to open env...
245ea79f5e6e8e2a22d088a9767fafab2d9a79a1 authored about 2 years ago by Baoshuo Ren <[email protected]>* Update hld.md
* Update docs/graph/hld.md
Co-authored-by: Marcythm <[email protected]>
* st...
cdd8ee8c991c68a2169464f43e39a67f49cf395f authored about 2 years ago by Alexander-a-l <[email protected]>* fix(shortest-path):style fix
* style: format markdown files with remark-lint
* Update vander...
8a81dae7aa658d7337ee2722bc99f6149c92257d authored about 2 years ago by Zirnc <[email protected]>* feat(ds/seg): 动态开点线段树
* style(docs/ds/seg.md): lint
* fix(docs/ds/seg.md): format
* U...
2ab511a48c2c2a3d1ca39bc0cb038dfe2b964ce0 authored about 2 years ago by Zirnc <[email protected]>Add A Practice Problem
bcd00228a3bf706c1d6a3ec3028130be0b96f8a2 authored about 2 years ago by Ethan Rao <[email protected]>25c83030e3ef28bfe3eb6a6fa03d6bafd3e1629f authored about 2 years ago by qq2964 <[email protected]>
* Create Vandermonde's Convolution.md
* Update Vandermonde's Convolution.md
* Rename Vandermon...
2daa26fbd3ec61f32aa7400176085d6c5191927e authored about 2 years ago by tidongCrazy <[email protected]>* Add lambda expression new page
* style: format markdown files with remark-lint
* 加入Lambda表达式...
3fb60240520de72f04bb8b3d32b74da4495d29c0 authored about 2 years ago by queenwen <[email protected]>* fix(math/combinatorics/stirling, math/number-theory/sieve, string/z-func): style-fix
* styl...
0266897875d96631c392a7b8feaebd40e13bdec3 authored about 2 years ago by WenzelTian <[email protected]>0a70c421d53814f8840f291d8cf18654e2e1eaac authored about 2 years ago by Jimmy Tian <[email protected]>
* feat(math/probability/*): 添加更为完整的概率论概率相关内容。
* refactor(math/expectation.md):
移除页面中有关概率论公理化定义和...
* feat(tree-random-walk): create
* feat(mkdocs.yml): add tree-random-walk
* fix(docs/graph/tre...
554ed6a9e914ed1b43bd065ab78a1c968d864ea5 authored about 2 years ago by AgOH <[email protected]>* python版本实例trie代码有误
对比C++版本
```
if (!nex[p][c]) nex[p][c] = ++cnt; // 如果没有,就添加结点
```
应为先c...
2b72b4e955a114156b9d195818ffb9f049869841 authored about 2 years ago by Jimmy Tian <[email protected]>
* 增加置换和排列
* Update mkdocs.yml
Co-authored-by: Early <[email protected]>
Co-authored-by: Ea...
d3b307c1388aa04a9d259c9db74856a172f2f870 authored about 2 years ago by Great-designer <[email protected]>* add splay operation time complexity
* style: format markdown files with remark-lint
* apply ...
c38474a48e3db499f96c5e4bc0ae26473cbcca51 authored about 2 years ago by Danni <[email protected]>* feat(ds/sbt): add size balanced tree
* style(SizeBalancedTreeMap.hpp): lint
* style(sbt.md):...
54cdca56edd8b341b23b218428da60ce870e7e94 authored about 2 years ago by std::_Rb_tree <[email protected]>* feat(dsu): update desc
* fix(dsu): add `;` after struct
* refactor(dsu): rename _size to siz...
b2ca4b167f300380fd483bc1e44e6eaf2eaec4bb authored about 2 years ago by CCXXXI <[email protected]>26512c06c7e4444569ab655c11faf43a1a39213f authored about 2 years ago by WenzelTian <[email protected]>
* fix(docs/math/number-theory/sieve.md): 修复莫比乌斯函数实现的代码缩进问题
* fix(docs/math/number-theory/sieve....
e74475ae100a5161fd14459a757fcff023f4ecbc authored about 2 years ago by Yisheng Gong <[email protected]>* fix:modified config target
* fix:replaced path from config
9dd0fee559c57f30e219cbfb7275d2aa0b5941e4 authored about 2 years ago by kenlig <[email protected]>* Update bigraph-match.md
* Update bigraph-match.md
131900774fdd6c794919f8084305779aa929d275 authored about 2 years ago by Great-designer <[email protected]>42fbc9d8c76fb1d9c78e93cad3f3cf5a86d3e9b4 authored about 2 years ago by kernel_panic <[email protected]>
* feat:add dp config
* fix:delete / from config
960ae07fcd7df2f409607a7187a82b1e301af653 authored about 2 years ago by kenlig <[email protected]>* feat:add string config
* fix:delete / from config
f112f6b96a2f05ab12cc145042863409c9e6ec84 authored about 2 years ago by kenlig <[email protected]>* feat:add basic config
* fix:delete / from config
1031b907de20dc8354455ad6ae0e21ffaedf3bc2 authored about 2 years ago by kenlig <[email protected]>* feat:add misc config
* fix:delete / from config
a1fb325a2c3f54b5f893c47f29e9fa9a9c7bcf78 authored about 2 years ago by kenlig <[email protected]>* feat:add math config
* fix:delete / from config
993f8f755c4b0266631551c5da7871d3f093ee9e authored about 2 years ago by kenlig <[email protected]>* feat:add graph config
* fix:delete / from config
d8e48348464a3449e7cf8fb6b35390236258b0b0 authored about 2 years ago by kenlig <[email protected]>* feat:add geometry config
* fix:delete / from config
7424d1983f7c43e8716618c8bb94a1b71e1fa892 authored about 2 years ago by kenlig <[email protected]>* feat:add ds config
* fix:delete / from config
70833df83d878fad7b0ce4834f988fbd749469c4 authored about 2 years ago by kenlig <[email protected]>* feat:add search config
* fix:update astar yaml
* fix:delete / from config
11a2fab596dac616def05d56e481c8ff1c4b830f authored about 2 years ago by kenlig <[email protected]>* fix #4303
* Update docs/math/number-theory/wilson.md
Co-authored-by: Tifa <62847935+Tiph...
09e19b9646c78cadc1fb8cc2b6af59dcd6b1fb2c authored about 2 years ago by Great-designer <[email protected]>* 线性代数框架搭建4
* Update mkdocs.yml
* Update mkdocs.yml
* Update linear-transformation.md
...
* refactor(euler): refactor definition
* fix(euler): correct properties
... all of its ver...
b1221f320a756ed83a7c017f8da097d46ed3ec7b authored about 2 years ago by CCXXXI <[email protected]>* Update state.md
Fix the symbols for Boolean AND and OR.
Fix the time complexity.
p.s. t...
694be3cc8c48634f59199e33915e0cb68b5b7c68 authored about 2 years ago by hqztrue <[email protected]>* Update vector-space.md
* Update vector-space.md
* Update docs/math/linear-algebra/vector-spa...
a97884c4682c221455ea38a171e2253825db9faf authored about 2 years ago by Great-designer <[email protected]>* Update egf.md
* style: format markdown files with remark-lint
* Update ett.md
* Update egf....
c994c5489a1f55d1c5fca807a9c652211bdc8670 authored about 2 years ago by Great-designer <[email protected]>2387790f785905eb75905bc85b236cd4f7cf16c1 authored about 2 years ago by Jimmy Tian <[email protected]>
* Update fermat.md
* style: format markdown files with remark-lint
* Update fermat.md
* style...
4b3d452327a46ab5f379a5c9d11830eb04bb3f35 authored about 2 years ago by Great-designer <[email protected]>* Update expression.md
* style: format markdown files with remark-lint
* Update expression.md
...
0c5f136d93f497f0773c411e202484390b7f9d3d authored over 2 years ago by Tifa <[email protected]>
* refactor(dsu): refactor description
* refactor(dsu): refactor initialization
* refactor(dsu)...
b861ed7f554ce80c09f622171a1bb50ee5758084 authored over 2 years ago by CCXXXI <[email protected]>* revert(intro/htc.md)
to 92b35eccde1c4a8443a5b511fd63c86445d1d520
* fix(intro/htc.md): intern...
a1d822b7f5d72533f332c976c52b304e94f5d72e authored over 2 years ago by Tifa <[email protected]>* Update wsl.md
增加 WSL1 转换到 WSL2 的内容。
* style: format markdown files with remark-lint
* Apply...
d83e932392f1041af938fc92a1f068a490b69c05 authored over 2 years ago by AFewMoon <[email protected]>3aad7613ce16e1834066afeeecba1a1f77127455 authored over 2 years ago by Zhikai Zeng <[email protected]>
7814df5205ae8d88a2c32ce342003b4953bc822e authored over 2 years ago by Rkkr <[email protected]>
* fix #4179
* Update docs/ds/bst.md
Co-authored-by: Wenzhuo Liu <[email protected]>
* Update bs...
c0bcffc77f141d106a23963d6f45951b77b86cf6 authored over 2 years ago by Great-designer <[email protected]>* <feat>(math/vector.md): 拓展了空间向量的相关内容,修正了部分表述不严谨之处
* <feat>(math/vector.md):重新修改了部分不恰当和表述不全之处
...
d6ae789dd338f2a7b2dafecc5d702e413ffa92ab authored over 2 years ago by 忘怀 <[email protected]>
fix(math/number-theory/gcd, math/number-theory/euler, math/number-theory/sieve, math/number-theo...
f1df18d62ef871111e764a680abc04d423b154af authored over 2 years ago by WenzelTian <[email protected]>* refactor(basis): migration from PR #3837
* feat(basis): update author
* fix(basis): unify th...
024661c7628c7b6a553ddb3a2520ffbb96143998 authored over 2 years ago by Tifa <[email protected]>* feat(math): add semantic label for paragraph
* fix(math/poly/fundamental): fix typo
Co-autho...
56e9dd15d8a68116bd3affd74dde6eb066c1efca authored over 2 years ago by WenzelTian <[email protected]>92b35eccde1c4a8443a5b511fd63c86445d1d520 authored over 2 years ago by Aynxul03 <[email protected]>
* fix #4176
* style: format markdown files with remark-lint
Co-authored-by: 24OI-bot <1596...
5d5454b4c794270d6d4619673d205633d11d3d82 authored over 2 years ago by Great-designer <[email protected]>7bd72b47cf23c03bf29c09c911a96734d22c128e authored over 2 years ago by Zirnc <[email protected]>
* [refine][sa] 优化介绍倍增算法、height数组等文本
* style: format markdown files with remark-lint
* styl...
6950f34f72a8e7d5e749fafb8f339730cec2cb90 authored over 2 years ago by minghu6 <[email protected]>* 更新二进制集合操作
* Update binary-set.md
* style: format markdown files with remark-lint
* syntax e...
86fc82f4daef5a3e1672270215683bceb14e1960 authored over 2 years ago by Great-designer <[email protected]>* Update sparse-table_2.hpp
* style: format markdown files with remark-lint
Co-authored-by...
95ef1f557d6f50bd23b4dddc89d3164e5c72ea52 authored over 2 years ago by futre-re <[email protected]>* Update kdt_1.cpp
代码有误,建树时单节点要返回自身并对应地更新边界
* style: format markdown files with remark-lin...
a11fc129aee30938fdb1014e8eaba7713130fb0c authored over 2 years ago by panjd123 <[email protected]>* 增加贪心算法的复杂度分析和代码解析
* style: format markdown files with remark-lint
* Update docs/basic/gr...
572a0aaf338d0c82ab5d9581ba7732d7c806f759 authored over 2 years ago by qiqistyle <[email protected]>* 增加插板法讲解,修改部分公式
for issue #4267
* style: format markdown files with remark-lint
* Upda...
8e36502700cdd116afb281d0278839f328d37cdb authored over 2 years ago by black_trees <[email protected]>* Update matrix.md
* Update matrix.md
* style: format markdown files with remark-lint
C...
29030fd65e9e9ce3e2a303d69a5466599e7fd1a8 authored over 2 years ago by Great-designer <[email protected]>* Update linear-equation.md
* Update linear-equation.md
* Update linear-equation.md
94c9380ec3fb8370ba2e85a228660cce8fa27c59 authored over 2 years ago by Great-designer <[email protected]>fix #1252
b3fb5006775505e82fe7297a0a87e141893d3d9f authored over 2 years ago by Great-designer <[email protected]>* fix(convex-hull.md): 错误的习题排版与标题嵌套
RT
* feat(rotating-calipers.md): 增加习题
RT
* style: format...
0fb7a1db333d43cfc7884f926e6181a97dcef249 authored over 2 years ago by minakokojima <[email protected]>fix(coordinate.md): Markdown & LaTeX 修复
Markdown & LaTeX 修复
75afab75193742fdd23af379cf03fd7de0435612 authored over 2 years ago by Legendary-Zeraora <[email protected]>1c9629251aa150213abe71747306a71ce641724b authored over 2 years ago by CCXXXI <[email protected]>
ad34eb00264b0599350d22f48bb35ae3c51d1ec5 authored over 2 years ago by Zirnc <[email protected]>
「USACO06DEC」Milk Patterns 的题解中,应使用「公共前缀」的表述而非「LCP」的表述(不包含最长这一性质)
65e9509f756d5b71585985a38aee1e2e68e82e68 authored over 2 years ago by Nanarikom <[email protected]>* feat(graph/max-clique.md): 增加最大团搜索算法
* Update mkdocs.yml
Co-authored-by: Shuzhou Liu <64...
bae9d6573780316664a041ea8db0def82c4d5fc9 authored over 2 years ago by queenwen <[email protected]>2647a237381bccd3e8a3a3cc40220c645b511e09 authored over 2 years ago by ree-chee <[email protected]>
* fix&feat: tools/editor/vscode 修改部分标题,添加 clang 有关内容
fix: tools/editor/vscode 存在意义相近的标题
fix: t...
* Update product.md
* style: format markdown files with remark-lint
Co-authored-by: 24OI-bot <...
afdbb9e2b840884edc98935c17604b61a34d2a5a authored over 2 years ago by Great-designer <[email protected]>* fix #4219
* style: format markdown files with remark-lint
* Update _redirects
Co-auth...
2cceeb33783ddb29d733a6d88cabae734169a7d9 authored over 2 years ago by Great-designer <[email protected]>* feat(linked-list.md): 添加了 XOR Linked List 的技巧
* style: format markdown files with remark-li...
255e041abd47b6f644c314bd182b3cb62f62a5c0 authored over 2 years ago by Hao Yujie <[email protected]>* 线性代数部分框架搭建1
* style: format markdown files with remark-lint
* 小修理一下pmodvarphi问题
* sty...
f12ea047a2052e5294a14b6bd32477b073e33bb1 authored over 2 years ago by Great-designer <[email protected]>* Add lambda expression new page
* style: format markdown files with remark-lint
* 加入Lambd...
e592809db6e6ef6d36f0286651e80a761829a7f9 authored over 2 years ago by queenwen <[email protected]>720806d0d48bc341dec5f0e0261f1d85a9cd386e authored over 2 years ago by Zirnc <[email protected]>
752f6fb71035b1e6e81dc7ab49f956b675db9d1b authored over 2 years ago by Zirnc <[email protected]>
有个小 typo($x$ 打成 $y$ 了)
a02e2da540dcb9df7b580e0f04ca839fbfd10e21 authored over 2 years ago by henrytb <[email protected]>* Add lambda expression new page
* style: format markdown files with remark-lint
* 加入Lambda表达式...
6684a02a04c6c271e8fe6ecf865b64086745d1a7 authored over 2 years ago by queenwen <[email protected]>* stoer-wagner 修改格式
为什么不加空格
/oh /oh /oh /oh
* more fix
* style: format markdown files ...
ddd8fd6e7cfc936db454204558941213d053e58b authored over 2 years ago by yzy-1 <[email protected]>* <feat>(math/vector.md): 拓展了空间向量的相关内容,修正了部分表述不严谨之处
* <feat>(math/vector.md):重新修改了部分不恰当和表述不全之...
8a7d2bbb640a737b59163d8f60775fb982163e14 authored over 2 years ago by Ohnmaches <[email protected]>* feat(basic/prefix-sum): 更换例题
* style: format markdown files with remark-lint
Co-authored...
0f9abbd7e7d9623f931fa25c9e20e4c66cc83dfc authored over 2 years ago by Zirnc <[email protected]>