An open API service indexing awesome lists of open source software.

https://github.com/pansonpanson/panson-weekly

我的周记录,记录我的所见所闻(供应链、技术、面试、日常刷题、文学与艺术)
https://github.com/pansonpanson/panson-weekly

Last synced: over 1 year ago
JSON representation

我的周记录,记录我的所见所闻(供应链、技术、面试、日常刷题、文学与艺术)

Awesome Lists containing this project

README

          

# 供应链相关博文
+ [京东技术-供应链大屏设计实践](https://mp.weixin.qq.com/s/zRZtl89bVgWRTnK-YmfNcg)
+ [新零售SaaS架构:中央库存系统架构设计](https://www.woshipm.com/pd/5639250.html)
+ [路径规划中的DRL与OR算法:对比与展望|得物技术](https://mp.weixin.qq.com/s/loAucq60oOcjfXokQfw9Yw)
+ [供应链管理后台秒开体验优化 | 得物技术](https://mp.weixin.qq.com/s/2dRbxug7_v8pk9YDaHjTGQ)
+ [供应链时效域接口性能进阶之路 | 得物技术](https://mp.weixin.qq.com/s/M3WmLWIcB4maJ_hAiJxZCA)
+ [得物供应链复杂业务实时数仓建设之路](https://mp.weixin.qq.com/s/4StnjSWpd4rO_GiajmPA6Q)
+ [分布式事务之最终一致性在得物仓储的实践](https://mp.weixin.qq.com/s/nku-zQ3asB9K7qOtnx9HYQ)
+ [ORM框架在Pink客户端的自动化实践](https://mp.weixin.qq.com/s/QFm2xpC7TlVYTeR_dV5onA)
+ [NOC-SLA 之得物C端业务监控实践](https://mp.weixin.qq.com/s/e9KQGa4ZwEh47h62l_N-mQ)
+ [精选文章|供应链库存幂等实战分享](https://mp.weixin.qq.com/s/yHiqtDJ5PUFld7W-RfO-Ww)
+ [供应链PC实操落地实践|得物技术](https://mp.weixin.qq.com/s/-BDHcFsxSAd-13XKWJORfw)

# 面试资料
1. [阿里社区分享的用面试官的思维写简历](https://developer.aliyun.com/ebook/7571?spm=a2c6h.12873639.article-detail.7.2cc43c8cOqVwDB&source=5176.11533457&userCode=b3pdrgck)
2. [淘宝工程师的服务端开发与面试知识手册](https://tb-tech.oss-cn-hangzhou.aliyuncs.com/%E6%9C%8D%E5%8A%A1%E7%AB%AF%E5%BC%80%E5%8F%91%E4%B8%8E%E9%9D%A2%E8%AF%95%E7%9F%A5%E8%AF%86%E6%89%8B%E5%86%8C.pdf)

# leetcode

## 差分数组
+ [995. K 连续位的最小翻转次数](https://leetcode.cn/problems/minimum-number-of-k-consecutive-bit-flips/description/)
+ [1094. 拼车](https://leetcode.cn/problems/car-pooling/description/)
+ [1109. 航班预订统计](https://leetcode.cn/problems/corporate-flight-bookings/)

## 滑动窗口

+ [187. 重复的DNA序列](https://leetcode.cn/problems/repeated-dna-sequences/description/)
+ [1838. 最高频元素的频数](https://leetcode.cn/problems/frequency-of-the-most-frequent-element/description/)
+ [3. 无重复字符的最长子串](https://leetcode.cn/problems/longest-substring-without-repeating-characters/description/)

## 动态规划
+ [322. 零钱兑换](https://leetcode.cn/problems/coin-change/)
+ [509. 斐波那契数](https://leetcode.cn/problems/fibonacci-number/)

### 子序列
+ [53. 最大子数组和](https://leetcode.cn/problems/maximum-subarray/description/)

## 单调栈
+ [496. 下一个更大元素 I](https://leetcode.cn/problems/next-greater-element-i/description/)
+ [739. 每日温度](https://leetcode.cn/problems/daily-temperatures/description/)
+ [503. 下一个更大元素 II](https://leetcode.cn/problems/next-greater-element-ii/description/)
+ [1019. 链表中的下一个更大节点](https://leetcode.cn/problems/next-greater-node-in-linked-list/description/)

## 单调队列
+ [239. 滑动窗口最大值](https://leetcode.cn/problems/sliding-window-maximum/description/)
+ [1438. 绝对差不超过限制的最长连续子数组](https://leetcode.cn/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/description/)

## 回溯
+ [46. 全排列](https://leetcode.cn/problems/permutations/description/)
+ [51. N 皇后](https://leetcode.cn/problems/n-queens/description/)
+ [52. N 皇后 II](https://leetcode.cn/problems/n-queens-ii/description/)

## 双指针
+ [141. 环形链表](https://leetcode.cn/problems/linked-list-cycle/description/)
+

# 未分类博文阅读
+ [精选文章|浅谈TS如何提高自主处理占比](https://mp.weixin.qq.com/s/wCeZONSK5bCvn5sOK-0qRg)