algorithm-pattern icon indicating copy to clipboard operation
algorithm-pattern copied to clipboard

算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~

Results 30 algorithm-pattern issues
Sort by recently updated
recently updated
newest added
trafficstars

First of all, thank you so much for this wonderful repo, and also sorry for asking my question in English as inputting Chinese is too painful for me. My question...

找到一个不错的[链接](https://leetcode.com/problems/sum-of-subarray-minimums/discuss/178876/stack-solution-with-very-detailed-explanation-step-by-step),上面有解释和对应的题目。

为啥我随手点开个滑动窗口的板子,和labuladong的板子内容完全相同呢。

前半部分用的JS,后半段用的TS,欢迎前端的同学来围观哈。

文件地址:algorithm-pattern/introduction/quickstart.md 问题strStr,问题代码: ``` func strStr(haystack string, needle string) int { if len(needle) == 0 { return 0 } .... } ``` 如果子串长度为0的话返回0有歧义,误认为子串起始地址为0,我觉得改为负数之类的更好。

| 完成 | 用户 | 项目地址 | | ---- | ------------------------------------------------- | ------------------------------------------------------------------- | | ✅ | [binzi56](https://github.com/binzi56) | [algorithm-pattern-c(c++ 实现)](https://github.com/binzi56/algorithm-pattern-c) | 参考原库的实现, 感谢楼主付出;写了一遍感觉还是记不住, 等多写几遍看看;(ps:看也有pull request提了一个c++实现的, 我也自荐一下, 大部分实现都是参考原库, 方便理解;) Q:有个小问题咨询一下,...

欢迎大家Star和纠错 > https://github.com/chienmy/algorithm-pattern-java