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
综合回溯,剪枝,暴搜
目录力扣1863.找出所有子集的异或总和再求和力扣47.全排列II编辑力扣17.电话号码的字母组合电话号码的字母组合https://leetcode.cn/
problems
/letter-combinations-of-a-phone-number
狗哥不是甜妹
·
2024-02-03 02:20
深度优先
算法
leetcode
LeetCode 316 && AcWing 74 周赛总结
一、LeetCode316场1、6214.判断两个事件是否存在冲突(1)原题链接:力扣https://leetcode.cn/contest/weekly-contest-316/
problems
/determine-if-two-events-have-conflict
不到百万行代码
·
2024-02-03 02:17
leetcode
算法
c++
【LeetCode - 第316场周赛】【字符串】2446. 判断两个事件是否存在冲突 Java实现
文章目录题目链接题目思路题目链接https://leetcode.cn/
problems
/determine-if-two-events-have-conflict/题目思路这两种情况都是两个事件有冲突
努力努力再努力@_@
·
2024-02-03 02:47
LeetCode
leetcode
java
算法
学习
Fluent 动网格应用:2.5D 网格重构 Fluent dynamic mesh application: 2.5D remeshing
2.5Dremeshingisafastremeshingmethod,mainlyusedfor
problems
withcomplexplanarmotionthatcannotbesimplifiedtotwo-dimensional
awayuk11
·
2024-02-03 01:30
ANSYS
ANSYS
Fluent
CFD
中原焦点团队王敏燕初级232分享第295天,约练89本周1
一、SFBT的重要基本信念包括9条(Trepper等,2010):1.基于建构解决之道(Solutionbuilding),而非问题解决(
Problems
olving)。
娴子妹妹
·
2024-02-03 00:19
每日一词44/18.11.15/panacea
1.释义:somethingthatpeoplethinkwillmakeeverythingbetterandsolvealltheir
problems
2.理解:名词,重音在第三个音节上,意思是“解决某些问题的万灵丹
Vichee
·
2024-02-02 21:40
格林公式求圆并的面积及重心
格林公式求圆并的面积及重心格林公式格林公式对面积及重心的推导圆并的面积与重心计算[SPOJCIRU圆并的面积](https://www.spoj.com/
problems
/CIRU/)圆并的重心格林公式首先写下格林公式
罗博士
·
2024-02-02 16:04
ACM高等数学
ACM
算法
2. 两数相加
题目:https://leetcode-cn.com/
problems
/add-two-numbers/给你两个非空的链表,表示两个非负的整数。
gykimo
·
2024-02-02 15:52
LeetCode-19
19.删除链表的倒数第N个结点https://leetcode-cn.com/
problems
/remove-nth-node-from-end-of-list/难度中等1613给你一个链表,删除链表的倒数第
卷扬机
·
2024-02-02 14:10
LeetCode
leetcode
链表
数据结构
Leetcode19
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/remove-nth-node-from-end-of
好好吃饭的码农
·
2024-02-02 14:08
【数组-滑动窗口】Longest Substring Without Repeating Characters
题目链接https://leetcode.com/
problems
/longest-substring-without-repeating-characters/description/参考博客http
安琪拉的小迷妹
·
2024-02-02 12:47
力扣 783. 二叉搜索树节点最小距离---二叉搜索树的中序遍历法
注意:本题与530:https://leetcode-cn.com/
problems
/minimum-absolute-difference-in-bst/相同示例1:输入:root=[4,2,6,1,3
向光.
·
2024-02-02 11:48
Leetcode每日刷题
#
DFS与递归及回溯
#
树
二叉树
算法
dfs
c++
783_二叉搜索树节点最小距离
783_二叉搜索树节点最小距离package二叉树.二叉搜索树;/***https://leetcode-cn.com/
problems
/minimum-distance-between-bst-nodes
十五喵
·
2024-02-02 11:43
算法
java
leetcode
数据结构
Leetcode 104 二叉树的最大深度
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/maximum-depth-of-binary-tree著作权归领扣
禾木清清
·
2024-02-02 09:23
【Leetcode】994. Rotting Oranges
题目地址:https://leetcode.com/
problems
/rotting-oranges/给定一个int矩阵,000表示空格子,111表示是个新鲜的橘子,222表示是个腐烂的橘子。
记录算法题解
·
2024-02-02 09:00
LC
DFS
BFS与图论
队列
leetcode
算法
queue
[leetcode]994. Rotting Oranges @ python
原题https://leetcode.com/
problems
/rotting-oranges/解法BFS.首先遍历grid,统计新鲜橘子的个数,将腐烂橘子的index放入q.Edgecase是当grid
闲庭信步的空间
·
2024-02-02 08:27
代码随想录算法训练营29期Day37|LeetCode 738,968
文档讲解:单调递增的数字监控二叉树贪心算法总结738.单调递增的数字题目链接:https://leetcode.cn/
problems
/monotone-increasing-digits/description
tlingyuqi
·
2024-02-02 07:04
代码随想录算法训练营29期
算法
leetcode
哈希算法
c++
代码随想录算法训练营29期Day10|LeetCode 225,232
文档讲解:理论基础用栈实现队列用队列实现栈225.用队列实现栈题目链接:https://leetcode.cn/
problems
/implement-stack-using-queues/submissions
tlingyuqi
·
2024-02-02 07:03
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day35|LeetCode 860,406,452
文档讲解:柠檬水找零根据身高重建队列用最小数量的箭引爆气球860.柠檬水找零题目链接:https://leetcode.cn/
problems
/lemonade-change/description/思路
tlingyuqi
·
2024-02-02 07:03
代码随想录算法训练营29期
leetcode
算法
职场和发展
c++
代码随想录算法训练营29期Day36|LeetCode 435,763,56
文档讲解:无重叠区间划分字母区间合并区间435.无重叠区间题目链接:https://leetcode.cn/
problems
/non-overlapping-intervals/description/
tlingyuqi
·
2024-02-02 07:56
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
298. Binary Tree Longest Consecutive Sequence
https://leetcode.com/
problems
/binary-tree-longest-consecutive-sequence/description/image.png这道题是智能从上下往下的
西部小笼包
·
2024-02-02 07:16
ECS120fundamentals of compiling
Auto-graded
problems
These
problems
arenotrandomized,sothereisnoneedtofirstsubmitafilenamedreq.Eachproblembelowappearsasaseparate
D285A3
·
2024-02-02 06:45
eclipse
代码随想录刷题笔记-Day16
1.二叉树的所有路径257.二叉树的所有路径https://leetcode.cn/
problems
/binary-tree-paths/description/给你一个二叉树的根节点root,按任意顺序
枯树老斑鸠
·
2024-02-02 00:18
代码随想录
笔记
java
算法
力扣刷题-前k个高频元素
输入:nums=[1,1,1,2,2,3],k=2输出:[1,2]示例2:输入:nums=[1],k=1输出:[1]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
文加油冲冲冲
·
2024-02-01 23:57
leetcode
算法
职场和发展
一起学算法-905.按奇偶排序数组
一、题目LeetCode-905.按奇偶排序数组链接:https://leetcode-cn.com/
problems
/sort-array-by-parity/难度:简单给定一个非负整数数组A返回一个数组
Justin小贾同学
·
2024-02-01 21:08
代码随想录算法训练营第22天|235. 二叉搜索树的最近公共祖先|701.二叉搜索树中的插入操作|450.删除二叉搜索树中的节点
链接:https://leetcode.cn/
problems
/lowest-common-ancestor-of-a-binary
永不服输的锐锐米
·
2024-02-01 20:45
数据结构
「leetcode」669. 修剪二叉搜索树:【递归】【迭代】详解
669.修剪二叉搜索树题目链接:https://leetcode-cn.com/
problems
/trim-a-binary
代码随想录
·
2024-02-01 20:59
leecode题解
算法
二叉树
面试
编程语言
C++
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-01 19:37
力扣刷题
leetcode
sql
数据库
【力扣白嫖日记】SQL
前言练习SQL语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-01 19:37
力扣刷题
leetcode
sql
数据库
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-01 19:03
力扣刷题
leetcode
sql
数据库
SPOJ-1811. Longest Common Substring && 1812. Longest Common Substring II (后缀自动机)
题目:http://www.spoj.com/
problems
/LCS/http://www.spoj.com/
problems
/LCS2/两道水题,据说SA之类的常数卡得挺紧的,于是乎顺手拿过来练手了一下
AmadeusChan
·
2024-02-01 17:49
【每日一题】 2024年1月汇编
博客主页:A_SHOWY系列专栏:力扣刷题总结录数据结构云计算数字图像处理力扣每日一题_【1.4】2397.被列覆盖的最多行数2397.被列覆盖的最多行数https://leetcode.cn/
problems
A_SHOWY
·
2024-02-01 14:00
算法
力扣
c++
代码随想录算法训练营 DAY9 | 字符串专题
leetcode找出字符串中的第一个匹配项https://leetcode.cn/
problems
/find-the-index-of-the-first-occurrence-in-a-string/
Revenge2322
·
2024-02-01 14:51
算法日记
leetcode
算法
职场和发展
代码随想录算法训练营DAY8 | 字符串(1)
一、LeetCode344反转字符串题目链接:344.反转字符串https://leetcode.cn/
problems
/reverse-string/思路:双指针法交换。
橙南花已开
·
2024-02-01 14:18
代码随想录算法训练营
算法
leetcode
数据结构
lucky记录113天
2021年05月29日扇贝每日一句2022年倒计时216天
Problems
areguidelines,notstopsigns!问题不是止步的信号,而是前进的指引。
杉杉妈Alice
·
2024-02-01 14:13
代码随想录算法训练营29期Day34|LeetCode 1005,134,135
文档讲解:K次取反后最大化的数组和加油站分发糖果1005.K次取反后最大化的数组和题目链接:https://leetcode.cn/
problems
/maximize-sum-of-array-after-k-negations
tlingyuqi
·
2024-02-01 11:04
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
算法练习01——哈希&&部分双指针
1.使用Set存哈希,2.快慢指针)454.四数相加II383.赎金信15.三数之和*(双指针)18.四数之和*(双指针)128.最长连续序列1.两数之和(*)https://leetcode.cn/
problems
荒野大飞
·
2024-02-01 11:29
lc刷题
算法
哈希算法
109. Convert Sorted List to Binary Search Tree
https://leetcode.com/
problems
/convert-sorted-list-to-binary-search-tree/description/只要items数目确定,所生成的BalancedBST
Super_Alan
·
2024-02-01 10:57
Codeforces 1221C(推公式\二分查找)
https://codeforces.com/
problems
et/problem/1221/C本题实际上是说有三种人,分别有,,个,从中取出三个人,要求一个人是第一种,一个人是第二种人,问最多能取多少组人
素理想
·
2024-02-01 10:10
291. Word Pattern II
https://leetcode.com/
problems
/word-pattern-ii/description/image.png这道题因为就是PATTERN的一个字母可以对应一个STRING,我们可以用枚举然后回溯看有没有可能的解
西部小笼包
·
2024-02-01 09:55
【leetcode刷题】15. 3Sum
原题链接:https://leetcode.com/
problems
/3sum/解题思路:首先将数组进行排序,排序过后i对整个列表进行遍历,j从i+1开始遍历,k从最后一位往前遍历。
maodoudou168
·
2024-02-01 05:01
LeetCode-078-子集
:nums=[1,2,3]输出:[[3],[1],[2],[1,2,3],[1,3],[2,3],[1,2],[]]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
刻苦驴哝
·
2024-02-01 03:17
二叉树的遍历(OJ)
https://leetcode.cn/
problems
/binary-tree-preorder-traversal/description/力扣(LeetCode)官网-全球极客挚爱的技术成长平台备战技术面试
铁蛋Q
·
2024-02-01 03:47
数据结构
c语言
算法
DS Wannabe之5-AM Project: DS 30day int prep day1
ArtificialIntelligence:AIispurelymathandscientificexercise,butwhenitbecamecomputational,itstartedtosolvehuman
problems
formalizedintoasubsetofcompute
wendyponcho
·
2024-02-01 02:36
人工智能
学习
笔记
机器学习
AtCoder Beginner Contest 338(ABCDEF题)
ProblemS
tatementYouaregivenanon-emptystringSSSconsistingofuppercaseandlowercaseEnglishletters.Determinewhetherthefollowingconditionissatisfied
阿史大杯茶
·
2024-02-01 00:57
Atcoder
Atcoder
算法
Codeforces Round 922 (Div. 2 ABCDEF题)
A.BrickWall
ProblemS
tatementAbrickisastripofsize1×k1\timesk1×k,placedhorizontallyorvertically,wherekkkcanbeanarbitrarynumberthatisatleast222
阿史大杯茶
·
2024-02-01 00:57
Codeforces
c++
Codeforces
算法
AtCoder Regular Contest 170 (ABC题)
A-YetAnotherABProblem
ProblemS
tatementYouaregiventwostringsSSSandTTToflengthNNNconsistingofAandB.LetSiS_iSidenotetheiii-thcharacterfromtheleftofSSS.Youcanrepeatthefollowingoperationanynumberoftimes
阿史大杯茶
·
2024-02-01 00:26
Atcoder
Atcoder
算法
Codeforces Round 921 (Div. 2 ABCDE题)
ProblemS
tatementYouaregiventwopositiveintegersnnnandkkk.YourtaskistofindastringssssuchthatallpossiblestringsoflengthnnnthatcanbeformedusingthefirstkkklowercaseEnglishalphabets
阿史大杯茶
·
2024-02-01 00:54
Codeforces
c++
算法
Codeforces
LeetCode 3. 无重复字符的最长子串
https://leetcode.cn/
problems
/longest-substring-without-repeating-characters/给定一个字符串s,请你找出其中不含有重复字符的最长子串的长度
Suppose
·
2024-01-31 22:01
leetCode刷题
leetcode
算法
职场和发展
LeetCode 733.图像渲染
https://leetcode.cn/
problems
/flood-fill有一幅以mxn的二维整数数组表示的图画image,其中image[i][j]表示该图画的像素值大小。
Suppose
·
2024-01-31 22:00
leetCode刷题
leetcode
算法
深度优先
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他