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
Day1 05-23 动态规划算法练习
这周的重心在算法题上,今天刷了三道算法题,基本都是最优解不同路径题目链接:https://leetcode.cn/
problems
/unique-paths/代码:classSolution{publicint
2022新手上路
·
2023-10-31 04:45
算法
动态规划
图论
算法day17 | 二叉树:平衡二叉树判断、二叉树所有路径、左叶子节点和
1.110.平衡二叉树判断1.1链接https://leetcode.cn/
problems
/balanced-binary-tree1.2关键知识点求二叉树深度和二叉树高度的差异了解判断平衡树的过程实际上是遍历每个节点左右子树高度的过程
泡壶茶跑火车
·
2023-10-31 04:45
算法
每日N+1题 -- 算法练习 Day3
部分解法是从LeetCode上大佬们的解法中拿过来的,如有侵权,告知立删文章目录0x01[剑指Offer12.矩阵中的路径](https://leetcode-cn.com/
problems
/ju-zhen-zhong-de-lu-jing-lcof
豆小匠Coding
·
2023-10-31 04:45
算法
力扣三数之和
来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/3sum这道题和力扣第一个题有相似之处。
Think_diligent
·
2023-10-31 03:32
菜鸟算法
算法
java
0092翻转链表2
示例:输入:1->2->3->4->5->NULL,m=2,n=4输出:1->4->3->2->5->NULL来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
力扣刷题小分队
·
2023-10-31 03:07
Emerge
Old
problems
remain,andnew
problems
arebeginningtoemerge.场景:看待事物较深刻时就会发现问题造句:Whenwelookdeeper,
problems
begintoemerge
Nana酱_
·
2023-10-31 02:08
雅思写作: Sugary food and drink products
Manymanufacturedfoodanddrinkproductscontainhighlevelsofsugar,whichcausesmanyhealth
problems
.Sugaryproductsshouldbemademoreexpensivetoencouragepeopletoconsumelesssugar.Doyouagreeordisagree
一根筋的列那狐
·
2023-10-31 02:46
Leetcode 79. 单词搜索
Leetcode79.单词搜索1、问题分析2、问题解决3、总结1、问题分析题目链接:https://leetcode-cn.com/
problems
/word-search/ 本质上就是一个深搜问题。
qq_32510597
·
2023-10-31 02:40
LeetCode
Hot100
算法
leetcode
c++
79.
单词搜索
深度优先搜索
107. Binary Tree Level Order Traversal II
https://leetcode-cn.com/
problems
/binary-tree-level-order-traversal-ii/image.png(图片来源https://leetcode-cn.com
7ccc099f4608
·
2023-10-31 01:33
[2018-11-18] [LeetCode-Week11] 121. Best Time to Buy and Sell Stock 动态规划
https://leetcode.com/
problems
/best-time-to-buy-and-sell-stock/Sayyouhaveanarrayforwhichtheithelementisthepriceofagivenstockondayi.Ifyouwereonlypermittedtocompleteatmostonetransaction
YuhiDiary
·
2023-10-30 23:00
算法训练day2有序数组的平方 长度最小的子数组 螺旋矩阵II
文章目录有序数组的平方暴力题解双指针长度最小的子数组滑动窗口题解(本质还是双指针)[螺旋矩阵II](https://leetcode.cn/
problems
/spiral-matrix-ii/description
泷fyk
·
2023-10-30 21:18
算法训练
算法
leetcode
数据结构
编程常用英语单词【2016.6月之前熟记要求会默写】
DataStructures基本数据结构Dictionaries字典PriorityQueues堆GraphDataStructures图SetDataStructures集合Kd-Trees线段树Numerical
Problems
weixin_30596165
·
2023-10-30 20:18
运维
java
人工智能
2020-12-12
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]收获了许多学习方法[
Problems
]对于英语学习没能坚持进行[Suggestions]坚持进行英语学习,多练习听力2
行管一班15梁国栋
·
2023-10-30 20:08
计算机编程词汇
DataStructures基本数据结构Dictionaries字典PriorityQueues堆GraphDataStructures图SetDataStructures集合Kd-Trees线段树Numerical
Problems
抚琴于山水间
·
2023-10-30 20:13
计算机编程常用术语英文词汇
DataStructures基本数据结构Dictionaries字典PriorityQueues堆GraphDataStructures图SetDataStructures集合Kd-Trees线段树Numerical
Problems
TonSkyFu
·
2023-10-30 20:10
杂文
计算机
编程英语
计算机编程常用词汇
DataStructures基本数据结构Dictionaries字典PriorityQueues堆GraphDataStructures图SetDataStructures集合Kd-Trees线段树Numerical
Problems
__静禅__
·
2023-10-30 20:38
Other
『VulnHub系列』WTF: 1-Walkthrough
VMwarebased,youmayhave
problems
withVB.博客中如有任何问题,恳请批评指正,万分感谢。个人邮箱:want2live233@gmail.
1nsIght
·
2023-10-30 20:04
VulnHub
LeetCode每日一题JAVA、JavaSrcipt题解——2022.08.21-08.31
:12tags:[DailyPractice,简单题,字符串,双指针,模拟]categories:算法题文章目录[1455.检查单词是否为句中其他单词的前缀](https://leetcode.cn/
problems
[山青花欲燃]
·
2023-10-30 20:33
LeetCode
leetcode
java
深度优先
链表实现最小栈,有虚拟头节点
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/min
xsa_deleteMemory
·
2023-10-30 17:39
数据结构与算法
栈
链表
leetcode:55. 跳跃游戏
55.跳跃游戏来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/jump-game/给定一个非负整数数组nums,你最初位于数组的第一个下标。
uncle_ll
·
2023-10-30 17:21
编程练习-Leetcode
leetcode
跳跃游戏
算法训练
贪心算法
指针
代码随想录图论 第四天| 827.最大人工岛 127. 单词接龙
代码随想录图论第四天|827.最大人工岛127.单词接龙一、827.最大人工岛题目链接:https://leetcode.cn/
problems
/making-a-large-island/思路:classSolution
当年拼却醉颜红
·
2023-10-30 16:35
力扣算法题
图论
算法
数据结构
leetcode
java
深度优先
NCST集训队排位赛(2021-04-25)
A、Sumof2050来源:https://codeforces.com/
problems
et/problem/1517/A标签:【思维】【简单】难度:★☆☆☆☆题目简述如果一个数是2050*10k(k
unravel_CAT
·
2023-10-30 15:27
#
经典好题
总复盘 12.26
啦啦啦1)在这个学期的大学英语学习中,我的GPS:小小白叭[Gains]系统框架,思维导图[
Problems
]语法欠缺,理解生硬[Suggestions]多查字典,查看语法书!
人文1班16王熙敏
·
2023-10-30 13:31
Go-Python-Java-C-LeetCode高分解法-第十二周合集
和博主一起进步LeetCode专栏我搜集到了50道精选题,适合速成概览大部分常用算法突破算法迷宫:精选50道-算法刷题指南文章目录前言[78.Subsets](https://leetcode.com/
problems
friklogff
·
2023-10-30 10:25
LeetCode
golang
python
java
c++
leetcode
Using the tabbedout file to investigate merging
problems
信息收集
信息来源https://www.drive5.com/usearch/manual/merge_tabbed_check.htmlIfthemergereportshowsthatmanyreadsarefailingtomergeforagivenreason,thenyoucanusethetabbedoutfiletoinvestigatefurther.Forexample,suppose
代号北极能
·
2023-10-30 09:21
Day34 合并区间
请你合并所有重叠的区间,并返回一个不重叠的区间数组,该数组需恰好覆盖输入中的所有区间https://leetcode-cn.com/
problems
/merge-intervals/示例1:输入:intervals
Shimmer_
·
2023-10-30 08:40
LeetCode每日一题,删除有序数组中的重复项
题目删除有序数组中的重复项https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-array/公众号《java编程手记》记录JAVA
java编程手记
·
2023-10-30 05:39
LeetCode
leetcode
java
LeetCode每日一题: 154. 寻找旋转排序数组中的最小值 II
154.寻找旋转排序数组中的最小值II来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/find-minimum-in-rotated-sorted-array-ii
qtds114
·
2023-10-30 05:36
LeetCode算法题
算法
java
leetcode
每日一题-删除排序数组中的重复项
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-array著作权
测开小菜鸟
·
2023-10-30 05:04
leetcode每日一题
275. H指数II & 274.H指数 一套代码通关两题!
275.H指数IIhttps://leetcode-cn.com/
problems
/h-index-ii/solution/275-hzhi-shu-ii-274hzhi-shu-yi-tao-dai-m-k8qk
清风Python
·
2023-10-30 04:24
算法
python
数据结构
java
leetcode
【Leetcode】【每日一题】【中等】274. H 指数
https://leetcode.cn/
problems
/h-index/description/?
have_to_be
·
2023-10-30 04:24
Leetcode
leetcode
算法
职场和发展
java Android Client客户端 SSL 证书 私钥 公钥 安全 双向认证 怎么解决?
本人最近正在做一个项目是用Android做一个客户端来实现SSL安全通信纯java:现在网上有一些是自己做简单的私钥公钥,把公钥放到对方的密钥库进行双向认证http://www.javaeye.com/
problems
tengji900
·
2023-10-30 02:20
android
ssl
java
leetcode 面试题 16.08.整数的英语表示
原题如下https://leetcode-cn.com/
problems
/english-int-lcci/题解/**@v7fgg*执行用时:17ms,在所有Java提交中击败了27.86%的用户*内存消耗
可爱抱抱呀
·
2023-10-30 02:03
可爱宝宝做leetcode
java
leetcode
(LeetCode-88) 合并两个有序数组
地址:力扣https://leetcode-cn.com/
problems
/merge-sorted-array/题目:给你两个按非递减顺序排列的整数数组nums1和nums2,另有两个整数m和n,分别表示
mrbone9
·
2023-10-30 01:26
算法训练(C语言版本)
leetcode
LeetCode 155. 最小栈 (Java)
题目地址https://leetcode-cn.com/
problems
/min-stack/题目要求设计一个支持push,pop,top操作,并能在常数时间内检索到最小元素的栈。
似夜草
·
2023-10-30 01:32
leetcode 精选top面试题 - 108. 将有序数组转换为二叉搜索树
示例:思路参考:https://leetcode-cn.com/
problems
/convert-sorted-array-to-binary-search-tree/solution/jiang-you-xu-shu
Lucky小黄人
·
2023-10-29 23:11
二叉树
数据结构
算法
leetcode
面试
leetcode541反转字符串 II
1、题目https://leetcode-cn.com/
problems
/reverse-string-ii/2、题意题解1:classSolution{public:stringreverseStr(
everlasting_lxy
·
2023-10-29 22:49
leetcode
leetcode
LeetCode 541 反转字符串 II -- 双指针法
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/reverse-string-ii给定一个字符串s和一个整数k,从字符串开头算起,每计数至2k个字符
大家好我是Boger
·
2023-10-29 22:16
LeetCode刷题笔记
#
字符串类题目
leetcode
算法
职场和发展
【MAC 上学习 C++】Day 25-4. 实验1-4 输出三角形 (5 分)
实验1-4输出三角形(5分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/2542.题目内容本题要求编写程序,输出指定的由“*”组成的三角图案。
RaRasa
·
2023-10-29 20:55
Attention is all you need阅读笔记
Attentionisallyouneed阅读笔记(一)Title(二)Summary(三)ResearchObject(四)
ProblemS
tatement(五)Method5.1Transformer
不知道叫啥好一点
·
2023-10-29 18:46
深度学习
Transformer
论文简要笔记
LeetCode 剑指 Offer 38. 字符串的排列 / 31. 下一个排列 / 第 246 场周赛
示例:输入:s="abc"输出:["abc","acb","bac","bca","cab","cba"]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
Zephyr丶J
·
2023-10-29 17:22
LeetCode
周赛
leetcode
java
合并两个有序链表(C++)
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/merge-two-sorted-lists/著作权归领扣网络所有。
SYC_MORE
·
2023-10-29 17:19
#
C++
链表
leetcode
算法
c++
力扣刷题七:整数反转
链接:https://leetcode-cn.com/
problems
/reverse-integer首先第一个想法就是,将该数变为字符串,然后翻转,再进行判断是否在范围内,如下,耗时44ms,14.9mb
CCCCCCCCCCxy
·
2023-10-29 16:19
链表
leetcode
数据结构
力扣刷题 -- 反转链表
package链表;/***https://leetcode-cn.com/
problems
/reverse-linked-list/**@authorboyas*@create2
༄༊心灵骇客༣
·
2023-10-29 16:14
力扣刷题
链表
单链表
算法
leetcode
leetcode125 验证回文字符串
原网址:https://leetcode-cn.com/
problems
/valid-palindrome/description/题目给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写
Vincent_xx_
·
2023-10-29 15:00
【Leetcode】17. 电话号码的字母组合
:输入:"23"输出:["ad","ae","af","bd","be","bf","cd","ce","cf"].来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
hyloveuu
·
2023-10-29 14:38
算法
2021-2022第一学期 复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]我有幸学到了许多新鲜的单词,新鲜的外国文化,新鲜的英文表达方式[
Problems
]我的问题便是在英文听说能力方面的欠缺
02成雅轩_人文1班
·
2023-10-29 13:26
LeetCode 0274. H 指数:排序
【LetMeFly】274.H指数:排序力扣题目链接:https://leetcode.cn/
problems
/h-index/给你一个整数数组citations,其中citations[i]表示研究者的第
Tisfy
·
2023-10-29 13:59
题解
#
力扣LeetCode
leetcode
算法
题解
排序
【算法】滑动窗口题单——4.不定长滑动窗口(求子数组个数)
包含所有三种字符的子字符串数目2302.统计得分小于K的子数组数目2537.统计好子数组的数目2762.不间断子数组(滑动窗口+)解法1——TreeMap解法2——单调队列题单来源:https://leetcode.cn/
problems
小威W
·
2023-10-29 11:43
算法刷题记录
算法
滑动窗口
双指针
数组
哈希表
单调队列
英语流利说 Level6 Unit1 Part3 Listening
Jackisapsychiatrist,whichmeanshetreatspeoplewhohavemental
problems
.Hehasbeentreatingpatientsformanyyears
咔哧咔哧大橙子
·
2023-10-29 11:43
上一页
52
53
54
55
56
57
58
59
下一页
按字母分类:
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
其他