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(prime.md): 修正 Carmichael 数的错误介绍并补充更多内容

Tiphereth-A opened this pull request over 1 year ago
ci: fix latex build

Enter-tainer opened this pull request over 1 year ago
ci: use upstream latex-action

Enter-tainer opened this pull request over 1 year ago
fix(symbol.md):修正黎曼 ζ 函数备注里的错误

untitledunrevised opened this pull request over 1 year ago
feat(bell.md):新增贝尔数的指数生成函数

untitledunrevised opened this pull request over 1 year ago
fix(virtual-tree.md):将代码中的unque改成unique

hyx1124 opened this pull request over 1 year ago
refactor: 重构同余、原根、剩余页面,修正若干问题

Tiphereth-A opened this pull request over 1 year ago
[内容有误] 卡迈克尔数的性质叙述有误

Craneplayz opened this issue over 1 year ago
ci(check-quotes): suggest change

CCXXXI opened this pull request over 1 year ago
fix(math/poly/dgf.md): 修复链接

lychees opened this pull request over 1 year ago
将杂项随机化部分移动至概率论部分

Great-designer opened this issue over 1 year ago
Add Splay区间操作

limuy2022 opened this issue over 1 year ago
fix(prime.md): 更正了 Miller-Rabin 算法 python 代码实现中的错误

Marcythm opened this pull request over 1 year ago
fix(number): 删除多余代码

ChungZH opened this pull request over 1 year ago
fix(state.md): 移除错误习题

shinzanmono opened this pull request over 1 year ago
fix: 部分参考文献的引用

Tiphereth-A opened this pull request over 1 year ago
增加树 dp 习题,并修复一个链接错误

lychees opened this pull request over 1 year ago
feat(math/combinatorics/graph-enumeration.md): 增加习题

lychees opened this pull request over 1 year ago
Add Morris 遍历

yuhuoji opened this issue over 1 year ago
chore(deps): bump pymdown-extensions from 9.9 to 10.0.1

dependabot[bot] opened this pull request over 1 year ago
feat(graph/tree-basic.md):增加二叉树的递归顺序遍历

yuhuoji opened this pull request over 1 year ago
fix(java-pro.md):修正 java 快读一节中 next 函数逻辑错误

untitledunrevised opened this pull request over 1 year ago
fix(ds/sparse-table.md):修正笔误

zymooll opened this pull request over 1 year ago
refactor(ntt.md): 修正 CNTT 介绍,补充示例代码

Tiphereth-A opened this pull request over 1 year ago
java快读一节中next函数逻辑错误

buzuyun opened this issue over 1 year ago
refactor: 将 CNTT 并入 NTT

Tiphereth-A opened this pull request over 1 year ago
refactor(common-tricks.md): 移除 unroll 和 reassociate 相关内容

Tiphereth-A opened this pull request over 1 year ago
feat(string/suffix-tree.md): 添加后缀树内容

Eletary opened this pull request over 1 year ago
Add 后缀树

Eletary opened this issue over 1 year ago
feat(symbol.md): 添加指向数学符号表源代码的链接

Tiphereth-A opened this pull request over 1 year ago
add(graph/color.md): 为 Vizing 定理添加示例代码

lyccrius opened this pull request over 1 year ago
feat(symbol): add LaTeX

383494 opened this pull request over 1 year ago
Add 数学符号表对应LaTeX

383494 opened this issue over 1 year ago
feat(math/combinatorics/graph-enumeration.md): Create graph-enumerati…

lychees opened this pull request over 1 year ago
refactor: 将数值积分等移至「数值算法」小节

Tiphereth-A opened this pull request over 1 year ago
feat(math/combinatorics/graph-enumeration): Create graph-enumeration.md

lychees opened this pull request over 1 year ago
fix(pollard-rho):修正用gcd求约数中k和n的表述

383494 opened this pull request over 1 year ago
chore(deps): bump requests from 2.28.1 to 2.31.0

dependabot[bot] opened this pull request over 1 year ago
修复了在 save.md 邻接矩阵部分Python代码的bug

