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
PROBLEMS
83. 删除排序链表中的重复元素
输入:head=[1,1,2]输出:[1,2]输入:head=[1,1,2,3,3]输出:[1,2,3]leetcode链接:https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-list
瞿恩
·
2023-12-28 10:26
Day47 二叉树的中序遍历
https://leetcode-cn.com/
problems
/binary-tree-inorder-traversal/递归算法很简单,你可以通过迭代算法完成吗示例1:输入:root=[1,null
Shimmer_
·
2023-12-28 10:41
【C++】题解:三道只出现一次的数字问题
只出现一次的数字ihttps://leetcode.cn/
problems
/single-number/description/给你一个非空整数数
Q_hd
·
2023-12-28 09:17
C++
c++
开发语言
每日一题 leetcode232-用栈实现队列
232用栈实现队列https://leetcode-cn.com/
problems
/implement-queue-using-stacks/代码:classMyQueue{privateStackinStack
一个酷酷的男子
·
2023-12-28 09:58
【算法】 LCR 007. 三数之和 (js)
力扣:https://leetcode.cn/
problems
/1fGaJU/description/本人题解:/***@param{number[]}nums*@return{number[][]}*
godlike-icy
·
2023-12-28 05:46
算法题
算法
javascript
开发语言
【算法题】矩阵顺时针旋转90° (js)
力扣链接:https://leetcode.cn/
problems
/rotate-matrix-lcci/description/本人题解:/***@param{number[][]}matrix*@return
godlike-icy
·
2023-12-28 05:45
算法题
算法
矩阵
javascript
【算法题】链表重排(js)
力扣链接:https://leetcode.cn/
problems
/LGjMqU/description//***Definitionforsingly-linkedlist.
godlike-icy
·
2023-12-28 05:45
算法题
算法
链表
javascript
LeetCode #169 #229 2018-08-07
169.MajorityElementhttps://leetcode.com/
problems
/majority-element/description/又到了一年一度的MajorityNumber选举
40巨盗
·
2023-12-28 04:00
LeetCode简单题:198. 打家劫舍(Python,C++,Java)
一.解法https://leetcode-cn.com/
problems
/house-robber/要点:dp动态规划Python,C++,Java都用了相同的动态规划法。
好莱坞守门员
·
2023-12-28 03:00
基于python的leetcode算法介绍之递归
文章目录零算法介绍一简单示例辗转相除法Leetcode例题与思路[509.斐波那契数](https://leetcode.cn/
problems
/fibonacci-number/)解题思路:题解:[206
神仙盼盼
·
2023-12-28 03:34
基于python的算法设计
算法
python
leetcode
基于python的leetcode算法介绍之贪心
文章目录零算法介绍一简单示例找零钱问题Leetcode例题与思路[605.种花问题](https://leetcode.cn/
problems
/can-place-flowers/)解题思路题解[409
神仙盼盼
·
2023-12-28 03:34
基于python的算法设计
算法
python
leetcode
基于python的leetcode算法介绍之回溯
文章目录零算法介绍一简单示例全排列问题问题分析Leetcode例题与思路[17.电话号码的字母组合](https://leetcode.cn/
problems
/letter-combinations-of-a-phone-number
神仙盼盼
·
2023-12-28 03:33
基于python的算法设计
算法
python
leetcode
116. 填充每个节点的下一个右侧节点指针(中等)
https://leetcode.cn/
problems
/populating-next-right-pointers-in-each-node/给定一个完美二叉树,其所有叶子节点都在同一层,每个父节点都有两个子节点
Rock在学习
·
2023-12-28 01:42
二叉树
数据结构
算法
python
leetcode
114. 二叉树展开为链表(中等)
https://leetcode.cn/
problems
/flatten-binary-tree-to-linked-list/给你二叉树的根结点root,请你将它展开为一个单链表:展开后的单链表应该同样使用
Rock在学习
·
2023-12-28 01:11
二叉树
链表
数据结构
python
leetcode
算法
Deploy fail2ban with firewalld on CentOS 7
Thelogininfoshowsthattherewere6failedloginattemptssincethelastsuccessfullogin,whichisquiteweird.SoIwanttodeployfail2banontheserver.Ifoundsomenew
problems
andhereisthesolution.PARTI.SystemInformationSyst
ctralloy
·
2023-12-28 00:01
运维
centos7
fail2ban
firewalld
ipset
【阅读笔记】LoRAHub:Efficient Cross-Task Generalization via Dynamic LoRA Composition
EfficientCross-TaskGeneralizationviaDynamicLoRAComposition2发表刊物NIPS2023_WorkShop3作者团队SeaAILab,Singapore4关键词LLMs、LoRA二、文章结构LoRAHubIntroduction
ProblemS
tatementMethodologyLoRATuningonU
ZedKingCarry
·
2023-12-28 00:15
大语言模型
阅读笔记
高效微调
笔记
语言模型
自然语言处理
论文阅读
复盘李建强4.12
1,从本篇文章/音频/视频中我学到的最重要的概念howtomanagephone
problems
2,我在本片文章/音频/视频中学到的怦然心动的单词crumplev.弄皱;压皱witherv.干枯;凋谢dazzlev
土管二班23李建强
·
2023-12-27 20:30
LeetCode 415. 字符串相加 | Python
415.字符串相加题目来源:力扣(LeetCode)https://leetcode-cn.com/
problems
/add-strings题目给定两个字符串形式的非负整数num1和num2,计算它们的和
大梦三千秋
·
2023-12-27 20:01
LeetCode 2660. 保龄球游戏的获胜者:模拟
【LetMeFly】2660.保龄球游戏的获胜者:模拟力扣题目链接:https://leetcode.cn/
problems
/determine-the-winner-of-a-bowling-game
Tisfy
·
2023-12-27 18:22
题解
#
力扣LeetCode
leetcode
游戏
题解
模拟
2021-2022期末复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]大学英语不同于高中的刷题,更加关注综合能力,不只是做题,还有听力和口语,这些可以提高我的英语水平,对我很有帮助[
Problems
李怡芳
·
2023-12-27 17:35
LeetCode 45.跳跃游戏2
https://leetcode-cn.com/
problems
/jump-game-ii/给你一个非负整数数组nums,你最初位于数组的第一个位置。数组中的每个元素代表你在该位置可以跳跃的最大长度。
Suppose
·
2023-12-27 16:34
leetCode刷题
leetcode
动态规划
算法
最长和谐子序列
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/longest-harmonious-subsequence题目描述:和谐数组是指一个数组里元素的最大值和最小值之间的差别正好是
xialu
·
2023-12-27 14:52
Encourage Your Team to Bring You
Problems
— Just Not Complaints
“Bringmesolutions,not
problems
.”Manywell-meaningmanagershavesaidit,intendingtokeepemployeesfromsimplycomplainingaboutworkissues.Butemployeescantakeittomeantheyshouldcoverupanissueiftheydon
William余锋
·
2023-12-27 14:57
3_流量预测综述阅读_Cellular traffic prediction with machine learning: A survey
为了方便学习英语书写,总结的一些话用英语书写♥目录♥0、文献来源and摘要1、introduction2、prediction
problems
anddatasets2.1prediction
problems
2.2dataset
郭小儒
·
2023-12-27 11:15
流量预测文献阅读
机器学习
人工智能
算法笔记之二叉树路径问题
二叉树的所有路径[力扣257,二叉树的所有路径](https://leetcode-cn.com/
problems
/binary-tree-paths/),比较简单只在二叉树遍历的基础上增加了记录路径的要求
myflx
·
2023-12-27 10:11
最小覆盖子串(困难)--滑动窗口
个人主页:Lei宝啊愿所有美好如期而遇本题题目链接https://leetcode.cn/
problems
/M1oyTv/description/本题算法原理滑动窗口其实就是种双指针,只是这种双指针只向后移动
Lei宝啊
·
2023-12-27 09:12
算法
算法
滑动窗口
237. Delete Node in a Linked List
https://leetcode.com/
problems
/delete-node-in-a-linked-list/description/classSolution{publicvoiddeleteNode
becauseyou_90cd
·
2023-12-27 05:17
班级:L3-C 姓名:钟云天 学号:20193000504 日期:2020/3/29 作业序号:
题目:Manyyoungpeoplespendalotoftimeontheinternetwithoutanyparentalsupervisionorcontrol.Whataresome
problems
unrestricteduseoftheinternet
b041256ec3de
·
2023-12-27 05:26
【Leetcode】562. Longest Line of Consecutive One in Matrix
题目地址:https://leetcode.com/
problems
/longest-line-of-consecutive-one-in-matrix/给定一个m×nm\timesnm×n的0−10-
记录算法题解
·
2023-12-27 05:04
LC
贪心
动态规划与记忆化搜索
leetcode
算法
动态规划
Facing ageing society 越活越久会怎样
原题如下:Inthedevelopedworld,averagelifeexpectancyisincreasing.What
problems
willthiscauseforindividualsandsociety
徐丹的写作课
·
2023-12-27 04:43
找到字符串中所有字母异位词
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/find-all-anagrams-in-a-string给定一个字符串s和一个非空字符串p,找到s
二进制的二哈
·
2023-12-27 03:48
Array篇easy难度之排序矩阵负数计算
题目描述https://leetcode.com/
problems
/count-negative-numbers-in-a-sorted-matrix/Givenam*nmatrixgridwhichissortedinnon-increasingorderbothrow-wiseandcolumn-wise.Returnthenumberofnegativenumbersingrid.Examp
茉莉清可乐对奶茶i
·
2023-12-27 02:19
论文:FEED-FORWARD NETWORKS WITH ATTENTION CAN SOLVE SOME LONG-TERM MEMORY
PROBLEMS
题目:FEED-FORWARDNETWORKSWITHATTENTIONCANSOLVESOMELONG-TERMMEMORY
PROBLEMS
”(Raffel和Ellis,2016,p.1)“带有注意力的前馈网络可以解决一些长期记忆问题
xinxuann
·
2023-12-26 20:28
机器学习
人工智能
2021-2022第一学期复盘模版:
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]听力有一定提升,看电影能才出来[
Problems
]单词快忘光了[Suggestions]多记单词,每天养成习惯2)在这个学期的复盘日志中
麻辣拌真好吃
·
2023-12-26 19:46
iOS技术支持
iOSprogramdesign&systemconsultationIfyouencounterany
problems
whenusingourproducts,pleasefeelfreeto
胖成桩
·
2023-12-26 16:57
回溯四:组合总和
题目地址:https://leetcode-cn.com/
problems
/combination-sum/题目描述:给定一个无重复元素的数组candidates和一个目标数target,找出candidates
程一刀
·
2023-12-26 16:13
Codeforces Round 916 (Div. 3)
CodeforcesRound916(Div.3)A.
Problems
olvingLog题意:竞赛中有26个问题需要解决,每个问题名称为A到Z26个英文字母,按难度排序,做出A需要花费1分钟,B需要花费
maisui12138
·
2023-12-26 15:19
算法
c++
数据结构
Best Arm Identification in Batched Multi-armed Bandit
Problems
Q:这篇论文试图解决什么问题?A:这篇论文试图解决在批量多臂老虎机问题中进行最佳臂识别(BAI)的挑战,其中必须成批地对臂进行抽样,因为代理等待反馈的时间有限。这种场景出现在许多现实世界的应用中,例如生物实验和在线营销。当臂的数量很大且批次数量很少时,问题变得更加复杂。作者提出了一种通用的线性规划框架,可以并入不同理论设置的最佳臂识别目标。这个线性规划导致了一个两阶段算法,可以实现良好的理论性质。
步子哥
·
2023-12-26 13:04
机器学习
多臂老虎机
2021-2022第二学期复盘
在这个学期的大学英语学习中,我的GPS[Gains]学习了一些英语中的一些文化,语法语块单词[
Problems
]英语当中的长难句有时很是难懂,一些语法知识在学习的过程中,会遗忘,单词记忆难,我的听力和口语仍然是有问题的有欠缺
马思雅19地科7
·
2023-12-26 11:44
大一终极复盘
[
Problems
]注意力不能集中,会走神[Suggestions]培养起兴趣,在上课之前想想自己能够说一口流利的英语,在同学面前很有面儿。
19级人文2班李香圆
·
2023-12-26 08:19
力扣每日一题:删除有序数组中的重复项I 和 II
26.删除有序数组中的重复项https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-array/难度:简单题目:给你一个有序数组nums
清风Python
·
2023-12-26 07:47
717. 1-bit and 2-bit Characters
题目地址:https://leetcode.com/
problems
/1-bit-and-2-bit-characters/description/大意:给定一串序列由01构成,其中构成的子序列可以是0
fred_33c7
·
2023-12-26 06:38
leetcode209. 长度最小的子数组 c语言
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/minimum-size-subarray-sum著作权归领扣网络所有
咸鱼啥也不会
·
2023-12-26 02:51
leetcode
算法
669. 修剪二叉搜索树(中等)
https://leetcode.cn/
problems
/trim-a-binary-search-tree/给你二叉搜索树的根节点root,同时给定最小边界low和最大边界high。
Rock在学习
·
2023-12-26 00:31
二叉树
数据结构
算法
leetcode
python
538. 把二叉搜索树转换为累加树(中等)(LCR 054)
https://leetcode.cn/
problems
/convert-bst-to-greater-tree/给出二叉搜索树的根节点,该树的节点值各不相同,请你将其转换为累加树(GreaterSumTree
Rock在学习
·
2023-12-26 00:31
二叉树
python
数据结构
算法
leetcode
530. 二叉搜索树的最小绝对差(简单)
https://leetcode.cn/
problems
/minimum-absolute-difference-in-bst/给你一个二叉搜索树的根节点root,返回树中任意两不同节点值之间的最小差值
Rock在学习
·
2023-12-26 00:30
二叉树
python
数据结构
算法
leetcode
501. 二叉搜索树中的众数(简单)
https://leetcode.cn/
problems
/find-mode-in-binary-search-tree/给你一个含重复值的二叉搜索树(BST)的根节点root,找出并返回BST中的所有众数
Rock在学习
·
2023-12-26 00:30
二叉树
python
数据结构
算法
leetcode
450. 删除二叉搜索树中的节点(中等)
https://leetcode.cn/
problems
/delete-node-in-a-bst/给定一个二叉搜索树的根节点root和一个值key,删除二叉搜索树中的key对应的节点,并保证二叉搜索树的性质不变
Rock在学习
·
2023-12-26 00:30
二叉树
数据结构
算法
python
leetcode
98. 验证二叉搜索树(中等)
https://leetcode.cn/
problems
/validate-binary-search-tree/给你一个二叉树的根节点root,判断其是否是一个有效的二叉搜索树。
Rock在学习
·
2023-12-26 00:00
二叉树
数据结构
算法
python
leetcode
LCR 029. 循环有序列表的插入(中等)
https://leetcode.cn/
problems
/4ueAj6/给定循环单调非递减列表中的一个点,写一个函数向这个列表中插入一个新元素insertVal,使这个列表仍然是循环升序的。
Rock在学习
·
2023-12-26 00:59
链表
链表
数据结构
算法
python
leetcode
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他