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
代码随想录算法训练营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
算法
深度优先
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
算法
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他