zhu-yifang opened this pull request over 1 year ago
feat(basic/enumerate): 增加枚举页面复杂度分析 (#3192)

Tiphereth-A opened this pull request over 1 year ago
feat(graph/euler.md): 添加欧拉图章节的习题

lychees opened this pull request over 1 year ago
feat(dp/plug.md): 添加插头 dp 章节的习题

lychees opened this pull request over 1 year ago
feat(cntt): 删除cntt相关页面或合并到ntt

383494 opened this pull request over 1 year ago
feat(dp/plug.md): 添加插头 dp 章节的习题。

lychees opened this pull request over 1 year ago
fix: 引用站内内容时使用相对路径

Tiphereth-A opened this pull request over 1 year ago
fix: 使用粗体标记 OI Wiki 文本

Tiphereth-A opened this pull request over 1 year ago
feat(misc/mo-algo-secondary-offline): 添加莫队二次离线

lyccrius opened this pull request over 1 year ago
fix(insertion-sort.md): 优化 CPP 代码性能和可读性

EmptyDreams opened this pull request over 1 year ago
fix: remove `inline` in C++ codes

Tiphereth-A opened this pull request over 1 year ago
fix(graph/flow/bound.md): 改正"无源汇上下界可行流" 中的连边错误

interestingLSY opened this pull request over 1 year ago
fix(inclusion-exclusion-principle.md): 修正DAG计数中的公式错误

lychees opened this pull request over 1 year ago
feat(docs/ds/seg.md):增加线段树分裂的简单介绍(#2354)

moon-dim opened this pull request over 1 year ago
feat(docs/ds/seg.md): 增加线段树分裂的简单介绍

moon-dim opened this pull request over 1 year ago
fix(dp/basic.md): 修正最长不下降子序列中算法描述错误

XiaoSuan250 opened this pull request over 1 year ago
chore: update minify-html to v0.11.1

Enter-tainer opened this pull request over 1 year ago
feat(tree-centroid): 补充习题资料

ChungZH opened this pull request over 1 year ago
fix(graph/flow/max-flow.md): 修复 HLPP 代码

argvchs opened this pull request over 1 year ago
[RFC] LaTeX 公式后不应接句号「。」

Tiphereth-A opened this issue over 1 year ago
fix(bplus-tree.md):修正子树与关键字数量关系

CainXCain opened this pull request over 1 year ago
fix: 自然对数的底 e 的写法

Tiphereth-A opened this pull request over 1 year ago
fix(basic/insertion-sort): 代码错误(#4865)

Happy-Code-HC opened this pull request over 1 year ago
[内容有误] 插入排序代码错误

Happy-Code-HC opened this issue over 1 year ago
feat(cntt):Add 快速复数论变换原理

383494 opened this pull request over 1 year ago
Add 快速复数论变换原理

383494 opened this issue over 1 year ago
fix(math/number-theory/primitive-root.md): 添加原根部分符号定义(#4860)

chuxin0816 opened this pull request over 1 year ago
[内容有误] 原根部分出现符号定义不规范

Larry0716 opened this issue over 1 year ago
Add 败者树

greatwallgoogle opened this issue over 1 year ago
feat(math/simplex.md): 增加了拉格朗日对偶内容

Iridescent41 opened this pull request over 1 year ago
Add 线段树分裂

xiaohanlin101407 opened this issue over 1 year ago
fix(graph/shortest-path.md): 移除主观判断

Nanarikom opened this pull request over 1 year ago
Add 拟阵

Great-designer opened this issue over 1 year ago
ci(check-quotes): 增加引号检查

CCXXXI opened this pull request over 1 year ago
Add 牛顿恒等式

Great-designer opened this issue over 1 year ago
Add 2-3树

Great-designer opened this issue over 1 year ago
feat(math/number-theory/pollard-rho.md): 增加倍增优化的 Python 实现

2740365712 opened this pull request over 1 year ago
Add Recursive Descent Parsing

Backl1ght opened this issue over 1 year ago
[内容有误] 舞蹈链的图有误

jifbt opened this issue over 1 year ago
Add Johnson-Trotter算法

Great-designer opened this issue over 1 year ago
fix(inverse): 修正相切图形反演的结论

383494 opened this pull request over 1 year ago
fix(docs/basic/complexity.md): 修正主定理定义和例子错误

onelittlechildawa opened this pull request over 1 year ago
[功能请求] 两个线性空间的交

Great-designer opened this issue over 1 year ago
feat(contest/dictionary.md): 增加了一道例题及其做法

SmallTualatin opened this pull request over 1 year ago
fix(graph/virtual-tree.md): 修订了虚树构造方法的证明

SmallTualatin opened this pull request over 1 year ago
feat(backtracking.md):补充N皇后例题

Great-designer opened this pull request over 1 year ago
Add STRASSEN算法

Great-designer opened this issue almost 2 years ago
[BUG] 夜晚模式中无法打开图片

wxh-233 opened this issue almost 2 years ago
feat(format): 区分全半角引号

CCXXXI opened this pull request almost 2 years ago
Add 卡掉自然溢出Hash的方法

Great-designer opened this issue almost 2 years ago
[内容有误] 可持久化字典树例题代码不能 AC

shinzanmono opened this issue almost 2 years ago
Add 根号分治相关内容

paulzrm opened this issue almost 2 years ago
fix primitive-root.md:修改原根定义的一处错误

Peanut-Tang opened this pull request almost 2 years ago
fix: 修正部分标点使用 & 中文语境统一使用直角引号

CCXXXI opened this pull request almost 2 years ago