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
63. Unique Paths II
题目链接https://leetcode.com/
problems
/unique-paths-ii/submissions/解题思路简单dp,直接看代码代码classSolution{public:intuniquePathsWithObstacles
jecyhw
·
2024-01-01 13:31
139. Word Break [Medium]
自己不会做Discuss里面BFS、DFS动态规划汇总好帖:https://leetcode.com/
problems
/word-break/discuss/597051/Java-DP-and-BFS-Solutions-Clean-Code
汋灼
·
2024-01-01 08:53
刷题
leetcode
动态规划
[LeetCode] 139. Word Break
原题链接:https://leetcode.com/
problems
/word-break/1.题目介绍Givenanon-emptystringsandadictionarywordDictcontainingalistofnon-emptywords
Ber03
·
2024-01-01 08:23
LeetCode
动态规划
LeetCode
动态规划
【leetcode之189. 轮转数组】详解
原题链接:https://leetcode.cn/
problems
/rotate-array/:很有意思的一道题,本人提供三种方法,有更巧妙的方法的同学欢迎交流正文开始一、Createanewarray
麻辣郭德纲
·
2024-01-01 02:49
LeetCode刷题之路
leetcode
算法
职场和发展
2022-2023年第一学期总复盘
[
Problems
]1.问题就是在这个学期的生词过于多,然后自己没有很大精力背诵,背完不及时温习真的会忘,长难句有时把握不住,不很会分析,做课后练习时有的空改完答案仍不能理解透彻,总停留在自己最初的思路
张裕
·
2024-01-01 01:38
数据结构:LinkedList类和链表
模拟实现LinkedList3.1模拟实现add方法3.2模拟实现remove方法3.3模拟实现clear方法4.八道关于链表操作的题目4.1第一题:[反转链表](https://leetcode.cn/
problems
蔡欣致
·
2024-01-01 00:38
初阶数据结构系列
链表
数据结构
java
【MAC 上学习 C++】Day 63-4. 7-6 混合类型数据格式化输入 (5 分)
7-6混合类型数据格式化输入(5分)1.题目摘自https://pintia.cn/problem-sets/14/
problems
/7862.题目内容本题要求编写程序,顺序读入浮点数1、整数、字符、浮点数
RaRasa
·
2023-12-31 23:05
【leetcode刷题】16. 3 Sum Closest
原题链接:https://leetcode.com/
problems
/3sum-closest/思路:与15题类似,i从左往右遍历,j、k分别从左、右开始遍历。
maodoudou168
·
2023-12-31 22:39
讲解:Analytics 512、R、Canvas、RC/C++|C/C++
Analytics512:TakeHomeFinalExam2019200pointsinten
problems
.Thisisthetake-homeportionoftheexam.Youmayuseyournotes
dkmzqk6
·
2023-12-31 21:43
Compare Version Numbers
https://leetcode.com/
problems
/compare-version-numbers/给定两个string的版本号,比较两个版本号的大小注意一些特定情况比如1.0和1是相等的publicintcompareVersion
瞬铭
·
2023-12-31 21:03
【LeetCode每日一题】1154. 一年中的第几天(直接计算+调用库函数)
2023-12-31文章目录[1154.一年中的第几天](https://leetcode.cn/
problems
/day-of-the-year/)方法一:直接计算思路:方法二:调用库函数思路1154
翁佳明
·
2023-12-31 20:00
LeetCode
leetcode
算法
职场和发展
【每日一题】【12.29】 - 【12.31】年终收尾
【12.29】2706.购买两块巧克力2706.购买两块巧克力https://leetcode.cn/
problems
/buy-two-chocola
A_SHOWY
·
2023-12-31 15:44
力扣每日一题
算法
leetcode
数据结构
c++
leetcode 第802题-找到最终的安全状态
链接:https://leetcode-cn.com/
problems
/find-eventual-safe-states/packageleetcodefuncEventualSafeNodes(graph
一对码农
·
2023-12-31 12:31
LeetCode第69题---x的平方根
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/sqrtx著作权归领扣网络所有。
Tom那只猫
·
2023-12-31 11:53
LeetCode
Rosalind 033 Finding a Shared Spliced Motif
https://rosalind.info/
problems
/lcsq/很经典的动态规划问题了。直接给出解题步骤:1.初始化矩阵:创建一个大小为(len(s)+1)x(len(t)+1)的矩阵。
Kyookk
·
2023-12-31 10:28
生物信息
python
算法
Rosalind 023 Perfect Matchings and RNA Secondary Structures
https://rosalind.info/
problems
/pmch/recent/题目的要求是:给定:一个长度不超过80的RNA字符串,它的’A’和’U’的个数相同,'C’和’G’的个
Kyookk
·
2023-12-31 10:27
生物信息
python
开发语言
37. Sudoku Solver
Solution:https://leetcode.com/
problems
/sudoku-solver/discuss/15752/Straight-Forward-Java-Solution-Using-Backtracking
matrxyz
·
2023-12-31 09:29
panacea*
场景:性别歧视问题还没有完美的解决方案造句:Thereisnopanaceaforgenderdiscrimination
problems
.用法:Thereisnopanaceafor**
problems
X
慢慢树
·
2023-12-31 07:46
66. Plus One
https://leetcode.com/
problems
/plus-one/description/解题思路:本位为9则进位,否则直接+1代码:classSolution{publicint[]plusOne
becauseyou_90cd
·
2023-12-31 06:55
LeetCode腾讯50题-Day10-121/122/124
LeetCode50题(17天)-Day10121买卖股票的最佳时机题号:121难度:简单https://leetcode-cn.com/
problems
/best-time-to-buy-and-sell-stock
言成苟文
·
2023-12-31 05:07
LeetCode
python
python
算法
leetcode
二叉树
二分查找--二分查找算法(朴素二分模板)
个人主页:Lei宝啊愿所有美好如期而遇本题题目链接https://leetcode.cn/
problems
/binary-search/description/算法原理二段性,我们发现这个数组可以找到某种规律将其分为两段
Lei宝啊
·
2023-12-31 01:41
算法
算法
二分查找
LeetCode-22. 括号生成
LeetCode-22.括号生成(中等)题目地址:https://leetcode-cn.com/
problems
/generate-parentheses/文章目录LeetCode-22.括号生成(中等
zh-yi
·
2023-12-31 00:40
leetcode
热题
HOT
100
#
贪心算法
leetcode
游戏
算法
职场和发展
动态规划
[leetcode] 376. Wiggle Subsequence 解题报告
题目链接:https://leetcode.com/
problems
/wiggle-subsequence/Asequenceofnumbersiscalledawigglesequenceifthedifferencesbetweensuccessivenumbersstrictlyalternatebetweenpositiveandnegative.Thefirstdifference
小榕流光
·
2023-12-31 00:09
leetcode
动态规划
greedy
leetcode
动态规划
greedy
kubectl出现The connection to the server localhost:8080 was refused
输入kubectl命令遇到错误:Tofurtherdebuganddiagnosecluster
problems
,use'kubectlcluster-infodump'.Theconnectiontotheserverlocalhost
Lin大坑haha~
·
2023-12-31 00:07
k8s
kubernetes
linux
docker
LeetCode每日一题,反转整数
题目https://leetcode-cn.com/
problems
/reverse-integer/公众号《java编程手记》记录JAVA学习日常,分享学习路上点点滴滴,从入门到放弃,欢迎关注描述给你一个
JAVA编程手记
·
2023-12-30 20:08
451. 根据字符出现频率排序
2021-07-03LeetCode每日一题链接:https://leetcode-cn.com/
problems
/sort-characters-by-frequency/标签:哈希表、字符串、桶排序
秃头哥编程
·
2023-12-30 20:30
《如何培养孩子的社会能力》
“人际认知问题的解决”的四个开头字母叫ICPS,但是因为这几个词很难记,包括美国的家长也觉得很复杂,所以他们后来认为ICPS应该改成ICan
ProblemS
olve,就是“我能解决问题”,所以ICan
ProblemS
olve
朱卉大余水小
·
2023-12-30 16:25
数组01 || 704. 二分查找 27. 移除元素
704.二分查找题目链接:https://leetcode.cn/
problems
/binary-search/视频讲解:https://www.bilibili.com/video/BV1fA4y1o715
sofia0119
·
2023-12-30 15:24
javascript
第十二天 Jewels and Stones
刷水题,果然也是一件可以提高幸福感的事情,今天因为家里有点事情,12点多才到家,就只能选择了一道迄今为止,最最最水的一道题https://leetcode-cn.com/
problems
/jewels-and-stones
业余马拉松选手
·
2023-12-30 14:53
每日一题 leetcode160-相交链表
相交链表https://leetcode-cn.com/
problems
/intersection-of-two-linked-lists/思路一双指针:(1)首先指针A和指针B分别指向headA和headB
一个酷酷的男子
·
2023-12-30 13:07
代码随想录刷题笔记(DAY3)
DAY301.移除链表元素(No.203)题目链接:https://leetcode.cn/
problems
/remove-linked-list-elements/description/代码随想录题解
*Soo_Young*
·
2023-12-30 13:02
代码随想录
笔记
朱老师第323天早安问候
Problems
arenotstopsigns,theyareguidelines.假设你已经准备迎接一个新的任务,你非常乐于接受新的挑战,并且可以看到成功的曙光。
高飞1
·
2023-12-30 13:34
一起学算法-860. 柠檬水找零
一、题目LeetCode-860.柠檬水找零地址:https://leetcode-cn.com/
problems
/lemonade-change/难度:简单在柠檬水摊上,每一杯柠檬水的售价为5美元。
Justin小贾同学
·
2023-12-30 09:52
2018暑期SICNU-ACM组集训报告(6)
题目:Megabrainhasusual
problems
withtheoccupiers:heiscapturedagainandisforcedtosolvelogicalpuzzlesabouturnswithballs.IntheurnstayinginfrontofMegabraintherearearedballs
姬空魂
·
2023-12-30 08:18
Flutter iOS Archive-> Could not find an option named "track-widget-creation"
Pleaserun"flutterbuildios--release"beforearchiving(ItwillgenerateproperGenerated.xcconfigforyou).Infact,allthose
problems
areresultedfromimproperGenerated.xcconfigconfigurationlike
油焖茄子
·
2023-12-30 08:46
Flutter
Flutter
打包ios
Flutter
error
Java算法练习3
Java算法练习312.25[面试题03.05.栈排序](https://leetcode.cn/
problems
/sort-of-stacks-lcci/)12.26[150.逆波兰表达式求值](https
It_张
·
2023-12-30 04:20
算法练习
java
算法
开发语言
206.反转链表
206.反转链表https://leetcode.cn/
problems
/reverse-linked-list/用三个节点分别保存前一个节点,当前节点,后一个节点反转后的连接关系:nextNode=curNode.nextcurNode.next
xiongyuqing
·
2023-12-30 03:40
Java
链表
数据结构
【算法】利用双指针法解决算法题(C++)
文章目录1.前言2.双指针法引入283.移动零3.使用双指针法解决算法题1089.复写零202.快乐数11.盛最多水的容器[611.有效三角形的个数](https://leetcode.cn/
problems
卜及中
·
2023-12-30 03:26
算法
算法
c++
开发语言
105. 从前序与中序遍历序列构造二叉树
根据leetcode的官方题解:https://leetcode.cn/
problems
/construct-binary-tree-from-preorder-and-inorder-traversal
cccc楚染rrrr
·
2023-12-30 01:29
LeetCode
java
算法
数据结构
leetcode 刷题日记
2517礼盒的最大甜蜜度链接:https://leetcode.cn/
problems
/maximum-tastiness-of-candy-basket/)思路:贪心+二分查找
soldatJiang
·
2023-12-29 20:09
leetcode
算法
职场和发展
btcd交易流程之交易的创建(一)
原因如下:Oneofthemajor
problems
withwalletandchainfu
ethannotlazy
·
2023-12-29 17:36
btcd
区块链
LeetCode·56.合并区间·贪心
链接:https://leetcode.cn/
problems
/merge-intervals/solution/-by-xun-ge-v-ab8b/来源:力扣(LeetCode)著作权归作者所有。
迅~
·
2023-12-29 17:55
LeetCode刷题笔记
leetcode
算法
贪心算法
Restore IP Addresses
https://leetcode.com/
problems
/restore-ip-addresses/IP切分,给出一个字符串,求出能切分成字符串的所有可能例:Input:"25525511135"Output
瞬铭
·
2023-12-29 16:27
Day37 x 的平方根
https://leetcode-cn.com/
problems
/sqrtx/计算并返回x的平方根,其中x是非负整数。
Shimmer_
·
2023-12-29 14:08
力扣每日一题:852.山脉数组的峰顶索引 喜迎收假,重拳出击....
852.山脉数组的峰顶索引https://leetcode-cn.com/
problems
/peak-index-in-a-mountain-array/solution/852shan-mai-shu-zu-de-feng-ding-suo-yin
清风Python
·
2023-12-29 05:44
算法之美
python
算法
leetcode
java
动态规划
All the
Problems
I‘ve fixed
1,根据接口调用时间设置loading:constfn=async()=>{constloading=message.loading({...},0);//自己控制它awaitselectDeleteAll();//利用await去执行请求loading();//关闭loading}或者constloading=message.loading({...},0);doPromise().then((
跨越海沟
·
2023-12-29 03:52
其他
前端
javascript
开发语言
LeetCode 70. 爬楼梯
1、题目爬楼梯-力扣(LeetCode)https://leetcode-cn.com/
problems
/climbing-stairs/2、题解这道题的结果就是斐波那契数列的前n+1项和,所以,如下方代码所示解决即可
风卷晨沙
·
2023-12-29 00:56
《剑指offer》Java版--14.剪绳子
LeetCode原题:https://leetcode.cn/
problems
/jian-sheng
@阿秋
·
2023-12-29 00:53
剑指offer
java
Codeforces Round 916(Div.3) A~G
A.
Problems
olvingLog(计数)题意:有262626个问题A∼ZA\simZA∼Z,分别需要尝试1∼261\sim261∼26次才能通过。
AC-Panda
·
2023-12-28 22:10
codeforces题解
算法
数据结构
ACM-ICPC
OI
信息学奥林匹克
Codeforces
20181218 panacea
词:panacea英英释义:somethingthatpeoplethinkwillmakeeverythingbetterandsolvealltheir
problems
例句:ThereisnopanaceaforAmerica'simmigrant
problems
笑语盈盈103
·
2023-12-28 18:18
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
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
其他