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

[功能请求] 自动验证例题代码是否AC

ImpleLee opened this issue about 1 year ago
refact(topic/segment-tree-offline.md): 重写线段树与离线询问部分

xiezheyuan opened this pull request about 1 year ago
fix(graph/bfs.md): 修改判断点在最短路上的错误

Kaiser-Yang opened this pull request about 1 year ago
Update graph-enumeration.md 添加图论计数习题

ComeIntoCalm opened this pull request about 1 year ago
Update(graph/concept.md): 改变简单图概念出现的顺序。

Kaiser-Yang opened this pull request about 1 year ago
fix(tools/editor/sublime): fix typo

chang-wenxuan opened this pull request about 1 year ago
chore(deps): bump tj-actions/changed-files from 35.4.1 to 41.0.0 in /.github/workflows

dependabot[bot] opened this pull request about 1 year ago
chore: hello, 2024

undefined-moe opened this pull request about 1 year ago
fix(docs/ds/bst.md): 二叉搜索树的一些方法的实现并不周详 (#5344)

lingkerio opened this pull request about 1 year ago
[内容有误] 二叉搜索树的一些方法的实现并不周详

lingkerio opened this issue about 1 year ago
Update splay.md

Ark-Aak opened this pull request about 1 year ago
feat(dp/count.md): 添加计数 DP 内容

OIer1048576 opened this pull request about 1 year ago
fix(dp/interval.md): 对状态转移方程的表述错误

CodingOIer opened this pull request about 1 year ago
[内容有误] 区间 DP 表述错误

CodingOIer opened this issue about 1 year ago
feat(graph-enumeration.md): 添加图论计数习题

ComeIntoCalm opened this pull request about 1 year ago
fix(ds/rbtree): 红黑树性质的笔误修复

Lhcfl opened this pull request about 1 year ago
revert(check-quotes.yml): revert to #4845

Tiphereth-A opened this pull request about 1 year ago
feat(inclusion-exclusion-principle.md): 添加容斥原理习题

ComeIntoCalm opened this pull request about 1 year ago
ci(check-quotes): 修正权限设定

CCXXXI opened this pull request about 1 year ago
fix(misc/mo-algo): fix typo

HeRaNO opened this pull request about 1 year ago
[内容有误] 普通莫队的叙述错误

CodingOIer opened this issue about 1 year ago
ci(typst): remove texmath

megakite opened this pull request about 1 year ago
feat(graph/dfs.md): 为DFS增加邻接表实现和部分超链接

Craneplayz opened this pull request about 1 year ago
fix(docs/string/manacher.md) 修正笔误

pengxurui opened this pull request about 1 year ago
[RFC] 页面分类和区分基础/进阶知识等

Petalzu opened this issue about 1 year ago
refactor(tools/editor/vim.md): 增删介绍内容

Petalzu opened this pull request about 1 year ago
fix(graph/shortest-path.md): python code of SPFA

wplf opened this pull request about 1 year ago
feat(graph/dfs.md): 在实现DFS部分添加了Java示例代码

LLLgoyour opened this pull request about 1 year ago
fix ci

Enter-tainer opened this pull request about 1 year ago
feat(tools/latex.md): 添加无序列表与源代码页面链接

Shen-Linwood opened this pull request about 1 year ago
Revert "yarn 没法识别 .ts,更改成 .mts"

HeRaNO opened this pull request about 1 year ago
fix: formula

Tiphereth-A opened this pull request about 1 year ago
fix: admonitions & codeblocks

Tiphereth-A opened this pull request about 1 year ago
fix(entringer.md): formula

Tiphereth-A opened this pull request about 1 year ago
feat: 补充内链

Tiphereth-A opened this pull request about 1 year ago
chore(deps): bump @octokit/webhooks from 9.26.0 to 9.26.3

dependabot[bot] opened this pull request about 1 year ago
chore(deps): bump octokit from 1.8.1 to 3.1.2

dependabot[bot] opened this pull request about 1 year ago
fix(index.md): update C++ std version of ICPC

Tiphereth-A opened this pull request about 1 year ago
fix: references

Tiphereth-A opened this pull request about 1 year ago
perf(graph/tree-random-walk): enhance

StableAgOH opened this pull request about 1 year ago
fix(ds/kdt): typo

AC-Stray opened this pull request about 1 year ago
fix(basic/quick-sort.md): 补全括号

PhantomPower82 opened this pull request about 1 year ago
feat(graph/mst.md):添加 Kruskal 算法伪代码的 C++ 形式

rksm2329 opened this pull request about 1 year ago
yarn 没法识别 .ts,更改成 .mts

hhc0001 opened this pull request about 1 year ago
ci(typst): update to typst v0.10.0, texmath v0.12.8.6

megakite opened this pull request about 1 year ago
fix(mdst.md): URL of cf266D

wplf opened this pull request about 1 year ago
fix(graph/tree-random-walk.md): 修正内容

CJTracer opened this pull request about 1 year ago
fix(workflow/typst): 修复字体下载问题

HeRaNO opened this pull request about 1 year ago
fix(typst): fix upstream lxgw wenkai font download

Enter-tainer opened this pull request about 1 year ago
fix(concentration-inequality): 移除重复文字

SparkleSeven opened this pull request about 1 year ago
feat(graph/mst.md): 添加Prim算法的Python代码

zang-langyan opened this pull request about 1 year ago
fix(virtual-tree.md): 完善引入部分例题题面

kfy666 opened this pull request about 1 year ago
fix(reference.md): the value of `n8`

Duodenum87 opened this pull request about 1 year ago
fix(ds/rbtree.md): 修改了删除维护平衡case5中的错误 (#5296)

LeverImmy opened this pull request about 1 year ago
fix typst build

Enter-tainer opened this pull request about 1 year ago
fix(math/catalan.md): Catalan 数应用描述修正

Skyminers opened this pull request about 1 year ago
feat(contest/common-mistakes.md): 添加因环境不同导致的错误

broken-paint opened this pull request about 1 year ago
fix(graph/lca): 调整随机树情况下时间复杂度的表达

HeRaNO opened this pull request about 1 year ago
fix(ds/llrbt.md):修改左倾红黑树关于边/节点颜色的说明

giiiiiithub opened this pull request about 1 year ago
feat(ds/wblt.md): 改善 WBLT 页面内容

AtomAlpaca opened this pull request about 1 year ago
fix(ds/llrbt.md):补充红黑树性质2(nil节点为黑色)

giiiiiithub opened this pull request about 1 year ago
[BUG] 关于“类欧几里德算法”页面的 LaTex 渲染

danielqfmai opened this issue about 1 year ago
建议修改 <kbd> 的 CSS 样式

danielqfmai opened this issue about 1 year ago
fix(graph/graph-matching/graph-match.md) 补充翻译

Shen-Linwood opened this pull request about 1 year ago
[内容有误] 线段树查询中值计算错误

h1542462994 opened this issue about 1 year ago
fix(string/match.md): fix typo

HeRaNO opened this pull request about 1 year ago
fix(graph/dmst.md): 更正朱刘算法过程的错误描述

EarthMessenger opened this pull request about 1 year ago
fix(topo.md): fix typo

kfy666 opened this pull request about 1 year ago
feat(graph/tree-centroid.md): 完善 树的重心 页面及添加例题

ttzc opened this pull request about 1 year ago
fix(graph/cut): 改善代码排版

kx23333 opened this pull request about 1 year ago
fix(ds/images/splay-zig-zag.svg): 修改 splay zig-zag 示意图

lxtp opened this pull request about 1 year ago
fix(search/alpha-beta): fix typo

Pierceby opened this pull request about 1 year ago
fix(dp/quadrangle): 添加少写的项

CSPNOIP opened this pull request about 1 year ago
fix(string/kmp): 修正笔误和算法错误

SingerCoder opened this pull request about 1 year ago
fix(graph/mst): 修正了 NOI 2018 归程做法的笔误

y-kx-b opened this pull request about 1 year ago
fix(graph/mst): fix typo

HeRaNO opened this pull request about 1 year ago
feat(math/sieve): 改善筛法页面中代码

HeRaNO opened this pull request about 1 year ago
[BUG] workflow 中 Build LaTeX 失败

HeRaNO opened this issue about 1 year ago
fix(string/match.md): 修复暴力匹配复杂度错误

karman011 opened this pull request about 1 year ago
Create segt5.svg

yifan0305 opened this pull request about 1 year ago
feat(dp/state.md): 补充子集枚举例题

Tiphereth-A opened this pull request about 1 year ago
fix(dp/basic): 修正最长不降子序列中算法过程

hhc0001 opened this pull request about 1 year ago
fix(dp/basic): 修正最长不降子序列中算法过程

hhc0001 opened this pull request about 1 year ago
16384 Stars Celebration

github-actions[bot] opened this issue about 1 year ago
fix(dp/basic): 修正最长不降子序列中算法过程

hhc0001 opened this pull request about 1 year ago
fix(catalan.md): fix typo

kfy666 opened this pull request about 1 year ago
fix(bst.md): AVL左右旋转代码有误

luoling8192 opened this pull request about 1 year ago
fix(graph/lca): 修正例题代码并合并到 code 文件夹中

HeRaNO opened this pull request about 1 year ago
feat(bezouts.md):完善裴蜀定理内容及证明

TianKong-y opened this pull request about 1 year ago
[内容有误] 左偏树页面删除任意结点有误

llleixx opened this issue about 1 year ago
fix(binary.md): 三分法实现中c++代码有误

TNO-C137 opened this pull request about 1 year ago