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
【leetcode每日刷题】446. Arithmetic Slices II - Subsequence
https://leetcode.com/
problems
/arithmetic-slices-ii-subsequence/借助一个map[j]表示从开始元素i到截止元素j间隔为diff的数组个数,其中包括数组长度大于等于
liff_lee
·
2024-01-09 06:07
java
leetcode刷题
Codeforces Round 916 (Div. 3)(补题)(A-E2)
A.计时器,计算A->1就ans++;B->2就ans++,以此类推,做个桶计时//Problem:A.
Problems
olvingLog//Contest:Codeforces-CodeforcesRound916
Lanthamum
·
2024-01-09 05:20
算法
二叉树基础oj练习
1.单值二叉树题目:力扣https://leetcode.cn/
problems
/univalued-binary-tree/思路:单值二叉树=root和左右孩子的值相等+左子树是单值二叉树+右子树是单值二叉树代码
xiguazkb123
·
2024-01-09 03:03
数据结构刷题
数据结构
二叉树oj练习打卡
搜索二叉树的后序遍历对应letecode链接:https://leetcode-cn.com/
problems
/er-cha-sou-suo-shu-de-hou-xu-bian-li-xu-lie-lcof
一个追梦的少年
·
2024-01-09 03:31
算法
leetcode
c++
【LeetCode每日一题】383. 赎金信(计数模拟)
2024-1-7文章目录[383.赎金信](https://leetcode.cn/
problems
/ransom-note/)思路:计数模拟383.赎金信思路:计数模拟1.通过数组对字母进行计数2.magazine
翁佳明
·
2024-01-08 18:56
LeetCode
leetcode
算法
职场和发展
【LeetCode每日一题】447. 回旋镖的数量(枚举+哈希表)
2024-1-8文章目录[447.回旋镖的数量](https://leetcode.cn/
problems
/number-of-boomerangs/)思路:枚举+哈希表:447.回旋镖的数量思路:枚举
翁佳明
·
2024-01-08 18:22
LeetCode
leetcode
散列表
算法
别让小问题变成大麻烦 2018-05-06
Allofthosearesmall
problems
atfirst.However,theycanquicklybecomebigonesifleftunchecked.这些一开始都只是
NapoleonHill
·
2024-01-08 17:23
2022-06-10
1(1):gains:学习英语的方法和更多知识
problems
:自己不用心,不背单词,一看不懂就胡乱写suggestions:自律背单词,使用下载的单词软件(2):对单词加深印象,看到别人的优秀复盘,了解不同
席芙蓉
·
2024-01-08 10:36
Technical Support
Thisgamefocusesonthebestgames,ifyouencounterany
problems
inthegame,pleasecontactusintime.Email:vgvsvgkmnkn315
破鞋漏脚尖
·
2024-01-08 08:38
论文阅读-基于深度强化学习的方法解决多智能体防御和攻击问题
论文原题目:Adeepreinforcementlearning-basedmethodappliedforsolvingmulti-agentdefenseandattack
problems
论文链接:
天寒心亦热
·
2024-01-08 08:54
强化学习
多智能体强化学习
攻击和防御
论文阅读
多智能体强化学习
MADDPG
DDPG
攻击和防御
Robust taboo search for the quadratic assignment problem-二次分配问题的鲁棒禁忌搜索
Thequadraticassignmentproblem3.Taboosearch3.1.Moves3.2Taboolist3.3.Aspirationfunction3.4.Taboolistsize4.Random
problems
5
太极生两鱼
·
2024-01-08 07:57
文献阅读
进化优化
回溯算法part01 算法
回溯算法part01今日内容:●理论基础●77.组合1.LeetCode77.组合https://leetcode.cn/
problems
/combinations/模板//回溯算法模板voidbacktracking
Belle_Daisy
·
2024-01-08 06:33
算法
剑指 Offer 10- I. 斐波那契数列
https://leetcode-cn.com/
problems
/fei-bo-na-qi-shu-lie-lcof/自己的解答classSolution{publicintfib(intn){int[
yaoqi7777
·
2024-01-08 05:13
leetcode 第576题-出界的路径数
链接:https://leetcode-cn.com/
problems
/out-of-boundary-pathspackageleetcodefuncFindPaths(mint,nint,maxMoveint
一对码农
·
2024-01-08 00:36
leetcode 最长公共前缀
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/longest-common-pref
仁安天下
·
2024-01-07 23:24
283. Move Zeroes
原题链接:https://leetcode.com/
problems
/move-zeroes/在不改变array离其他元素的顺序的情况下将array里的0移到最后端有两种解题思路,一种是将非零的元素移到
15plus
·
2024-01-07 22:55
2019-2-12 每日一词
Compound英英释意:tomakesomethingworsebyaddingmore
problems
N.有围墙的建筑群(美国大使馆自称USembassycompound);混合物;复合词adj.v
Sam_333
·
2024-01-07 21:08
leetcode“位运算”——只出现一次的数字
只出现一次的数字i:https://leetcode.cn/
problems
/single-number/给你一个非空整数数组nums,除了某个元素只出现一次以外,其余每个元素均出现两次。
有梦想的yy
·
2024-01-07 21:19
数据结构
leetcode——杨辉三角
https://leetcode.cn/
problems
/pascals-triangle/杨辉三角:给定一个非负整数numRows,生成「杨辉三角」的前numRows行。
有梦想的yy
·
2024-01-07 21:19
leetcode
算法
职场和发展
leetcode经典【双指针】例题
删除有序数组中的重复项:https://leetcode.cn/
problems
/remove-duplicates-from-sorted-array/解题思路:首先注意数组是有序的,那么重复的元素一定会相邻
有梦想的yy
·
2024-01-07 21:47
leetcode
算法
职场和发展
2018-01-16
[
Problems
]:老师讲完课后,没有在课下认真复习,导致快考试的时候,整天都特别忧郁。英语听力有些太快,根本跟不上。
应数二班王秀磊
·
2024-01-07 20:08
LeetCode 最长回文串
最长回文串题目来源:https://leetcode-cn.com/
problems
/longest-palindrome/题目给定一个包含大写字母和小写字母的字符串,找到通过这些字母构造成的最长的回文串
大梦三千秋
·
2024-01-07 17:37
LeetCode 79. 单词搜索 | Python
79.单词搜索题目来源:https://leetcode-cn.com/
problems
/word-search题目给定一个二维网格和一个单词,找出该单词是否存在于网格中。
大梦三千秋
·
2024-01-07 17:04
155. 最小栈
题目地址(155.最小栈)https://leetcode.cn/
problems
/min-stack/题目描述设计一个支持push,pop,top操作,并能在常数时间内检索到最小元素的栈。
王侦
·
2024-01-07 16:22
一维数组的动态和
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/running-sum-of-1d-array题目描述:给你一个数组nums。
xialu
·
2024-01-07 15:01
Grind75第2天 | 238.除自身以外数组的乘积、75.颜色分类、11.盛最多水的容器
238.除自身以外数组的乘积题目链接:https://leetcode.com/
problems
/product-of-array-except-self解法:这个题有followup,要求优化到空间复杂度为
Jack199274
·
2024-01-07 15:38
数据结构和算法
算法
数据结构
leetcode
【MAC 上学习 C++】Day 62-2. 6-12 判断奇偶性 (10 分)
6-12判断奇偶性(10分)1.题目摘自https://pintia.cn/problem-sets/14/
problems
/7442.题目内容本题要求实现判断给定整数奇偶性的函数。
RaRasa
·
2024-01-07 14:12
LeetCode 面试题57 - II. 和为s的连续正数序列
面试题57-II.和为s的连续正数序列题目来源:https://leetcode-cn.com/
problems
/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/题目输入一个正整数
大梦三千秋
·
2024-01-07 14:30
【MAC 上学习 C++】Day 36-5. 实验4-1-11 高空坠球 (20 分)
实验4-1-11高空坠球(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/4452.题目内容皮球从某给定高度自由落下,触地后反弹到原高度的一半,
RaRasa
·
2024-01-07 14:33
【算法提升】LeetCode每五日一总结【01/01--01/05】
01/01今日数据结构:二叉树的前/中/后序遍历三合一代码今日数据结构:二叉树的前/中/后序遍历三合一代码2024/01/02每日力扣:[101.对称二叉树](https://leetcode.cn/
problems
OldGj_
·
2024-01-07 13:05
力扣!
算法
leetcode
职场和发展
LeetCode-49字母异位词分组
文章目录总代码方法一:排序数组分类方法二:按计数分类https://leetcode-cn.com/
problems
/group-anagrams/总代码//方法一:排序数组分类publicList>groupAnagrams
傅晨明
·
2024-01-07 13:54
#
数据结构和算法实战
leetcode
字母异位词分组
leetcode-49字母异位词分组
,"nat","bat"],输出:[["ate","eat","tea"],["nat","tan"],["bat"]]详见leetcode49题链接:https://leetcode-cn.com/
problems
空想家丶
·
2024-01-07 13:24
算法
leetcode-242有效字母异位词
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/valid-anagram著作权归领扣网络所有。商业转载请
起个名字都这么男
·
2024-01-07 13:24
字符串
leetcode
算法
数据结构
21. 合并两个有序链表-----leetcode刷题(python解题)
示例:输入:1->2->4,1->3->4输出:1->1->2->3->4->4来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/merge-two-sorted-lists
吉祥鸟hu
·
2024-01-07 12:03
二叉树OJ题之二
今天我们一起来看一道判断一棵树是否为对称二叉树的题,力扣101题,https://leetcode.cn/
problems
/symmetric-tree/我们首先先来分析这道题,要判断这道题是否对称,我们首先需要判断的是这颗树根节点的左右子树是否对称
七街酒465
·
2024-01-07 12:55
leetcode
数据结构
c语言
leetcode05-手撸快排代码
题目链接:https://leetcode.cn/
problems
/can-make-arithmetic-progression-from-sequence/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
leetcode
java
数据结构
leetcode06-单调数组的判断
题目链接:https://leetcode.cn/
problems
/monotonic-array/description/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
leetcode
算法
java
leetcode07-罗马数字的转换
题目链接:https://leetcode.cn/
problems
/roman-to-integer/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
算法
数据结构
java
leetcode08-棒球比赛
题目链接:https://leetcode.cn/
problems
/baseball-game/description/?
算法给的安全感
·
2024-01-07 11:22
leetcode刷题日记
java
leetcode
Array-832. Flipping an Image
地址:https://leetcode.com/
problems
/flipping-an-image/description/题目描述GivenabinarymatrixA,wewanttofliptheimagehorizontally
oneSophia
·
2024-01-07 11:49
【LeetCode每日一题】2807. 在链表中插入最大公约数(模拟+求最大公约数的6中写法)
2024-1-6文章目录[2807.在链表中插入最大公约数](https://leetcode.cn/
problems
/insert-greatest-common-divisors-in-linked-list
翁佳明
·
2024-01-07 11:25
LeetCode
leetcode
链表
算法
剑指 Offer 32 - II. 从上到下打印二叉树 II
null,null,15,7],3/\920/\157返回其层次遍历结果:[[3],[9,20],[15,7]]Reference:力扣(LeetCode),https://leetcode-cn.com/
problems
awesomeyu
·
2024-01-07 08:28
二叉树part05 算法
513.找树左下角的值●112.路径总和113.路径总和ii●106.从中序与后序遍历序列构造二叉树105.从前序与中序遍历序列构造二叉树1.513.找树左下角的值https://leetcode.cn/
problems
Belle_Daisy
·
2024-01-07 08:26
算法
【MAC 上学习 C++】Day 23-3. 习题10-8 递归实现顺序输出整数 (15 分)
习题10-8递归实现顺序输出整数(15分)1.题目摘自https://pintia.cn/problem-sets/12/
problems
/3582.题目内容本题要求实现一个函数,对一个整数进行按位顺序输出
RaRasa
·
2024-01-07 03:40
20240105 SQL基础50题打卡
20240105SQL基础50题打卡文章目录20240105SQL基础50题打卡[1789.员工的直属部门](https://leetcode.cn/
problems
/primary-department-for-each-employee
xwhking
·
2024-01-07 03:41
SQL基础50题
sql
数据库
Missing Number
https://leetcode.com/
problems
/missing-number/给定一个数组,长度为n,包含0~N的整数,但是缺少一个整数,找出缺少的这个整数(Youralgorithmshouldruninlinearruntimecomplexity.Couldyouimplementitusingonlyconstantextraspacecomplexity
瞬铭
·
2024-01-07 02:41
Atcoder Beginner Contest 332 (A - F 题)
目录[A-OnlineShopping](https://atcoder.jp/contests/abc332/tasks/abc332_a)
ProblemS
tatementConstraintsInputOutputSampleInput1SampleOutput1SampleInput2SampleOutput2SampleInput3SampleOutput3SolutionCode
阿史大杯茶
·
2024-01-06 18:28
Atcoder
Atcoder
Atcoder Beginner Contest 333 (A - F 题)
目录[A-ThreeThrees](https://atcoder.jp/contests/abc333/tasks/abc333_a)
ProblemS
tatementConstraintsInputOutputSampleInput1SampleOutput1SampleInput2SampleOutput2SolutionCode
阿史大杯茶
·
2024-01-06 18:28
Atcoder
Atcoder
LeetCode - 146.LRU Cache
LRUCacheLeastRecentlyUsed,在操作系统里是一种常用的页面置换算法,置换策略即,选择最近最久未使用的页面予以淘汰LeetCode-146.LRUCachelink:https://leetcode-cn.com/
problems
WindTrack
·
2024-01-06 18:32
Simple mathematical logic
[ContactUs]Ifyoulikeourapporhave
problems
,ple
xiaoluban55开
·
2024-01-06 16:40
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他