Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / OI-wiki/OI-wiki issues and pull requests
#5815 - feat(basic/amortized-analysis.md): 增加均摊复杂度的说明和分析
Pull Request -
State: closed - Opened by yyyu-star 3 months ago
- 1 comment
Labels: Pending apply suggestions / 等待采纳建议
#5814 - fix(contest/problems.md): 删除无意义内容
Pull Request -
State: closed - Opened by Chlero 3 months ago
- 1 comment
#5813 - feat: 单调队列优化
Pull Request -
State: closed - Opened by liujiaxi123456 3 months ago
- 3 comments
#5812 - feat(dp/opt/monotonous-queue-stack): 补充单调队列优化内容
Pull Request -
State: closed - Opened by liujiaxi123456 3 months ago
- 8 comments
#5811 - Update container.md
Pull Request -
State: closed - Opened by Gzx-2014 3 months ago
- 1 comment
#5810 - Update container.md
Pull Request -
State: closed - Opened by Gzx-2014 3 months ago
- 2 comments
Labels: Pending apply suggestions / 等待采纳建议
#5809 - Update ac-automaton.md
Pull Request -
State: closed - Opened by chengyuheng-lucas 3 months ago
- 2 comments
#5808 - feat(ds/li-chao-tree.md): 增加了李超线段树合并的部分,增加了习题
Pull Request -
State: closed - Opened by usada-pekora-286 3 months ago
- 3 comments
#5807 - chore: bump feedback-sys version to 0.3.1
Pull Request -
State: closed - Opened by shaokeyibb 3 months ago
#5806 - fix: 修正了“其他关系”板块中取整表达式的错误
Pull Request -
State: closed - Opened by xzdeyg 3 months ago
- 7 comments
#5805 - feat(math/number-theory/sqrt-decomposition.md): 增加数论分块的拓展 & 改动部分格式
Pull Request -
State: closed - Opened by caijianhong 3 months ago
- 1 comment
#5804 - chore(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 2 comments
Labels: dependencies, javascript, No Response / 失去响应
#5803 - [BUG] 搜索功能不能匹配标题
Issue -
State: open - Opened by Eletary 3 months ago
- 70 comments
Labels: Other Bug / 内容无关的 Bug
#5802 - fix(dp/interval.md): 增加一个dp时考虑的区间
Pull Request -
State: closed - Opened by Chlero 3 months ago
- 3 comments
#5801 - feat(misc/odt.md): 添加珂朵莉树模版例题
Pull Request -
State: closed - Opened by yaner-here 3 months ago
- 4 comments
#5800 - feat(geometry/convex-hull.md): 增加凸包的闵可夫斯基和 (#5647)
Pull Request -
State: closed - Opened by xglight 3 months ago
- 7 comments
#5799 - Add 字符串 Hash 的更多攻击方式
Issue -
State: open - Opened by xglight 3 months ago
- 1 comment
Labels: Content Request / 内容请求
#5798 - feat: Update sqrt-decomposition.md
Pull Request -
State: closed - Opened by zjx-kimi 3 months ago
- 2 comments
Labels: Pending apply suggestions / 等待采纳建议
#5797 - [内容改进] 背包问题页面内容改进
Issue -
State: open - Opened by qwqAutomaton 3 months ago
- 2 comments
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5796 - feat: feedback-sys commit offsets patch
Pull Request -
State: closed - Opened by shaokeyibb 3 months ago
- 4 comments
#5795 - [内容提升] 区间最值操作 & 区间历史最值 内容质量提升
Issue -
State: open - Opened by HeRaNO 3 months ago
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5794 - [内容有误] kmp 中计算前缀函数的朴素算法时间复杂度有误
Issue -
State: closed - Opened by JayWu1997 3 months ago
- 2 comments
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5793 - feat: update feedback-sys to 0.2.0
Pull Request -
State: closed - Opened by shaokeyibb 3 months ago
#5792 - fix(misc/parallel-binsearch): 代码和注释
Pull Request -
State: closed - Opened by LingeZ3z 3 months ago
- 1 comment
#5791 - fix(string/ac-automaton.md): 根据“OI Wiki 不是什么”修改了原文中个人博客风格的内容,并增加了概述 (#5045)
Pull Request -
State: closed - Opened by liangbob2023 3 months ago
- 3 comments
#5790 - feat(ci): lint pr title
Pull Request -
State: closed - Opened by alphagocc 3 months ago
#5789 - fix(math/combinatorics/eulerian.md): fixed some typo
Pull Request -
State: closed - Opened by XuYueming520 3 months ago
- 2 comments
#5788 - Update rotating-calipers.md
Pull Request -
State: closed - Opened by 110980981 3 months ago
#5787 - fix(tools/special-judge.md): Correct factual errors regarding SYZOJ 2
Pull Request -
State: closed - Opened by yzy-1 3 months ago
- 1 comment
#5786 - fix(geometry/rotating-calipers.md): fix bug in code
Pull Request -
State: closed - Opened by 110980981 3 months ago
- 14 comments
#5785 - fix(graph/code/cut): 修正注释
Pull Request -
State: closed - Opened by Chlero 3 months ago
- 2 comments
#5784 - fix(ds/seg): C++ 区间修改参数应使用模板类型
Pull Request -
State: closed - Opened by Second-Last 3 months ago
- 2 comments
#5783 - [内容有误] 线段树C++模板区间修改可能有数据溢出
Issue -
State: closed - Opened by Second-Last 3 months ago
- 1 comment
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5782 - fix:(binary-set.md) 纠正不常见译名
Pull Request -
State: closed - Opened by jol888 4 months ago
- 2 comments
#5781 - fix(ds/bst.md): 修改二叉排序树删除算法的考虑不周之处
Pull Request -
State: closed - Opened by bililateral 4 months ago
- 3 comments
#5780 - feat(contest/ommon-mistakes.md):add more problems which will make you get WA.
Pull Request -
State: closed - Opened by HuangYiming0608 4 months ago
#5779 - fix(bst.md): 对二叉排序树删除算法考虑不周之处进行修改
Pull Request -
State: closed - Opened by bililateral 4 months ago
#5778 - 对二叉树删除算法考虑不周之处进行修改
Pull Request -
State: closed - Opened by bililateral 4 months ago
#5777 - Update bst.md
Pull Request -
State: closed - Opened by bililateral 4 months ago
- 2 comments
#5776 - Update index.md. 将C++23更新为正式标准,c++26为制定中的标准
Pull Request -
State: closed - Opened by Sving1024 4 months ago
- 2 comments
#5775 - fix: ci post process cannot run in windows
Pull Request -
State: closed - Opened by Enter-tainer 4 months ago
#5774 - 20000 Stars Celebration
Issue -
State: closed - Opened by github-actions[bot] 4 months ago
Labels: Celebration / 庆贺
#5773 - fix(math/number-theory/bezouts.md): 为字母及数字添加latex格式
Pull Request -
State: closed - Opened by buggg-hfc 4 months ago
#5772 - feat(dp/basic): 添加最长上升子序列的求法
Pull Request -
State: closed - Opened by Taoran-01 4 months ago
- 3 comments
#5771 - feat: add offset-inject frontend
Pull Request -
State: closed - Opened by shaokeyibb 4 months ago
- 2 comments
#5770 - feat(string/hash.md):增加 Hash 的错误率分析及卡法(#4790)
Pull Request -
State: closed - Opened by xglight 4 months ago
- 2 comments
#5769 - fix(docs/graph/virtual-tree.md): 删除无用定义 & 修正注释表述
Pull Request -
State: closed - Opened by GoodCoder666 4 months ago
- 1 comment
#5768 - [内容有误] Testlib/通用/通用函数一栏函数名有误
Issue -
State: closed - Opened by qwertim 4 months ago
- 3 comments
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5767 - fix(math/linear-algebra/matrix.md): fix typo
Pull Request -
State: closed - Opened by xcmvec 4 months ago
- 2 comments
#5766 - feat(graph/dominator-tree.md): 删除多余右括号
Pull Request -
State: closed - Opened by tder6 4 months ago
#5765 - feat(graph/dsu-on-tree): typo
Pull Request -
State: closed - Opened by StableAgOH 4 months ago
#5764 - feat(ds/aa-tree): 增加 aa-tree 可视化等参考链接
Pull Request -
State: closed - Opened by c8ef 4 months ago
#5763 - feat(ds/seg-beats): 完善了区间最值例题 4 的题解和代码,补充了例题 1,2,4 的评测链接
Pull Request -
State: closed - Opened by GoatGirl98 4 months ago
- 3 comments
#5762 - [内容改进] 为页面“区间最值操作/区间历史最值”补充评测链接和题解
Issue -
State: closed - Opened by GoatGirl98 4 months ago
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5761 - feat(ds/linked-list.md): 添加静态链表描述
Pull Request -
State: closed - Opened by gthbhry 4 months ago
- 6 comments
Labels: Pending apply suggestions / 等待采纳建议, No Response / 失去响应
#5760 - fix(graph/dominator-tree): 修正支配树的 dag 求法
Pull Request -
State: closed - Opened by Lampese 4 months ago
- 2 comments
Labels: Pending apply suggestions / 等待采纳建议
#5759 - refactor(misc/odt.md): 重写珂朵莉树页面
Pull Request -
State: closed - Opened by caijianhong 4 months ago
- 4 comments
#5758 - feat(docs/zeller.md):添加蔡勒公式页面 (#5756)
Pull Request -
State: closed - Opened by marscheng1 4 months ago
- 1 comment
#5757 - feat(docs/zeller.md): 添加蔡勒公式页面 (#5756)
Pull Request -
State: closed - Opened by marscheng1 4 months ago
- 17 comments
#5756 - Add 蔡勒公式
Issue -
State: closed - Opened by marscheng1 4 months ago
- 2 comments
Labels: Content Request / 内容请求
#5755 - feat(ds/avl): 矢量化AVL图片
Pull Request -
State: closed - Opened by diauweb 4 months ago
- 3 comments
#5754 - [内容有误] 最短路算法中dijkstra算法的正确性证明中,dis[y]和D[y]的关系有误
Issue -
State: closed - Opened by lingkerio 4 months ago
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5753 - fix(python): typo and redundant semicolon
Pull Request -
State: closed - Opened by ksyx 4 months ago
#5752 - fix(graph/shortest-path): fix typo
Pull Request -
State: closed - Opened by lingkerio 4 months ago
Labels: Pending review / 等待审核
#5751 - feat(graph/planar.md): 添加关于 K_3,3 和 K_5 的解释
Pull Request -
State: closed - Opened by AlphaDrawer 4 months ago
- 2 comments
#5750 - [内容有误] python 速成,介绍 list 二维“数组”的代码第 24 行写错了
Issue -
State: closed - Opened by BaoyunMa 4 months ago
- 1 comment
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5749 - fix(berlekamp-massey.md): 修复公式错误
Pull Request -
State: closed - Opened by ZnPdCo 4 months ago
- 7 comments
Labels: Pending review / 等待审核
#5748 - feat: enhance top tree images
Pull Request -
State: closed - Opened by Enter-tainer 4 months ago
- 1 comment
#5747 - fix(docs/contest/common-mistakes.md): 删去一个错项
Pull Request -
State: closed - Opened by caijianhong 4 months ago
#5746 - fix(ds/cartesian-tree): improve content
Pull Request -
State: closed - Opened by HeRaNO 4 months ago
- 1 comment
#5745 - 需要矢量化的图像 + 有问题的 SVG 列表
Issue -
State: open - Opened by ksyx 4 months ago
- 2 comments
#5744 - fix(ds/cartesian-tree.md): fix typo
Pull Request -
State: closed - Opened by dfluyanlin 4 months ago
- 3 comments
Labels: Pending apply suggestions / 等待采纳建议
#5743 - fix(ds/wblt.md): 修正 typo 与代码错误
Pull Request -
State: closed - Opened by Paradokusu 4 months ago
- 3 comments
#5742 - [BUG] OI-wiki炸飞了,所有镜像站都上不去。
Issue -
State: closed - Opened by user-leo-757861 4 months ago
- 3 comments
Labels: Other Bug / 内容无关的 Bug
#5741 - feat(ds/loser-tree.md): 增加败者树的描述 (Closes #4857)
Pull Request -
State: closed - Opened by yyyu-star 4 months ago
- 4 comments
Labels: Pending apply suggestions / 等待采纳建议
#5740 - Update vscode.md
Pull Request -
State: closed - Opened by wbw121124 4 months ago
- 3 comments
#5739 - Add 快速求二叉树最近公共祖先深度
Issue -
State: closed - Opened by AZZRCN 4 months ago
- 5 comments
Labels: Content Request / 内容请求
#5738 - [内容改进] 重写笛卡尔树的伪代码
Issue -
State: closed - Opened by alphagocc 4 months ago
- 1 comment
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5737 - feat(treap.md): 增加期望复杂度的证明并修改部分表述
Pull Request -
State: closed - Opened by qwqAutomaton 4 months ago
- 1 comment
#5736 - feat(vEB-tree.md): 增加 van Emde Boas 树页面 [WIP]
Pull Request -
State: closed - Opened by qwqAutomaton 4 months ago
- 4 comments
#5735 - 对前缀和与差分一栏做出的扩展与变更:update prefix-sum.md
Pull Request -
State: closed - Opened by CppTony 4 months ago
- 3 comments
#5734 - fix(ds/cartesian-tree.md): fix typo
Pull Request -
State: closed - Opened by jimmyas 4 months ago
- 2 comments
#5733 - 看错了…… fix(docs/basic/code/binary/binary_1.cpp,docs/basic/code/binary/binary_1.py): 将大于改为小于(github.com/OI-wiki/gitment/discussions/562#discussioncomment-4303932)
Pull Request -
State: closed - Opened by asdf123asdf123asdf123 4 months ago
- 3 comments
#5732 - fix(math/number-theory/prime.md): 修复素性测试代码;修改奇怪用语;改正 Carmichael 的定义
Pull Request -
State: closed - Opened by weilycoder 4 months ago
#5731 - fix(discrete.md): typo
Pull Request -
State: closed - Opened by senlinjun 4 months ago
- 2 comments
#5730 - [内容有误] 杂项-离散化中方法二的“跟据”应为“根据”
Issue -
State: closed - Opened by senlinjun 4 months ago
- 1 comment
Labels: Content Bug / 页面内容有误, help wanted / 需要帮助
#5729 - feat: 代码片段测试功能实现
Pull Request -
State: closed - Opened by TrickEye 4 months ago
- 2 comments
Labels: mergify/can-merge
#5728 - feat(graph/scc): 完善了 Tarjan 算法的引入与前置的栈定义
Pull Request -
State: closed - Opened by Yuuuics 4 months ago
- 2 comments
#5727 - feat(sqrt-tree.md): 增加树高的证明
Pull Request -
State: closed - Opened by qwqAutomaton 4 months ago
#5726 - test: lint test
Pull Request -
State: closed - Opened by Enter-tainer 4 months ago
#5725 - fix(string/kmp.md): 修正代码错误
Pull Request -
State: closed - Opened by yzy1232 4 months ago
- 4 comments
#5724 - fix: some "^"
Pull Request -
State: closed - Opened by ZPF-15 4 months ago
- 6 comments
Labels: Pending apply suggestions / 等待采纳建议
#5723 - fix(graph/shortest-path.md): 优化dis数组初始化
Pull Request -
State: closed - Opened by asxzt 4 months ago
- 4 comments
#5722 - fix(graph/shortest-path): 修改文章顺序
Pull Request -
State: closed - Opened by LiserverYang 4 months ago
- 2 comments
#5721 - fix(graph/scc): 修复证明中的错误
Pull Request -
State: closed - Opened by dongzhiwei-git 4 months ago
- 3 comments
Labels: Pending review / 等待审核
#5720 - fix(ds/top-tree): misc format fix
Pull Request -
State: closed - Opened by HeRaNO 4 months ago
- 5 comments
#5719 - fix(graph/dsu-on-tree.md): 修缮内容
Pull Request -
State: closed - Opened by xiaofu-15191 4 months ago
#5718 - fix(docs/ds/avl.md): 规范伪代码
Pull Request -
State: closed - Opened by GoodCoder666 4 months ago
Labels: Pending review / 等待审核
#5717 - fix(ds/top-tree.md): typo
Pull Request -
State: closed - Opened by liuzimingc 4 months ago
- 1 comment
#5716 - refactor(math/linear-algebra/matrix.md vector.md): 重构线代矩阵和向量部分
Pull Request -
State: closed - Opened by qwqAutomaton 4 months ago
- 3 comments