Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / youngyangyang04/leetcode-master issues and pull requests
#2898 - 添加kamacoder/0047.参会dijkstra朴素的Go版本
Pull Request -
State: open - Opened by HuangLM03 2 days ago
#2897 - 0654最大二叉树.md增加新非递归算法
Pull Request -
State: open - Opened by PUBGprofessor 2 days ago
#2896 - 更新:添加kamacoder/0058区间和的Go版本
Pull Request -
State: open - Opened by HuangLM03 3 days ago
#2895 - 关于翻转二叉树章节使用广度优先遍历方法
Issue -
State: open - Opened by tkkclym 3 days ago
#2894 - 修改0209.长度最小的子数组.md笔误
Pull Request -
State: open - Opened by wang1xiang 6 days ago
#2893 - leetcode59: 不用定义那么多复杂的变量。只用一个start和end就能解决
Issue -
State: open - Opened by Hitoku08 6 days ago
#2892 - 332.重新安排行程 第一版Java代码超时
Issue -
State: open - Opened by hssy252 7 days ago
#2891 - 617 合并二叉树,虽然卡哥您的代码能通过,但我觉得不够严谨,想和你探讨一下
Issue -
State: closed - Opened by WanZhan-lucky 8 days ago
#2890 - 增加0452.用最少数量的箭引爆气球,python,基于右侧坐标排序的算法,节约表达式中的判断步骤
Pull Request -
State: open - Opened by PatrickWWWANG 8 days ago
#2889 - Update 0112.路径总和.md
Pull Request -
State: open - Opened by WanZhan-lucky 8 days ago
#2888 - docs: more concise rust code in 根据身高重建队列(vector原理讲解).md
Pull Request -
State: open - Opened by young010101 9 days ago
#2887 - fix: 修改部分错别字
Pull Request -
State: open - Opened by AsaoOoo0o0o 9 days ago
#2886 - 有关动态规划章节背包问题的疑问
Issue -
State: open - Opened by flappypenguingithub 10 days ago
#2885 - Update 0044.开发商购买土地.md
Pull Request -
State: open - Opened by yanzhuang-h 10 days ago
#2884 - 完全背包理论基础-二维DP数组go版本题解;多重背包理论基础go版本题解
Pull Request -
State: open - Opened by twoliang 14 days ago
#2883 - Update 0209.长度最小的子数组.md
Pull Request -
State: closed - Opened by hank1101444 14 days ago
#2882 - Update 0001.两数之和.md
Pull Request -
State: open - Opened by buptz2b 14 days ago
#2881 - 添加 0058.区间和.md Go版本
Pull Request -
State: open - Opened by jackieyyang 15 days ago
#2880 - fix:1.删去C++双链表法中无用的num。2.增加delete关键字来释放链表中的第index个节点的内存。
Pull Request -
State: open - Opened by Wu-Jackie 23 days ago
#2879 - Update 0216.组合总和III.md
Pull Request -
State: open - Opened by lewiseng 24 days ago
#2878 - Update 0968.监控二叉树.md
Pull Request -
State: closed - Opened by ClearVIper3 25 days ago
#2877 - docs: 为 0494.目标和.md 完善了 JavaDoc 注释, 添加了动规五部曲注释, 规范了部分代码格式, 修改了部分变量名以增强代码语义化
Pull Request -
State: open - Opened by asnsuyu 25 days ago
#2876 - 添加 0108.冗余连接 Java版本代码
Pull Request -
State: open - Opened by crossover-any 27 days ago
#2875 - 添加了209.长度最小的子数组中C++语言的另一种书写形式
Pull Request -
State: open - Opened by cbacode 27 days ago
#2874 - 修改0112.路径总和.md的Java版本代码的字母小写问题、修改0530.二叉搜索树的最小绝对差.md的Java版本 进行了代码格式化并添加了统一迭代法的注释、修改二叉树总结篇.md一处列表级别的格式问题
Pull Request -
State: open - Opened by curforever 27 days ago
#2873 - 添加0054.替换数字.md python版本
Pull Request -
State: open - Opened by iqna126 about 1 month ago
- 1 comment
#2872 - 添加 0063 不同路径 python 3版本
Pull Request -
State: open - Opened by evian999 about 1 month ago
#2871 - 修改0383.赎金信.md的时间复杂度分析、添加0018.四数之和.md的Java版本的注释、添加0459.重复的子字符串.md的Java版本二前缀表不减一、修改0020.有效的括号.md的Java版本一处注释、修改二叉树的统一迭代法.md的Java版本注释笔误
Pull Request -
State: closed - Opened by curforever about 1 month ago
- 4 comments
#2870 - 修改leetcode-master\problems\kamacoder\0044.开发商购买土地.md Java版本、修改leetcode-master\problems\0349.两个数组的交集.md Java版本
Pull Request -
State: closed - Opened by curforever about 1 month ago
- 1 comment
#2869 - 添加 背包问题理论基础完全背包.md JavaScript版本
Pull Request -
State: closed - Opened by aPurpleBerry about 1 month ago
#2868 - 添加 0376.摆动序列 C++版本
Pull Request -
State: closed - Opened by Lreverse about 1 month ago
#2867 - 更新20有效的括号 Java更简单易懂的新解法、18四数之和 修改思路第二段末尾描述、修改239滑动窗口最大值java代码注释严重错误
Pull Request -
State: closed - Opened by JianWangUCD about 2 months ago
- 1 comment
#2866 - 0151.翻转字符串里的单词、44. 开发商购买土地(卡码网):go版本解法、738.调递增的数字:原go版本答案有错误,已更正
Pull Request -
State: closed - Opened by twoliang about 2 months ago
- 1 comment
#2864 - 优化 0062.不同路径、0063.不同路径II的c++代码
Pull Request -
State: closed - Opened by Lreverse about 2 months ago
#2863 - docs:补充【0459.重复的子字符串.md】的 JavaScript 、C# 代码
Pull Request -
State: closed - Opened by Cwlrin about 2 months ago
#2862 - fix: 150题更正Python解法中使用eval()的方法
Pull Request -
State: closed - Opened by yyccPhil about 2 months ago
#2861 - 添加19.删除链表的倒数第N个节点,添加了java方法使用递归的方法删除倒数第N个节点
Pull Request -
State: closed - Opened by chengxuanfu about 2 months ago
#2860 - 添加 0102.二叉树的层序遍历- 199.二叉树的右视图 和 637.二叉树的层平均值 C# 版本
Pull Request -
State: closed - Opened by kingemma about 2 months ago
#2859 - [错别字]0235.二叉搜索树的最近公共祖先
Pull Request -
State: closed - Opened by ForsakenDelusion about 2 months ago
#2857 - [Fix][DP][Target Sum] python 2D version solution
Pull Request -
State: closed - Opened by realtmxi 2 months ago
#2856 - docs:补充【0096-城市间货物运输III】JAVA版本的SPFA思路
Pull Request -
State: closed - Opened by holic-x 2 months ago
#2855 - 添加0459重复的子字符串 C 版本
Pull Request -
State: closed - Opened by c-qwer 2 months ago
#2854 - Update 0404.左叶子之和 java版本 (新增采用标志位的递归方法)
Pull Request -
State: closed - Opened by Maple8477 2 months ago
#2853 - 添加0028实现strStr C 版本
Pull Request -
State: closed - Opened by c-qwer 2 months ago
#2852 - 修改几处错别字和语病
Pull Request -
State: closed - Opened by fubugun 2 months ago
#2851 - 0037 解数独 现有解法python超时,通过减少递归次数优化
Pull Request -
State: closed - Opened by Tony-Idle 2 months ago
- 1 comment
#2850 - feat: Updated题目1365,提供了Python的暴力解法,以及使用数组进行哈希的解法
Pull Request -
State: closed - Opened by yyccPhil 3 months ago
#2849 - Refine Python3 & Rust answers of 0051.N皇后.md
Pull Request -
State: closed - Opened by Tony-Idle 3 months ago
#2849 - Refine Python3 & Rust answers of 0051.N皇后.md
Pull Request -
State: closed - Opened by Tony-Idle 3 months ago
#2848 - fix: 更新README中 字符串与双指针板块题目链接错误。
Pull Request -
State: closed - Opened by ASGPIPO 3 months ago
#2847 - 添加474. 一和零 java 三维DP数组实现代码
Pull Request -
State: open - Opened by HelloDam 3 months ago
#2846 - fix: 70 爬楼梯删去复杂度的内联公式符
Pull Request -
State: closed - Opened by Poivre-hxx 3 months ago
#2845 - 修改0111.二叉树的最小深度 错字
Pull Request -
State: closed - Opened by thanyi 3 months ago
#2844 - 测试样例错误109. 冗余连接II
Issue -
State: open - Opened by Leehouc 3 months ago
#2843 - 459.重复的子字符串 移动匹配的空间复杂度
Issue -
State: open - Opened by shwpatrick 3 months ago
#2842 - 已经解决的问题
Issue -
State: closed - Opened by Leehouc 3 months ago
#2841 - Update 0108.冗余连接.md修改逻辑错误
Pull Request -
State: closed - Opened by Leehouc 3 months ago
#2840 - 0123, 0188, 0309 股票类问题,增加易理解的一维 dp Python 和 Go 版本。
Pull Request -
State: closed - Opened by gazeldx 3 months ago
#2839 - 提个小小的文案问题
Issue -
State: open - Opened by ForeverGuo 3 months ago
- 1 comment
#2838 - 二叉树31题中讲解说有一点儿小bug
Issue -
State: open - Opened by EdwinWang37 3 months ago
#2837 - Update 背包理论基础01背包-1.md
Pull Request -
State: closed - Opened by xi-mad 3 months ago
#2836 - fix: 修改中文单词冗余
Pull Request -
State: closed - Opened by lllyt8 3 months ago
#2835 - [0739 每日温度] 增加C语言版本 [0496 下一个更大元素I] 增加C语言版本
Pull Request -
State: closed - Opened by andyliao55555 3 months ago
- 1 comment
#2834 - 添加C++懒人A*写法解“127.骑士的攻击”
Pull Request -
State: open - Opened by Camille0512 3 months ago
- 1 comment
#2833 - 开发商购买土地解法 JavaScript版本
Pull Request -
State: closed - Opened by namewyf 3 months ago
#2832 - 添加:0105.有向图的完全可达性Javascript代码
Pull Request -
State: closed - Opened by liaoming10 3 months ago
#2831 - 143.重排链表增加Go方法一和方法二
Pull Request -
State: closed - Opened by markwang1992 3 months ago
#2830 - 增添了 0095.城市间货物运输II 和 0096.城市间货物运输III 的Python3 SPFA解法
Pull Request -
State: closed - Opened by SWJTUHJF 3 months ago
#2829 - 35.搜索插入位置增加Go二分法第二种写法
Pull Request -
State: open - Opened by markwang1992 3 months ago
#2828 - 图论103.md水流问题 提交Go的DFS方案
Pull Request -
State: closed - Opened by catherinexrk 3 months ago
#2827 - 添加 0095.城市间货物运输II python3 SPFA版本
Pull Request -
State: closed - Opened by SWJTUHJF 3 months ago
#2826 - 0037.解数独 加入"二维降为一维" 和 Python 解法
Pull Request -
State: closed - Opened by gazeldx 3 months ago
#2825 - 0053.寻宝-prim 删掉文章中冗余的空格及修改总结处语义不明语句
Pull Request -
State: closed - Opened by SWJTUHJF 3 months ago
#2824 - Update 0101.孤岛的总面积.md
Pull Request -
State: closed - Opened by miaoxu404 3 months ago
#2823 - chore: rm ".DS_Store" and add .gitignore to avoid directly pushing useless files to master
Pull Request -
State: closed - Opened by DengSchoo 4 months ago
#2822 - 0538.把二叉搜索树转换为累加树 加入Python迭代统一写法
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2821 - 0450.删除二叉搜索树中的节点 加入Ruby递归实现
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2820 - 🚀 超稳超快!用这些科学上网方法轻松连ChatGPT!
Issue -
State: open - Opened by LillieBonilla 4 months ago
- 1 comment
#2819 - 992.按奇偶排序数组II更新题目描述,增加Go方法二和方法三
Pull Request -
State: closed - Opened by markwang1992 4 months ago
#2818 - 707代码规范化,添加部分comments; 203添加了java版本的递归
Pull Request -
State: closed - Opened by donghuanjie 4 months ago
#2817 - 添加0126.骑士的攻击astar C语言 版本
Pull Request -
State: closed - Opened by Kuxry 4 months ago
#2816 - 修正笔误,数组与图片不一致
Pull Request -
State: closed - Opened by grayana 4 months ago
#2815 - 添加目标和 go 回溯版本
Pull Request -
State: closed - Opened by titanwings 4 months ago
#2814 - 84.柱状图中最大的矩形增加Go解法
Pull Request -
State: closed - Opened by markwang1992 4 months ago
#2813 - Update 0738.单调递增的数字.md
Pull Request -
State: closed - Opened by lllyt8 4 months ago
#2812 - 修改 README.md中 “bellman_ford之单源有限最短路”的错误链接以及相应md中的错误链接
Pull Request -
State: closed - Opened by Captain-zhangw 4 months ago
#2811 - 0226.翻转二叉树.md 修正几处 Python 代码不严谨说法
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2810 - 修改多处错字
Pull Request -
State: closed - Opened by Leehouc 4 months ago
#2809 - 503.下一个更大元素II增加Go版本一解法
Pull Request -
State: closed - Opened by markwang1992 4 months ago
#2808 - 二叉树的统一迭代法.md 加入"boolean标记法"和相关C++、Python代码实现
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2807 - 二叉树的迭代遍历.md 加入 Python 版本的后序遍历新解法
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2806 - 二叉树的递归遍历.md 去掉 Python 版本中无用的代码;修复一处说明错误:`队列出口的元素` 改为 `队列入口的元素`.
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2806 - 二叉树的递归遍历.md 去掉 Python 版本中无用的代码;修复一处说明错误:`队列出口的元素` 改为 `队列入口的元素`.
Pull Request -
State: open - Opened by gazeldx 4 months ago
#2805 - 583.两个字符串的删除操作增加Go动态规划二解法
Pull Request -
State: closed - Opened by markwang1992 4 months ago
#2805 - 583.两个字符串的删除操作增加Go动态规划二解法
Pull Request -
State: open - Opened by markwang1992 4 months ago
#2804 - 添加 203.移除链表元素 Ruby 版本
Pull Request -
State: closed - Opened by Kuxry 4 months ago
#2804 - 添加 203.移除链表元素 Ruby 版本
Pull Request -
State: open - Opened by Kuxry 4 months ago
#2803 - 0239.滑动窗口最大值.md 加入 Python 版本新解法:用"堆排序"实现
Pull Request -
State: closed - Opened by gazeldx 4 months ago
#2803 - 0239.滑动窗口最大值.md 加入 Python 版本新解法:用"堆排序"实现
Pull Request -
State: open - Opened by gazeldx 4 months ago
#2802 - fix python block code highlight problem
Pull Request -
State: closed - Opened by Kristy-an 4 months ago