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】746. Min Cost Climbing Stairs(C++)
地址:https://leetcode.com/
problems
/min-cost-climbing-stairs/题目:Onastaircase,thei-thstephassomenon-negativecostcost
Ethan95
·
2024-02-12 19:57
LeetCode
剑指offer学习笔记:4.3 举例让抽象问题具体化
leetcode链接:https://leetcode-cn.com/
problems
/bao-han-minhan-shu-de-zhan-lcof/classMinStack{public:/**initializeyourda
小逗比儿
·
2024-02-12 18:19
二叉树-二叉树的遍历方式 | 144.二叉树的前序遍历、94.二叉树的中序遍历、145.二叉树的后序遍历、层序遍历
题目链接:https://leetcode.cn/
problems
/binary-tree-preorder-traversal/思路:1.递归:单独写一个前序遍历方法,传入参数为结点和结果list,调用该方法
Dim and Gusty
·
2024-02-12 18:41
LeetCode
代码随想录(Java版)
算法
数据结构
leetcode
java
21. 合并两个有序链表
题目:https://leetcode-cn.com/
problems
/merge-two-sorted-lists/submissions/将两个升序链表合并为一个新的升序链表并返回。
gykimo
·
2024-02-12 15:29
DS Wannabe之5-AM Project: DS 30day int prep day13
Theautoregressive(AR)modeliscommonlyusedtomodeltime-varyingprocessesandsolve
problems
inthefieldsofnaturalscience
wendyponcho
·
2024-02-12 15:06
Data
Science
Machine
Learning
人工智能
机器学习
学习
笔记
Day62 验证回文串
给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写https://leetcode-cn.com/
problems
/valid-palindrome/将空字符串定义为有效的回文串示例
Shimmer_
·
2024-02-12 13:42
提升JS编程效率:19个实用JS代码示例
本文翻译自19PracticalES6SnippetstoSolveCommonJS
Problems
,作者:Madza,略有删改。在实际工作中,开发者常面临一些需巧妙编程解决的挑战。
·
2024-02-12 10:06
Codeforces Round 924 (Div. 2 ABCDE题 视频讲解)
A.RectangleCutting
ProblemS
tatementBobhasarectangleofsizea×ba\timesba×b.Hetriestocutthisrectangleintotworectangleswithintegersidesbymakingacutparalleltooneofthesidesoftheoriginalrectangle.ThenBobtriest
阿史大杯茶
·
2024-02-12 10:18
Codeforces
算法
Codeforces
c++
【力扣白嫖日记】SQL
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-12 07:20
力扣刷题
leetcode
sql
数据库
代码随想录算法训练营第四十九天(动态规划篇之01背包)| 474. 一和零, 完全背包理论基础
474.一和零题目链接:https://leetcode.cn/
problems
/ones-and-zeroes/submissions/501607337/思路之前的背包问题中,我们对背包的限制是容量
Huiwen_Z
·
2024-02-12 07:53
代码随想录训练营
算法
动态规划
leetcode
python
蓝桥杯【算法训练】Python 实现
测评链接:https://lx.lanqiao.cn/
problems
et.page?code=ALGO印章100【题目描述】共有n种图案的印章,每种图案的出现概率相同。
荷碧TongZJ
·
2024-02-12 06:04
数据结构与算法
蓝桥杯
算法
python
data science (part3)
K-meansisanunsupervisedlearningalgorithmusedfor
problems
havingtodowithclusteringdata.Itfollowsthesequenceofstepsdescribedbelow
garrulousabyss
·
2024-02-12 06:32
css
css3
html
字符串 Leetcode 557 反转字符串中的单词
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/reve
禾木清清
·
2024-02-12 00:45
LeetCode 130. 被围绕的区域
题目链接https://leetcode-cn.com/
problems
/surrounded-regions/题目描述给定一个二维的矩阵,包含'X'和'O'(字母O)。
phantom34
·
2024-02-12 00:30
【力扣白嫖日记】SQL
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-11 17:12
力扣刷题
leetcode
sql
数据库
LeetCode 0094.二叉树的中序遍历:递归/迭代(栈模拟递归)
【LetMeFly】94.二叉树的中序遍历:递归/迭代(栈模拟递归)力扣题目链接:https://leetcode.cn/
problems
/binary-tree-inorder-traversal/给定一个二叉树的根节点
Tisfy
·
2024-02-11 13:02
#
力扣LeetCode
题解
leetcode
深度优先
DFS
二叉树
栈模拟递归
【Leetcode】1137. N-th Tribonacci Number
题目地址:https://leetcode.com/
problems
/n-th-tribonacci-number/给定一个序列TnT_nTn的递推式Tn+3=Tn+Tn+1+Tn+2,n≥0T_{n+
记录算法题解
·
2024-02-11 10:08
LC
贪心
动态规划与记忆化搜索
leetcode
算法
动态规划
java
Leetcode-1137. N-th Tribonacci Number 第 N 个泰波那契数 (DP)
链接:https://leetcode.com/
problems
/n-th-tribonacci
简米
·
2024-02-11 10:05
Leetcode
leetcode
动态规划
算法
python
代码随想录算法训练营第三十七天打卡|738.单调递增的数字,714. 买卖股票的最佳时机含手续费,968.监控二叉树
#@Note:https://leetcode.cn/
problems
/monotone-increasing-di
选择和努力哪一个重要
·
2024-02-11 08:22
算法
leetcode
python
AtCoder Beginner Contest 339 (ABCDEFG题)
A-TLD
ProblemS
tatementYouaregivenastringSSSconsistingoflowercaseEnglishlettersandthecharacter..PrintthelastsubstringwhenSSSissplitby.s.Inotherwords
阿史大杯茶
·
2024-02-11 08:21
Atcoder
Atcoder
算法
c++
KAJIMA CORPORATION CONTEST 2024(AtCoder Beginner Contest 340)ABCDEF 视频讲解
这场比较郁闷,C题短路,连续4次WA,导致罚时太多A-ArithmeticProgression
ProblemS
tatementPrintanarithmeticsequencewithfirsttermAAA
阿史大杯茶
·
2024-02-11 08:50
Atcoder
Atcoder
算法
c++
讲稿
GreetingGoodmorningboysandgirls,let'sbeginourclass.二.writethetitleToday,wewilllearnUnit2Topic1SectionA.Pollutionhascausedtoomany
problems
冰晶玉洁
·
2024-02-11 07:59
leetcode:51. N 皇后
51.N皇后来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/n-queens/按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。
uncle_ll
·
2024-02-11 03:25
编程练习-Leetcode
leetcode
八皇后
N皇后
回溯
算法训练
【原理图PCB专题】Allegro报封装Name is too long
在安装完成Cadence17.4版本后,在首次导入网表时发现PCB报了一些错误,就是名称太长#1ERROR(SPMHNI-189):Nameistoolong…ERROR(SPMHNI-189):
Problems
withthenameofdevice
阳光宅男@李光熠
·
2024-02-10 22:19
原理图与PCB专题
硬件
经验分享
【LeetCode704.二分查找】——二分查找方法汇总
链接:https://leetcode.cn/
problems
/binary-search示例1:输入:nums=[-1,0,3,5,9,12],target=9输出:4解释:9出现在nums中并且下标为
一粒蛋_fc4d
·
2024-02-10 20:07
97. 交错字符串
97.交错字符串题目链接:97.交错字符串代码如下://动态规划跟62不同路径思想类似//参考:https://leetcode.cn/
problems
/interleaving-string/solutions
咔咔咔的
·
2024-02-10 19:51
leetcode
c++
5. 最长回文子串
5.最长回文子串题目链接:5.最长回文子串代码如下://中心扩散法//参考:https://leetcode.cn/
problems
/longest-palindromic-substring/solutions
咔咔咔的
·
2024-02-10 19:21
leetcode
c++
【PAT顶级】1003 Universal Travel Sites(35)[网络最大流,非递归dfs]
参考视频:13-1:网络流问题基础NetworkFlow
Problems
代码实现:我用GPT帮我写了一段Dinic'sAlgorithm寻找网络最大流的C++代码。
一碗姜汤
·
2024-02-10 19:42
代码刷题
深度优先
算法
leetcode--169--多数元素
示例1:输入:[3,2,3]输出:3示例2:输入:[2,2,1,1,1,2,2]输出:2链接:https://leetcode-cn.com/
problems
/majority-element思路1:1
minningl
·
2024-02-10 18:02
Leecode之相交链表
一.题目及剖析https://leetcode.cn/
problems
/intersection-of-two-linked-lists/description/这道题无非就是要做两件事,一是判断链表是否相交
一枕眠秋雨>o<
·
2024-02-10 18:14
数据结构与算法题集
链表
数据结构
Leecode之分割链表
一.题目及剖析https://leetcode.cn/
problems
/partition-list-lcci/description/二.思路引入就是将其分成大小两个链表,以x为分界线进行分堆,最后再将两链表合并三
一枕眠秋雨>o<
·
2024-02-10 18:14
链表
数据结构
Leecode之环形链表
一.题目及剖析https://leetcode.cn/
problems
/linked-list-cycle/description/这道题就是去判断一个链表是否带环,分两种情况,链表中只有一个元素则一定不带环
一枕眠秋雨>o<
·
2024-02-10 18:44
数据结构与算法题集
链表
数据结构
Leecode之环形链表进阶
一.题目及剖析https://leetcode.cn/
problems
/linked-list-cycle-ii/description/这道题就是找到链表中环的入口二.思路引入假设起点到环的入口的距离为
一枕眠秋雨>o<
·
2024-02-10 18:13
链表
数据结构
LeetCode 289. 生命游戏
289.生命游戏题目来源:https://leetcode-cn.com/
problems
/game-of-life/题目根据百度百科,生命游戏,简称为生命,是英国数学家约翰·何顿·康威在1970年发明的细胞自动机
大梦三千秋
·
2024-02-10 17:34
codeforces 1400分
[B.PhoenixandBeauty](https://codeforces.com/
problems
et/problem/1348/B)2.
沫刃起
·
2024-02-10 13:59
codeforces
算法
c++
数据结构
LeetCode热题100——字母异位词分组(2)
题目链接:https://leetcode.cn/
problems
/group-anagrams/description/?
duanyq666
·
2024-02-10 09:44
LeetCode热题100
leetcode
算法
职场和发展
java
代码随想录|Day 14
Day14新年将至一、理论学习BFS的使用场景总结:层序遍历、最短路径问题(https://leetcode.cn/
problems
/binary-tree-level-order-traversal/
东鹅鹅鹅
·
2024-02-10 08:58
c++
leetcode34 在排序数组中查找元素的第一个和最后一个位置
文章目录1.解法2.原题[34.在排序数组中查找元素的第一个和最后一个位置](https://leetcode.cn/
problems
/find-first-and-last-position-of-element-in-sorted-array
南方乌鸦
·
2024-02-10 05:31
算法
数据结构
leetcode
leetcode154 寻找旋转排序数组中的最小值 II
文章目录1.解法2.原题[154.寻找旋转排序数组中的最小值II](https://leetcode.cn/
problems
/find-minimum-in-rotated-sorted-array-ii
南方乌鸦
·
2024-02-10 05:31
算法
数据结构
leetcode
leetcode69 x 的平方根
文章目录1.解法二分法牛顿迭代2.原题[69.x的平方根](https://leetcode.cn/
problems
/sqrtx/)1.解法二分法题目变形为找到f(x)=x2−c=0f(x)=x^2-c
南方乌鸦
·
2024-02-10 05:01
算法
leetcode
leetcode81 搜索旋转排序数组 II
文章目录1.解法2.原题[81.搜索旋转排序数组II](https://leetcode.cn/
problems
/search-in-rotated-sorted-array-ii/)1.解法使用二分查找
南方乌鸦
·
2024-02-10 04:58
算法
数据结构
leetcode
【力扣白嫖日记】SQL
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-02-10 04:44
力扣刷题
leetcode
sql
数据库
力扣 36. 有效的数独
题目来源:https://leetcode-cn.com/
problems
/valid-sudoku/大致题意:给定一个9*9的数独方格图,其由9个3*3的九宫格构成。
三更鬼
·
2024-02-10 01:03
java
Allegro Venture PCB Designer Suite ERROR(SPMHA1-161): Cannot open the design because of database p
AllegroVenturePCBDesignerSuiteERROR(SPMHA1-161):Cannotopenthedesignbecauseofdatabase
problems
.Runthedbdoctorcommandonthedesignandtrytoopenagain.Ctrl
Mr_liu_666
·
2024-02-10 01:25
cadence
工具
PCB
Allegro
cadence
ERROR
SPMHA1-161
Cannot
open
41. 缺失的第一个正数
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/first-missing-positive著
one_zheng
·
2024-02-10 00:21
山峰数组的顶部
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/B1IidL题目描述:符合下列属性的数组arr称为山峰数组(山脉数组):arr.length>=3存在
xialu
·
2024-02-09 23:15
代码随想录刷题第30天
第一题是重新安排行程https://leetcode.cn/
problems
/reconstruct-itinerary/description/,一道难题,确实有点超出自己的能力就看看题解抄一遍代码ac
太阳照常升起366
·
2024-02-09 23:44
leetcode
算法
职场和发展
代码随想录刷题第29天
第一题是递增子序列https://leetcode.cn/
problems
/non-decreasing-subsequences/,从数组中选取递增数列,与上一题子集问题类似,都是要在每个节点中取到自己的结果
太阳照常升起366
·
2024-02-09 23:14
算法
数据结构
代码随想录刷题第28天
第一题是复原ip地址https://leetcode.cn/
problems
/restore-ip-addresses/description/,与上一题分割回文串类似,都是利用startindex进行切割
太阳照常升起366
·
2024-02-09 23:14
leetcode
算法
数据结构
LeetCode LCP 30.魔塔游戏:贪心(优先队列)
【LetMeFly】LCP30.魔塔游戏:贪心(优先队列)力扣题目链接:https://leetcode.cn/
problems
/p0NxJO/小扣当前位于魔塔游戏第一层,共有N个房间,编号为0~N-1
Tisfy
·
2024-02-09 23:03
题解
#
力扣LeetCode
leetcode
游戏
题解
贪心
优先队列
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他