This commit is contained in:
chefyuan
2021-03-20 15:48:03 +08:00
parent 8d2d8437dd
commit 803d3e73b7
14 changed files with 88 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
#### 1438. 绝对差不超过限制的最长连续子数组
#### [1438. 绝对差不超过限制的最长连续子数组](https://leetcode-cn.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/)
给你一个整数数组 nums ,和一个表示限制的整数 limit请你返回最长连续子数组的长度该子数组中的任意两个元素之间的绝对差必须小于或者等于 limit 。
@@ -70,4 +70,10 @@ class Solution {
}
```
是不是很有趣这个题目,大家快来打卡吧,希望对各位有一丢丢帮助吧。
是不是很有趣这个题目,大家快来打卡吧,希望对各位有一丢丢帮助吧。
如果阅读时,发现错误,或者动画不可以显示的问题可以添加我微信好友 **[tan45du_one](https://raw.githubusercontent.com/tan45du/tan45du.github.io/master/个人微信.15egrcgqd94w.jpg)** ,备注 **github + 题目 + 问题 **向我反馈
感谢支持,该仓库会一直维护,希望对各位有一丢丢帮助。
另外希望手机阅读的同学可以来我的 <u>[**公众号:袁厨的算法小屋**](https://raw.githubusercontent.com/tan45du/test/master/微信图片_20210320152235.2pthdebvh1c0.png)</u> 两个平台同步,想要和题友一起刷题,互相监督的同学,可以在我的小屋点击<u>[**刷题小队**](https://raw.githubusercontent.com/tan45du/test/master/微信图片_20210320152235.2pthdebvh1c0.png)</u>进入。