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
205.同构字符串
题目来源:力扣https://leetcode.cn/
problems
/isomorphic-strings/题目简介:给定一个特定的同构关系,判断两个字符串s和t是不是同构关系,比较关键的就是一个字母只能映射一种字母
stay_awake__
·
2024-09-06 10:15
leetcode专栏
leetcode
算法
职场和发展
Integrating Mamba and Transformer for Long-Short Range Time Series Forecasting———PRELIMINARIES
ProblemS
tatement在长短期时间序列预测问题中,给定历史时间序列样本的回溯窗口L=(x1,x2,..,xL)L=(x_1,x_2,..,x_L)L=(x1,x2,..,xL),长度为LLL,
six.学长
·
2024-09-06 02:57
Mambaformer
transformer
深度学习
人工智能
535. TinyURL 的加密与解密 : 设计一个 URL 简化系统
Tag:「哈希表」、「模拟」TinyURL是一种URL简化服务,比如:当你输入一个URLhttps://leetcode.com/
problems
/design-tinyurl时,它将返回一个简化的URLhttp
宫水三叶的刷题日记
·
2024-09-05 19:59
LeetCode 2860.让所有学生保持开心的分组方法数:排序+遍历
【LetMeFly】2860.让所有学生保持开心的分组方法数:排序+遍历力扣题目链接:https://leetcode.cn/
problems
/happy-students/给你一个下标从0开始、长度为
Tisfy
·
2024-09-05 03:50
题解
#
力扣LeetCode
leetcode
算法
数据结构
题解
排序
贪心
遍历
Codeforces Round 969 (Div. 2 ABCDE题) 视频讲解
A.Dora’sSet
ProblemS
tatementDorahasasetssscontainingintegers.Inthebeginning,shewillputallintegersin[l,
阿史大杯茶
·
2024-09-04 21:15
Codeforces
算法
c++
数据结构
AtCoder Beginner Contest 369(ABCDEFG题)视频讲解
A-369
ProblemS
tatementYouaregiventwointegersAAAandBBB.Howmanyintegersxxxsatisfythefollowingcondition?
阿史大杯茶
·
2024-09-04 20:09
Atcoder
c++
算法
数据结构
LeetCode-209-长度最小的子数组
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/minim
醉舞经阁半卷书
·
2024-09-04 18:26
每日一题:力扣738. 单调递增的数字
题目链接:https://leetcode-cn.com/
problems
/monotone-increasing-digits/题目给定一个非负整数N,找出小于或等于N的最大的整数,同时这个整数需要满足其各个位数上的数字是单调递增
看了个寂寞
·
2024-09-04 17:53
算法
leetcode
贪心算法
leetcode 74. 搜索二维矩阵(java)
搜索二维矩阵leetcode74.搜索二维矩阵题目描述抽象BST代码演示抽象BSTleetcode74.搜索二维矩阵来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
SP_1024
·
2024-09-03 14:56
算法
java
数据结构
leetcode
矩阵
java
算法
职场和发展
数据结构
Leetcode 每日一题:Meeting Rooms II
推荐没有做过Leetcode的麻油们从MeetingRoomI先开始,这样可以更好的思考MeetingRoom场景下的思路MeetingRoomI题目地址:https://leetcode.com/
problems
南加第一划水
·
2024-09-03 07:45
leetcode
算法
职场和发展
每日一词-181005
Old
problems
wereexistingallthetimeandnew
problems
emerge.场景1:不断用谎言掩盖问题,终有一天破绽会显露出来。
Zeroun_Ph
·
2024-09-03 06:41
二叉树的非递归遍历(c++)
https://leetcode.cn/
problems
/binary-tree-preorder-traversal/description/1---2---4---5---3---6---7思想:中左右
铁蛋Q
·
2024-09-03 03:22
c++
算法
开发语言
代码随想录算法训练营_day31
题目信息56.合并区间题目链接:https://leetcode.cn/
problems
/merge-intervals/description/题目描述:以数组intervals表示若干个区间的集合,
kennyS_ss
·
2024-09-02 21:44
代码随想录算法训练营
算法
代码随想录算法训练营_day01
day01题目信息704.二分查找:题目链接:https://leetcode.cn/
problems
/binary-search/题目描述:给定一个n个元素有序的(升序)整型数组nums和一个目标值target
kennyS_ss
·
2024-09-02 21:43
代码随想录算法训练营
算法
java
题解 力扣 LeetCode 206 反转链表 C/C++ 三种思路
题目传送门:206.反转链表-力扣(LeetCode)https://leetcode.cn/
problems
/reverse-linked-list/description/可以用迭代和递归来做,每种又可以具体写成不同样子
qwq_ovo_pwp
·
2024-09-02 04:03
c++
c语言
leetcode
链表
数据结构
算法
第三天 4 Sum
哈哈,继续在前两天的基础之上,4Sum问题https://leetcode-cn.com/
problems
/4sum/description/对于这种列表的题目,继续要排个序,开始想过类似分治的方法,但好像路走不通
业余马拉松选手
·
2024-09-01 20:14
【MAC 上学习 C++】Day 55-7. 实验11-2-8 单链表结点删除 (20 分)
实验11-2-8单链表结点删除(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/6092.题目内容本题要求实现两个函数,分别将读入的数据存储为单链表
RaRasa
·
2024-09-01 12:26
力扣刷题学习SQL篇——1-12 树节点(使用行转列union/条件判断case when)
力扣刷题学习SQL篇——1-12树节点(使用行转列union/条件判断casewhen)1、题目2、解法知识补充1、题目题目链接:https://leetcode.cn/
problems
/tree-node
萌新贤的日常
·
2024-09-01 02:18
力扣题目
sql
数据库语句
leetcode
学习
sql
力扣刷题学习SQL篇——1-1 选择(大的国家——union和union all 和or)
mysql中的表索引1、题目题目链接:https://leetcode.cn/
problems
/big-countries/SQL架构CreatetableIf
萌新贤的日常
·
2024-09-01 02:17
sql
力扣题目
java
sql
力扣刷题SQL篇(一)
1、组合两个表(1)表结构:(2)题目要求:(3)思路:(4)代码:2、第二高的薪水(1)表结构:(2)题目要求:(3)思路:(4)代码:1、组合两个表https://leetcode-cn.com/
problems
冰淇淋lining
·
2024-09-01 02:46
SQL
利用LeetCode练习Java基础
LeetCode题目:题目链接:https://leetcode-cn.com/
problems
/reverse-integer/题目描述整数反转给你一个32位的有符号整数x,返回x中每位上的数字反转后的结果
FOX有爱
·
2024-08-31 08:52
Java
《PRINCIPLES》
DaytwoIamconfidentthatwhateversuccessBridgewaterandIhavehadhasresultedfromouroperatingbycertainprinciples.Creatingagreatculture,findingtherightpeople,managingthemtodogreatthingsandsolving
problems
creat
鹿女神奇
·
2024-08-31 06:43
onnx转tensorRT模型出现错误 This version of TensorRT only supports input K as an initializer
但项目上限制是tensorRT8.5
Problems
c
lainegates
·
2024-08-31 04:49
pytorch
人工智能
深度学习
神经网络
atcoder ABC 354-E题
atcoderABC354-E题
ProblemS
tatementTakahashiandAokiareplayingagameusingNcards.Thefrontsideofthei-thcardhasAiwrittenonit
CodeWizard~
·
2024-08-31 02:38
算法
c++
[LeetCode]336. Palindrome Pairs
https://leetcode.com/
problems
/palindrome-pairs/找出两个字符串拼接可形成回文的所有组合遍历数组,把word和所在位置加入map,再遍历数组,内层遍历当前字符串
gqk289
·
2024-08-31 01:00
LeetCode
备战秋招60天算法挑战,Day26
题目链接:https://leetcode.cn/
problems
/jump-game/视频题解:https://www.bilibili.com/video/BV1gwYKekEVN/LeetCode55
华南溜达虎
·
2024-08-30 23:20
数据结构与算法
算法
数据结构
java
c++
python
【MAC 上学习 C++】Day 60-4. 6-4 求自定类型元素的平均 (10 分)
6-4求自定类型元素的平均(10分)1.题目摘自https://pintia.cn/problem-sets/14/
problems
/7362.题目内容本题要求实现一个函数,求N个集合元素S[]的平均值
RaRasa
·
2024-08-30 21:08
111. 二叉树的最小深度
null,15,7]输出:2示例2:输入:root=[2,null,3,null,4,null,5,null,6]输出:5来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
Abeants
·
2024-08-30 19:24
LeetCode 105. 从前序与中序遍历序列构造二叉树
[3,9,20,15,7]中序遍历inorder=[9,3,15,20,7]返回如下的二叉树:3/\920/\157来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
陈彬_smile
·
2024-08-29 23:15
#
树
二叉树
leetcode
算法
如何使用React-Lottie将动画添加到React应用
Introduction)AdobeAfterEffectscanbeanintuitivewaytogeneratewebanimations,buttherehashistoricallybeen
problems
convertingtheseanimationstowebapps.Itisusuallynecessarytouseathirdpartyprogramtoimportana
cukw6666
·
2024-08-29 21:02
java
vue
python
react
javascript
ViewUI
2021-12-22
1.我的大学生活之大学英语学习(1)在这个学期大学英语学习中我的GPSgains:我学习到了英语听力的技巧,认识了很多新单词,掌握新知识
problems
:听力听不清,听力不抓重点,单词真难记suggestions
席芙蓉
·
2024-08-29 18:47
leetCode_23_合并k个有序链表(dart实现)
23合并k个有序链表[toc]题目:https://leetcode-cn.com/
problems
/merge-k-sorted-lists/请你将所有链表合并到一个升序链表中,返回合并后的链表。
锦鲤跃龙
·
2024-08-28 23:31
回文子串问题梳理
https://leetcode.cn/
problems
/palindromic-substrings/https://leetcode.cn/
problems
/longest-palindromic-subsequence
灵海之森
·
2024-08-28 16:09
算法
python
loom 2018-10-09
Asthecompanygrows,anumberofpotential
problems
looms。公司逐渐发展,越来越多潜在的问题慢慢浮出水面。
花卷的学习笔记
·
2024-08-28 00:30
E. Linear Kingdom Races
https://codeforces.com/
problems
et/problem/115/E线段树优化dpO(n2)->O(nlogn)分析题意发现可以有暴力dpdp(i)是前i条路最大利润dp(i)
Lanthanmum
·
2024-08-26 13:09
算法
数据结构
动态规划
c语言专属英语单词,C语言 V 编程英语单词.doc
DataStructures基本数据结构Dictionaries字典PriorityQueues堆GraphDataStructures图SetDataStructures集合Kd-Trees线段树Numerical
Problems
时间还早
·
2024-08-26 12:25
c语言专属英语单词
hihocoder1629:Graph (分块+并查集)
题目传送门:http://hihocoder.com/
problems
et/problem/1629题目大意:给出一幅n个点,m条边的无向图,然后给出q组询问。
KsCla
·
2024-08-24 08:42
分块
启发式合并
并查集
备战秋招60天算法挑战,Day8
题目链接:https://leetcode.cn/
problems
/find-minimum-in-rotated-sorted-array/视频题解:https://www.bilibili.com/
华南溜达虎
·
2024-08-24 05:48
数据结构与算法
算法
备战秋招60天算法挑战,Day11
题目链接:https://leetcode.cn/
problems
/longest-substring-without-repeating-characters/视频题解:https://www.bilibili.com
华南溜达虎
·
2024-08-24 05:48
数据结构与算法
算法
数据结构
备战秋招60天算法挑战,Day6
题目链接:https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock/视频题解:https://b23.tv/MDoza2JLeetCode121
华南溜达虎
·
2024-08-24 05:18
数据结构与算法
算法
备战秋招60天算法挑战,Day24
题目链接:https://leetcode.cn/
problems
/sum-of-two-integers/视频题解:https://www.bilibili.com/video/BV1RZ421K7YF
华南溜达虎
·
2024-08-24 04:15
数据结构与算法
算法
数据结构
java
c++
python
约瑟夫环问题(模板题,递推,树状数组,双端队列)
文章目录最后活的人(递推)[LCR187.破冰游戏](https://leetcode.cn/
problems
/yuan-quan-zhong-zui-hou-sheng-xia-de-shu-zi-lcof
匪石1
·
2024-08-24 00:52
算法
约瑟夫环
数学
上传excel文件后修改表格内容报错The requested file could not be read, typically due to permission
problems
that ha
报错:上传excel文件后修改表格内容报错Therequestedfilecouldnotberead,typicallyduetopermission
problems
thathaveoccurredafterareferencetoafilewasacquired
胡萝卜大王驾到通通闪开
·
2024-08-23 21:27
excel
前端
reactjs
LeetCode算法题-29. 两数相除(Swift)
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/divide-two-integers著作权归领扣网络所有。
entre_los_dos
·
2024-08-23 17:33
How To Write Shared Libraries(28)
2.2.4DefineVisibilityforC++Classes(2)Becausethese
problems
aresohardtodebugitisessentialtogetthecompilerinvolvedinmakingsuretheuserfollowsthenecessaryrules.TheC
i_need_job
·
2024-08-23 13:59
英语复盘
[
Problems
]我还是没有掌握如何划分句子成分,没有大量的了解到单词词性,导致有些句子成分理不太清楚。[Suggestions]我可以多看看英语小说,大量了解句子成分。
苗_c419
·
2024-08-23 00:04
AtCoder Beginner Contest 366 - python前三题
A-Election2TimeLimit:2sec/MemoryLimit:1024MBScore:100100points
ProblemS
tatementAmayoralelectionisbeingheldinAtCoderCity.ThecandidatesareTakahashiandAoki.ThereareNvalidvotescastforeitherofthetwocandidat
CodeNerd影
·
2024-08-22 17:06
python
算法
力扣面试经典算法150题:跳跃游戏
题目链接:https://leetcode.cn/
problems
/jump-game/description/?
明月望秋思
·
2024-08-22 05:54
学习
Java
算法
算法
leetcode
面试
java
64. 最小路径和(python3)
题目:https://leetcode-cn.com/
problems
/minimum-path-sum/给定一个包含非负整数的mxn网格grid,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小
keep moving 123
·
2024-08-22 01:29
leetcode
medium
DP
leetcode
2021-12-23
2022第一学期复盘模版:1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]Ilearnedalot.Ilearnedalotofinterestingstories[
Problems
人文二班zxh
·
2024-03-27 06:48
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他