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 55.跳跃游戏
https://leetcode-cn.com/
problems
/jump-game/给定一个非负整数数组nums,你最初位于数组的第一个下标。数组中的每个元素代表你在该位置可以跳跃的最大长度。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
动态规划
算法
LeetCode 300. 最长递增子序列
链接:https://leetcode.cn/
problems
/longest-increasing-subsequence给你一个整数数组nums,找到其中最长严格递增子序列的长度。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
算法
职场和发展
LeetCode 413.等差数列
https://leetcode.cn/
problems
/arithmetic-slices如果一个数列至少有三个元素,并且任意两个相邻元素之差相同,则称该数列为等差数列。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
算法
职场和发展
Java算法 leetcode简单【树的遍历,深度计算及比较】刷题记录
Java算法leetcode简单【树的遍历,深度计算及比较】刷题记录俩数之和:https://leetcode.cn/
problems
/two-sum/二进制求和:https://leetcode.cn
程序媛一枚~
·
2024-01-31 21:53
JAVA
算法
算法
java
leetcode
LeetCode-215. Kth Largest Element in an Array [C++][Java]
LeetCode-215.KthLargestElementinanArrayhttps://leetcode.com/
problems
/kth-largest-element-in-an-array/
贫道绝缘子
·
2024-01-31 19:53
LeetCode刷题怪
leetcode
java
c++
【Leetcode】215. Kth Largest Element in an Array
题目地址:https://leetcode.com/
problems
/kth-largest-element-in-an-array/给定一个数组,求它的第kkk大元素(真实定义是从大到小排好序后位于第
记录算法题解
·
2024-01-31 19:22
LC
树
分治与堆
算法
leetcode
快速排序
c++
【Leetcode】算法与数据结构 C语言
字符串:https://leetcode-cn.com/
problems
/reverse-string/voidswap(char*a,char*b){chart=*a;*a=*b,*b=t;}voidreverseString
造夢先森
·
2024-01-31 17:55
算法与数据结构
C语言进阶
string
函数
leetcode
math
stack
23寒假预备役第二次测试
D-ABalanced
Problems
et?E-LameKingF-GridIceFloorB-LeftoverRecipes问题描述你的冰箱里有N种食材。我们将它们称为食材1、……和食材N。
3分人生
·
2024-01-31 16:29
题组
c语言
学习
【ECS120】fundamentals of compiling
1Auto-graded
problems
These
problems
arenotrandomized,sothereisnoneedtofirstsubmitafilenamedreq.Eachproblembelowappearsasaseparate
iuww1314
·
2024-01-31 15:09
学习
代码随想录算法训练营DAY7 | 哈希表(2)
一、LeetCode454四数相加II题目链接:454.四数相加IIhttps://leetcode.cn/
problems
/4sum-ii/description/思路:建立HashMap,Key存储
橙南花已开
·
2024-01-31 15:30
散列表
数据结构
Leetcode---完全二叉树的节点个数
题目链接:https://leetcode-cn.com/
problems
/count-compl
可乐不解渴
·
2024-01-31 13:59
二叉树
leetcode
算法
c++
leetcode-222完全二叉树的节点个数
示例:输入:1/\23/\/456输出:6来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/count-com
起个名字都这么男
·
2024-01-31 13:59
二叉树
数据结构
leetcode
排序链表---归并--链表OJ
https://leetcode.cn/
problems
/sort-list/submissions/499363940/?
夹心宝贝
·
2024-01-31 11:40
链表OJ题
链表
数据结构
合并K个有序链表----链表OJ
https://leetcode.cn/
problems
/merge-k-sorted-lists/submissions/499384099/?
夹心宝贝
·
2024-01-31 11:40
链表OJ题
链表
数据结构
Technical support, please do not reprint
For:BonzeSpiritprovidestechnicalsupport,pleasefeelfreetocontactusifyoufindany
problems
.E-mail:songxiangheheh
hope_968e
·
2024-01-31 09:08
【MAC 上学习 C++】Day 28-2. 实验2-2-2 计算摄氏温度 (10 分)
实验2-2-2计算摄氏温度(10分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/3962.题目内容给定一个华氏温度F,本题要求编写程序,计算对应的摄氏温度
RaRasa
·
2024-01-31 07:51
代码随想录刷题笔记-Day13
1.二叉树的层序遍历102.二叉树的层序遍历https://leetcode.cn/
problems
/binary-tree-level-order-traversal/层次遍历依靠队列的先进先出特点实现
枯树老斑鸠
·
2024-01-31 07:49
代码随想录
笔记
java
算法
代码随想录刷题笔记-Day14
1.对称二叉树101.对称二叉树https://leetcode.cn/
problems
/symmetric-tree/给你一个二叉树的根节点root,检查它是否轴对称。
枯树老斑鸠
·
2024-01-31 07:49
代码随想录
笔记
java
算法
代码随想录刷题笔记-Day15
1.完全二叉树的的节点个数222.完全二叉树的节点个数https://leetcode.cn/
problems
/count-complete-tree-nodes/给你一棵完全二叉树的根节点root,求出该树的节点个数
枯树老斑鸠
·
2024-01-31 07:11
代码随想录
笔记
算法
java
力扣labuladong一刷day70天回溯大集合
labuladong一刷day70天回溯大集合文章目录力扣labuladong一刷day70天回溯大集合一、51.N皇后二、37.解数独一、51.N皇后题目链接:https://leetcode.cn/
problems
当年拼却醉颜红
·
2024-01-31 06:45
力扣算法题
leetcode
算法
职场和发展
力扣labuladong一刷day69天回溯大集合
力扣labuladong一刷day69天回溯大集合一、332.重新安排行程题目链接:https://leetcode.cn/
problems
/reconstruct-itinerary/description
当年拼却醉颜红
·
2024-01-31 06:15
力扣算法题
leetcode
算法
职场和发展
力扣labuladong一刷day68天回溯大集合
天回溯大集合文章目录力扣labuladong一刷day68天回溯大集合一、491.非递减子序列二、46.全排列三、47.全排列II一、491.非递减子序列题目链接:https://leetcode.cn/
problems
当年拼却醉颜红
·
2024-01-31 06:14
力扣算法题
leetcode
数据结构
算法
PTA 7-38 数列求和-加强版
https://pintia.cn/problem-sets/14/
problems
/3006largenumbers,大数加法特判要写return0;别让他做剩下的操作#include#include
smatrcHendsa
·
2024-01-31 06:01
#LeetCode——415.字符串相加
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/add-strings著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。示例
鲨瓜2号
·
2024-01-31 06:25
leetcode
算法
散列表
Leetcode 中等:16. 最接近的三数之和
题目:最接近的三数之和题号:16难度:中等https://leetcode-cn.com/
problems
/3sum-closest/给你一个长度为n的整数数组nums和一个目标值target。
青少年编程小助手_Python
·
2024-01-31 05:38
leetcode
算法
职场和发展
面试经典 150 题 ---- 删除排序数组中的重复项 II
面试经典150题----删除排序数组中的重复项II[删除排序数组中的重复项II](https://leetcode.cn/
problems
/remove-duplicates-from-sorted-array-ii
在人间负债^
·
2024-01-31 05:07
LeetCode
面试
职场和发展
【MAC 上学习 C++】Day 42-1. 实验6-6 使用函数验证哥德巴赫猜想 (20 分)
实验6-6使用函数验证哥德巴赫猜想(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/4782.题目内容本题要求实现一个判断素数的简单函数,并利用该函数验证哥德巴赫猜想
RaRasa
·
2024-01-31 03:18
leetcode862. 和至少为 K 的最短子数组
参考:https://leetcode.cn/
problems
/shortest-subarray-with-sum-at-least-k/solution/liang-zhang-tu-miao-dong-dan-diao-dui-li
996冲冲冲
·
2024-01-31 00:51
前缀和
算法
数据结构
lc 862. Shortest Subarray with Sum at Least K
https://leetcode.com/
problems
/shortest-subarray-with-sum-at-least-k/给一个数组a,找和大于k的所有子数组中的最短的那个。
weixin_30810239
·
2024-01-31 00:21
数据结构与算法
LeetCode·每日一题·862.和至少为 K 的最短子数组·队列+前缀和
作者:小迅链接:https://leetcode.cn/
problems
/shortest-subarray-with-sum-at-least-k/solutions/1925398/qian-zhui-he-dan-diao-shuang-duan-dui-li-zswz
迅~
·
2024-01-31 00:20
LeetCode刷题笔记
leetcode
算法
数据结构
【Leetcode】862. Shortest Subarray with Sum at Least K
题目地址:https://leetcode.com/
problems
/shortest-subarray-with-sum-at-least-k/给定一个数组AAA,求其最短的和大于等于KKK的子数组的长度
记录算法题解
·
2024-01-31 00:50
LC
栈
队列
串及其他数据结构
队列
算法
leetcode
数据结构
c++
leetcode862. 和至少为 K 的最短子数组 前缀和+单调队列
https://leetcode.cn/
problems
/shortest-subarray-with-sum-at-least-k/给你一个整数数组nums和一个整数k,找出nums中和至少为k的最短非空子数组
FakeOccupational
·
2024-01-31 00:20
笔记
算法
199. 二叉树的右视图-二叉树广度优先搜索
https://leetcode-cn.com/
problems
/binary-tree-right-side-view/我的方法一:二叉树的广度优先搜索步骤:使用队列q,push节点以及左右子节点,然后队列
gykimo
·
2024-01-31 00:17
【第七天】蓝桥杯备战
题1、最大距离2、最长递增1、最大距离https://www.lanqiao.cn/
problems
/155/learning/解法:暴力遍历importjava.util.Scanner;//1:无需
小舒不服输
·
2024-01-30 22:58
蓝桥杯备战刷题
蓝桥杯
职场和发展
算法
java
二叉树的最大深度
https://leetcode.cn/
problems
/maximum-depth-of-binary-tree/solutions/349250/er-cha-shu-de-zui-da-shen-du-by-leetcode-solution
夹心宝贝
·
2024-01-30 22:50
二叉树OJ
二叉树
C
翻转二叉树
https://leetcode.cn/
problems
/invert-binary-tree/description/?
夹心宝贝
·
2024-01-30 22:50
二叉树OJ
二叉树
二叉树的中序遍历
https://leetcode.cn/
problems
/binary-tree-inorder-traversal/description/?
夹心宝贝
·
2024-01-30 22:20
二叉树OJ
二叉树
C
C++
对称二叉树
https://leetcode.cn/
problems
/symmetric-tree/?envType=study-plan-v2&envId=top-100-liked对称二叉树即镜像二叉树。
夹心宝贝
·
2024-01-30 22:48
二叉树OJ
二叉树
C
Leetcode93. 复原 IP 地址
题目传送:https://leetcode.cn/
problems
/restore-ip-addresses/submissions/运行效率:代码如下:publicstaticListrestoreIpAddresses
Java全栈研发大联盟
·
2024-01-30 19:16
数据结构和算法
leetcode
算法
职场和发展
Neural Improvement Heuristics for Graph Combinatorial Optimization
Problems
NeuralImprovementHeuristicsforGraphCombinatorialOptimization
Problems
IEEETRANSACTIONSONNEURALNETWORKSANDLEARNINGSYSTEMS2023
Namnan
·
2024-01-30 17:33
组合优化
人工智能
算法
为什么“分层”给我们带来好处——论软件工程的分层概念
All
problems
incomputersciencecanbesolvedbyanotherlevelofindirection--DavidWheeler计算机科学中的任何问题,都可以通过加上一层逻辑层来解决
翟志军
·
2024-01-30 17:27
Matrix DP - 64. Minimum Path Sum
https://leetcode.com/
problems
/minimum-path-sum/description/这个题目写了三遍,才写出正确的Solution。前两个错误,都是因为初始化错误。
Super_Alan
·
2024-01-30 14:25
LeetCode-242-有效的字母异位词
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/valid-anagr
雄狮虎豹
·
2024-01-30 13:33
LeetCode·面试题 02.07.链表相交·双指针
链接:https://leetcode.cn/
problems
/intersection-of-two-linked-lists-lcci/solution/by-xun-ge-v-4rpz/来源:力扣
迅~
·
2024-01-30 10:41
LeetCode刷题笔记
链表
leetcode
数据结构
LeetCode-203-移除链表元素
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/remove-linked-list-elements/著作权归领扣网络所有。
雄狮虎豹
·
2024-01-30 10:10
leetcode 第611题-有效三角形的个数
链接:https://leetcode-cn.com/
problems
/valid-triangle-number/packageleetcodeimport"sort"funcTriangleNumber
一对码农
·
2024-01-30 08:33
LeetCode 232 用栈实现队列 - Java 实现
1.题目原题链接:232.用栈实现队列-力扣(LeetCode):https://leetcode.cn/
problems
/implement-queue-using-stacks/请你仅使用两个栈实现先入先出队列
零一魔法
·
2024-01-30 08:36
LeetCode
java
leetcode
算法
【LeetCode】263. Ugly Number 丑数(Easy)(JAVA)
【LeetCode】263.UglyNumber丑数(Easy)(JAVA)题目地址:https://leetcode.com/
problems
/ugly-number/题目描述:Writeaprogramtocheckwhetheragivennumberisanuglynumber.Uglynumbersarepositivenumberswhoseprimefactorsonlyinclud
吴中乐
·
2024-01-30 05:49
Leetcode
java
leetcode
算法
面试
数据结构
263. Ugly Number 丑数
https://leetcode.com/
problems
/ugly-number/Writeaprogramtocheckwhetheragivennumberisanuglynumber.Uglynumbersarepositivenumberswhoseprimefactorsonlyinclude2,3,5
知之可否
·
2024-01-30 05:49
leetcode
979. 在二叉树中分配硬币
题目描述https://leetcode-cn.com/
problems
/distribute-coins-in-binary-tree/思路这个思路我没想出来,喵了一眼答案没喵懂。
lazy_ccccat
·
2024-01-30 05:18
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他