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
【MAC 上学习 C++】Day 62-2. 6-12 判断奇偶性 (10 分)
6-12判断奇偶性(10分)1.题目摘自https://pintia.cn/problem-sets/14/
problems
/7442.题目内容本题要求实现判断给定整数奇偶性的函数。
RaRasa
·
2024-01-07 14:12
LeetCode 面试题57 - II. 和为s的连续正数序列
面试题57-II.和为s的连续正数序列题目来源:https://leetcode-cn.com/
problems
/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/题目输入一个正整数
大梦三千秋
·
2024-01-07 14:30
【MAC 上学习 C++】Day 36-5. 实验4-1-11 高空坠球 (20 分)
实验4-1-11高空坠球(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/4452.题目内容皮球从某给定高度自由落下,触地后反弹到原高度的一半,
RaRasa
·
2024-01-07 14:33
【算法提升】LeetCode每五日一总结【01/01--01/05】
01/01今日数据结构:二叉树的前/中/后序遍历三合一代码今日数据结构:二叉树的前/中/后序遍历三合一代码2024/01/02每日力扣:[101.对称二叉树](https://leetcode.cn/
problems
OldGj_
·
2024-01-07 13:05
力扣!
算法
leetcode
职场和发展
LeetCode-49字母异位词分组
文章目录总代码方法一:排序数组分类方法二:按计数分类https://leetcode-cn.com/
problems
/group-anagrams/总代码//方法一:排序数组分类publicList>groupAnagrams
傅晨明
·
2024-01-07 13:54
#
数据结构和算法实战
leetcode
字母异位词分组
leetcode-49字母异位词分组
,"nat","bat"],输出:[["ate","eat","tea"],["nat","tan"],["bat"]]详见leetcode49题链接:https://leetcode-cn.com/
problems
空想家丶
·
2024-01-07 13:24
算法
leetcode-242有效字母异位词
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/valid-anagram著作权归领扣网络所有。商业转载请
起个名字都这么男
·
2024-01-07 13:24
字符串
leetcode
算法
数据结构
21. 合并两个有序链表-----leetcode刷题(python解题)
示例:输入:1->2->4,1->3->4输出:1->1->2->3->4->4来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/merge-two-sorted-lists
吉祥鸟hu
·
2024-01-07 12:03
二叉树OJ题之二
今天我们一起来看一道判断一棵树是否为对称二叉树的题,力扣101题,https://leetcode.cn/
problems
/symmetric-tree/我们首先先来分析这道题,要判断这道题是否对称,我们首先需要判断的是这颗树根节点的左右子树是否对称
七街酒465
·
2024-01-07 12:55
leetcode
数据结构
c语言
leetcode05-手撸快排代码
题目链接:https://leetcode.cn/
problems
/can-make-arithmetic-progression-from-sequence/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
leetcode
java
数据结构
leetcode06-单调数组的判断
题目链接:https://leetcode.cn/
problems
/monotonic-array/description/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
leetcode
算法
java
leetcode07-罗马数字的转换
题目链接:https://leetcode.cn/
problems
/roman-to-integer/?
算法给的安全感
·
2024-01-07 11:55
leetcode刷题日记
算法
数据结构
java
leetcode08-棒球比赛
题目链接:https://leetcode.cn/
problems
/baseball-game/description/?
算法给的安全感
·
2024-01-07 11:22
leetcode刷题日记
java
leetcode
Array-832. Flipping an Image
地址:https://leetcode.com/
problems
/flipping-an-image/description/题目描述GivenabinarymatrixA,wewanttofliptheimagehorizontally
oneSophia
·
2024-01-07 11:49
【LeetCode每日一题】2807. 在链表中插入最大公约数(模拟+求最大公约数的6中写法)
2024-1-6文章目录[2807.在链表中插入最大公约数](https://leetcode.cn/
problems
/insert-greatest-common-divisors-in-linked-list
翁佳明
·
2024-01-07 11:25
LeetCode
leetcode
链表
算法
剑指 Offer 32 - II. 从上到下打印二叉树 II
null,null,15,7],3/\920/\157返回其层次遍历结果:[[3],[9,20],[15,7]]Reference:力扣(LeetCode),https://leetcode-cn.com/
problems
awesomeyu
·
2024-01-07 08:28
二叉树part05 算法
513.找树左下角的值●112.路径总和113.路径总和ii●106.从中序与后序遍历序列构造二叉树105.从前序与中序遍历序列构造二叉树1.513.找树左下角的值https://leetcode.cn/
problems
Belle_Daisy
·
2024-01-07 08:26
算法
【MAC 上学习 C++】Day 23-3. 习题10-8 递归实现顺序输出整数 (15 分)
习题10-8递归实现顺序输出整数(15分)1.题目摘自https://pintia.cn/problem-sets/12/
problems
/3582.题目内容本题要求实现一个函数,对一个整数进行按位顺序输出
RaRasa
·
2024-01-07 03:40
20240105 SQL基础50题打卡
20240105SQL基础50题打卡文章目录20240105SQL基础50题打卡[1789.员工的直属部门](https://leetcode.cn/
problems
/primary-department-for-each-employee
xwhking
·
2024-01-07 03:41
SQL基础50题
sql
数据库
Missing Number
https://leetcode.com/
problems
/missing-number/给定一个数组,长度为n,包含0~N的整数,但是缺少一个整数,找出缺少的这个整数(Youralgorithmshouldruninlinearruntimecomplexity.Couldyouimplementitusingonlyconstantextraspacecomplexity
瞬铭
·
2024-01-07 02:41
Atcoder Beginner Contest 332 (A - F 题)
目录[A-OnlineShopping](https://atcoder.jp/contests/abc332/tasks/abc332_a)
ProblemS
tatementConstraintsInputOutputSampleInput1SampleOutput1SampleInput2SampleOutput2SampleInput3SampleOutput3SolutionCode
阿史大杯茶
·
2024-01-06 18:28
Atcoder
Atcoder
Atcoder Beginner Contest 333 (A - F 题)
目录[A-ThreeThrees](https://atcoder.jp/contests/abc333/tasks/abc333_a)
ProblemS
tatementConstraintsInputOutputSampleInput1SampleOutput1SampleInput2SampleOutput2SolutionCode
阿史大杯茶
·
2024-01-06 18:28
Atcoder
Atcoder
LeetCode - 146.LRU Cache
LRUCacheLeastRecentlyUsed,在操作系统里是一种常用的页面置换算法,置换策略即,选择最近最久未使用的页面予以淘汰LeetCode-146.LRUCachelink:https://leetcode-cn.com/
problems
WindTrack
·
2024-01-06 18:32
Simple mathematical logic
[ContactUs]Ifyoulikeourapporhave
problems
,ple
xiaoluban55开
·
2024-01-06 16:40
LeetCode-070-爬楼梯
1阶+1阶+1阶1阶+2阶2阶+1阶来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/climb
刻苦驴哝
·
2024-01-06 14:14
LeetCode 2807.在链表中插入最大公约数
【LetMeFly】2807.在链表中插入最大公约数力扣题目链接:https://leetcode.cn/
problems
/insert-greatest-common-divisors-in-linked-list
Tisfy
·
2024-01-06 13:17
题解
#
力扣LeetCode
leetcode
链表
算法
题解
最大公约数
力扣labuladong一刷day53天LFU 算法
力扣labuladong一刷day53天LFU算法一、460.LFU缓存题目链接:https://leetcode.cn/
problems
/lfu-cache/description/classLFUCache
当年拼却醉颜红
·
2024-01-06 13:06
力扣算法题
算法
leetcode
职场和发展
中原焦点团队王敏燕初级232分享第292天,约练89本周0
一、SFBT的重要基本信念包括9条(Trepper等,2010):1.基于建构解决之道(Solutionbuilding),而非问题解决(
Problems
olving)。
娴子妹妹
·
2024-01-06 09:16
Day25 接雨水
给定n个非负整数表示每个宽度为1的柱子的高度图,计算按此排列的柱子,下雨之后能接多少雨水https://leetcode-cn.com/
problems
/trapping-rain-water/示例1:
Shimmer_
·
2024-01-06 04:09
【LeetCode每日一题】1944. 队列中可以看到的人数(单调栈)
2024-1-5文章目录[1944.队列中可以看到的人数](https://leetcode.cn/
problems
/number-of-visible-people-in-a-queue/)思路:1944
翁佳明
·
2024-01-06 04:40
LeetCode
leetcode
算法
职场和发展
【LeetCode每日一题】2397. 被列覆盖的最多行数
2024-1-4文章目录[2397.被列覆盖的最多行数](https://leetcode.cn/
problems
/maximum-rows-covered-by-columns/)方法:二进制枚举2397
翁佳明
·
2024-01-06 04:10
LeetCode
leetcode
算法
职场和发展
最长连续序列
题目介绍力扣128题:https://leetcode-cn.com/
problems
/longest-consecutive-sequence/给定一个未排序的整数数组nums,找出数字连续的最长序列
努力更文的小白
·
2024-01-06 00:46
力扣刷题
数据结构
java
leetcode 每日一题 128. 最长连续序列 哈希表
通过次数47,909提交次数96,272来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/longest-consecutive-sequence著作权归领扣
马角的逆袭
·
2024-01-06 00:14
unordered_map
哈希
LeetCode 2397. 被列覆盖的最多行数:二进制枚举
【LetMeFly】2397.被列覆盖的最多行数:二进制枚举力扣题目链接:https://leetcode.cn/
problems
/maximum-rows-covered-by-columns/给你一个下标从
Tisfy
·
2024-01-05 18:01
题解
#
力扣LeetCode
leetcode
算法
题解
二进制枚举
【Leetcode】1281. Subtract the Product and Sum of Digits of an Integer
题目地址:https://leetcode.com/
problems
/subtract-the-product-and-sum-of-digits-of-an-integer/给定一个正整数nnn,求其各个位的乘积减去各个位的和
记录算法题解
·
2024-01-05 16:16
LC
二分
位运算与数学
leetcode
算法
c++
LeetCode 1281. 整数的各位积和之差 (Java)
示例1:输入:n=234输出:15解释:各位数之积=2*3*4=24各位数之和=2+3+4=9结果=24-9=15来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
不吃糖葫芦
·
2024-01-05 16:15
LeetCode(Java)
1281. Subtract the Product and Sum of Digits of an Integer*
1281.SubtracttheProductandSumofDigitsofanInteger*https://leetcode.com/
problems
/subtract-the-product-and-sum-of-digits-of-an-integer
珍妮的选择
·
2024-01-05 16:41
LeetCode
leetcode
算法
03 decision tree(决策树)
一、decisiontree(决策树)1.classification
problems
(纯度)i.entropy(熵)作用:衡量一组数据的纯度是否很纯,当五五开时他的熵都是最高的,当全是或者都不是时熵为
叮咚Zz
·
2024-01-05 14:39
深度学习
决策树
算法
机器学习
快手推荐算法工程师三面回顾
对于论文的工作,面试官只是在问关于论文的问题,并没有表达出自己的观点,像是我在做论文分享(可能做的和我并不是太相关)1、计算岛屿数量https://leetcode.cn/
problems
/number-of-islands
机器学习社区
·
2024-01-05 09:04
搜广推算法实战
推荐算法
推荐系统
搜广推
算法
大模型
[LeetCode308周赛] [前缀和] [栈] [拓扑排序]
6160.和有限的最长子序列https://leetcode.cn/
problems
/longest-subsequence-with-limited-sum/排序&前缀和&二分时间复杂度:O((n+m
哇咔咔负负得正
·
2024-01-05 09:23
算法
leetcode
算法
职场和发展
周赛补题.
力扣308:第二题:https://leetcode.cn/
problems
/removing-stars-from-a-string/顺序遍历。
m0_64439762
·
2024-01-05 09:21
leetcode
c++
LeetCode_2390_从字符串中移除星号
题目链接https://leetcode.cn/
problems
/removing-stars-from-a-string/题目描述给你一个包含若干星号*的字符串s。
Fitz1318
·
2024-01-05 09:49
LeetCode学习之路
leetcode
算法
回溯四:组合总和 II
题目地址:https://leetcode-cn.com/
problems
/combination-sum-ii/题目描述:给定一个数组candidates和一个目标数target,找出candidates
程一刀
·
2024-01-05 08:37
基于python的leetcode算法介绍之动态规划
文章目录零算法介绍一例题介绍使用最小花费爬楼梯问题分析Leetcode例题与思路[118.杨辉三角](https://leetcode.cn/
problems
/pascals-triangle/)解题思路题解
神仙盼盼
·
2024-01-05 06:21
基于python的算法设计
算法题解
动态规划
算法
面试题57 - II. 和为s的连续正数序列
原题https://leetcode-cn.com/
problems
/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/解题思路滑动窗口,left、right分别表示当前窗口的左右边界
最尾一名
·
2024-01-05 05:52
88. 合并两个有序数组
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/merge-sorted-array著作权归
滨岩
·
2024-01-05 05:24
CentOS7-Mysql5.7配置(二)
2.10.2StartingtheServer2.10.2.1Troubleshooting
Problems
StartingtheMySQLServerThissectiondescribeshowstarttheserveronUnixandUnix-likesystems
Morphing0527
·
2024-01-05 02:22
LeetCode 2487. 从链表中移除节点:单调栈
【LetMeFly】2487.从链表中移除节点:单调栈力扣题目链接:https://leetcode.cn/
problems
/remove-nodes-from-linked-list/给你一个链表的头节点
Tisfy
·
2024-01-05 02:07
题解
#
力扣LeetCode
leetcode
链表
算法
题解
单调栈
Leetcode--160--相交链表【链表、栈、双指针法】
萌新记录~多多指教链接:https://leetcode-cn.com/
problems
/intersection-of-two-linked-lists/solution/xiang-jiao-lian-biao-by-leetcode
Paris_郑丹丹
·
2024-01-04 23:09
数据结构与算法
链表
leetcode
数据结构
leetcode2397. 被列覆盖的最多行数
目录题目思路解题方法题目https://leetcode.cn/
problems
/maximum-rows-covered-by-columns/description/给你一个下标从0开始、大小为mxn
晓宜
·
2024-01-04 23:25
算法
算法
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
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
其他