E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
leetcode-array
leetcode-Array
篇easy难度之三连奇数判断
关键词连续数确认题目描述Givenanintegerarrayarr,returntrueiftherearethreeconsecutiveoddnumbersinthearray.Otherwise,returnfalse.Example1:Input:arr=[2,6,4,1]Output:falseExplanation:Therearenothreeconsecutiveodds.Exa
茉莉清可乐对奶茶i
·
2023-10-18 13:20
leetcode-Array
篇easy难度之最小距离对
关键词绝对值,最小距离题目描述https://leetcode.com/problems/minimum-absolute-difference/Givenanarrayofdistinctintegersarr,findallpairsofelementswiththeminimumabsolutedifferenceofanytwoelements.Returnalistofpairsinas
茉莉清可乐对奶茶i
·
2023-08-19 17:22
leetcode-Array
篇easy难度之去掉最大最小5%元素
关键词PriorityQueue,堆题目描述https://leetcode.com/problems/mean-of-array-after-removing-some-elements/Givenanintegerarrayarr,returnthemeanoftheremainingintegersafterremovingthesmallest5%andthelargest5%ofthee
茉莉清可乐对奶茶i
·
2023-06-23 22:15
leetcode-array
, since 2022-05-31
(2022.05.31Tues)RemoveDuplicatesfromSortedArray(easy)array非递减,有重复,返回这个array中独一无二的元素个数,并放在array前面几位。提示:双指针法classSolution:defremoveDuplicates(self,nums:List[int])->int:left=0forright,einenumerate(nums):
Mc杰夫
·
2023-06-16 00:55
leetcode-Array
篇easy难度之求指定偏移量元素数量
关键词绝对值,二分查找,上下界,TreeSet题目描述https://leetcode.com/problems/find-the-distance-value-between-two-arrays/Giventwointegerarraysarr1andarr2,andtheintegerd,returnthedistancevaluebetweenthetwoarrays.Thedistanc
茉莉清可乐对奶茶i
·
2023-03-14 16:17
leetcode-Array
篇easy难度之数组指定顺序排序
关键词计数排序,指定顺序排序,TreeMap,countsort计数排序讲解https://www.cnblogs.com/kyoner/p/10604781.html题目描述https://leetcode.com/problems/relative-sort-array/Giventwoarraysarr1andarr2,theelementsofarr2aredistinct,andalle
茉莉清可乐对奶茶i
·
2023-02-02 06:50
leetcode-Array
篇easy难度之字符串组合分析
关键词字符串题目描述https://leetcode.com/problems/find-words-that-can-be-formed-by-characters/Youaregivenanarrayofstringswordsandastringchars.Astringisgoodifitcanbeformedbycharactersfromchars(eachcharactercanon
茉莉清可乐对奶茶i
·
2023-02-02 05:15
Container With Most Water
[
LeetCode-Array
]11.ConatainerWithMostWater题目来源ContainerWithMostWater题意分析给定n个非负整数a1,a2,…,an,每个数代表坐标中的一个点
「已注销」
·
2020-08-25 01:35
高级程序设计
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他