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刷题指南C++(每日更新)
1.两数之和两数之和https://leetcode-cn.com/
problems
/two-sum///暴力枚举classSolution{public:vectortwoSum(vector&nums
战士小小白
·
2025-05-30 16:07
leetcode
leetcode
c++
算法
opfunu:优化基准函数的强大Python库
opfunu:优化基准函数的强大Python库opfunuAcollectionofBenchmarkfunctionsfornumericaloptimization
problems
项目地址:https
滕婉昀Gentle
·
2025-05-30 07:25
day01
第一题https://leetcode.cn/
problems
/game-play-analysis-i/submissions/632977238/代码#WriteyourMySQLquerystatementbelowSELECTt1
linux-hzh
·
2025-05-30 06:20
leetcode每日三题
算法
mysql
leetcode
java
4月28日
第一题Leetcode51https://leetcode.cn/
problems
/n-queens/?
椒盐螺丝钉
·
2025-05-29 12:43
深度优先
算法
数据结构初阶-顺序表的应用
1.移除元素题目链接:https://leetcode.cn/
problems
/remove-element/description思路:双指针法,第一个变量src指向原位置的下标,dst变量指向移位后的下标
刚入门的大一新生
·
2025-05-29 08:16
数据结构
LeetCode 209 长度最小的子数组
题目链接中文版:https://leetcode.cn/
problems
/minimum-size-subarray-sum/description/题目描述给定一个含有n个正整数的数组和一个正整数target
James Shangguan
·
2025-05-29 05:13
LeetCode--Java版
leetcode
算法
java
蓝桥杯-全球变暖
"""https://www.lanqiao.cn/
problems
/178/learning/?
好无聊啊,烦死
·
2025-05-28 15:08
蓝桥杯
蓝桥杯
DFS
dna与计算机技术,DNA计算与DNA纳米技术
ADLEMANLM.Molecularcomputationofsolutionstocombinatorial
problems
[J].Science,1994,266(5187):1021–1024.
weixin_39889788
·
2025-05-28 01:56
dna与计算机技术
算法 二叉树最大深度
示例:给定二叉树[3,9,20,null,null,15,7],3/920/157返回它的最大深度3来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/
Mush1
·
2025-05-27 18:33
算法
二叉树
队列
算法
试论述计算机病毒的防治,计算机病毒的防治论述.doc
图书分类号:密级:毕业设计(论文)论文题目电子商务物流配送存在的问题及对策
Problems
andCountermeasuresofelectroniccommercelogisticsdistribution
麦文学
·
2025-05-26 22:39
试论述计算机病毒的防治
ruskal 最小生成树算法
https://www.lanqiao.cn/
problems
/17138/learning/并查集+ruskal最小生成树算法Kruskal算法是一种用于在加权无向连通图中寻找最小生成树(MST)的经典算法
19要加油
·
2025-05-26 07:39
算法
《算法导论(第4版)》阅读笔记:p127-p133
一、技术总结1.probabilisticanalysis(概率分析)(1)定义Probabilisticanalysisistheuseofprobabilityintheanalysisof
problems
codists
·
2025-05-26 01:59
读书笔记
算法
LeetCode 3362.零数组变换 III:贪心+优先队列+差分数组——清晰题解
【LetMeFly】3362.零数组变换III:贪心+优先队列+差分数组——清晰题解力扣题目链接:https://leetcode.cn/
problems
/zero-array-transformation-iii
Tisfy
·
2025-05-26 00:52
题解
#
力扣LeetCode
leetcode
算法
题解
优先队列
贪心
差分数组
LeetCode 25. Reverse Nodes in k-Group
原题目:https://leetcode-cn.com/
problems
/reverse-nodes-in-k-group/思路:找出长度为k的子链表,用pre表示head的上一个节点,nex表示tail
庾信平生最萧瑟
·
2025-05-24 11:21
LeetCode
链表翻转
回溯 力扣hot100热门面试算法题 面试基础 核心思路 背题 括号生成 单词搜索 分割回文串 N皇后 全排列 子集 电话号码的字母组合 组合总和
回溯括号生成https://leetcode.cn/
problems
/generate-parentheses/核心思路深度优先搜索(DFS):DFS是探索所有可能路径的方法,这里用于生成括号组合。
尘土哥
·
2025-05-24 06:40
算法
leetcode
面试
LeetCode 925. 长按键入 java题解
https://leetcode.cn/
problems
/long-pressed-name/description/classSolution{publicbooleanisLongPressedName
奔跑的废柴
·
2025-05-23 10:57
LeetCode
leetcode
java
算法
双指针
LeetCode 129. 求根节点到叶节点数字之和 java题解
https://leetcode.cn/
problems
/sum-root-to-leaf-numbers/description/classSolution{intres=0;publicintsumNumbers
奔跑的废柴
·
2025-05-23 10:27
leetcode
java
算法
LeetCode 649. Dota2 参议院 java题解
https://leetcode.cn/
problems
/dota2-senate/description/贪心。不会写。
奔跑的废柴
·
2025-05-23 10:27
LeetCode
leetcode
java
算法
贪心
贪心算法
LeetCode.52 N皇后 II
原题https://leetcode-cn.com/
problems
/n-queens-ii/思路递归回溯,和上一题一毛一样题解packagecom.leetcode.code;importjava.util.ArrayList
难过的风景
·
2025-05-23 10:27
力扣题解
算法
leetcode
递归算法
Leetcode 162 Find Peak Element
给定一个数组,找到山峰元素https://leetcode.com/
problems
/find-peak-element/description/Input:nums=[1,2,3,1]Output:2Explanation
xxxmmc
·
2025-05-21 19:44
leetcode
二分
[leetcode]162. Find Peak Element
题目链接:https://leetcode.com/
problems
/find-peak-element/#/descriptionApeakelementisanelementthatisgreaterthanitsneighbors.Givenaninputarraywherenum
xiaocong1990
·
2025-05-21 19:14
leetcode
论文翻译:ACL-2024.Yiming Huang.Competition-Level
Problems
are Effective LLM Evaluators
Competition-Level
Problems
areEffectiveLLMEvaluatorshttps://aclanthology.org/2024.findings-acl.803.pdf《
CSPhD-winston-杨帆
·
2025-05-20 03:57
论文翻译
LLMs-数据污染
人工智能
Chevereto使用docker启动,nginx开启https
whatTosolvesome
problems
somewebonlyusemarkdownandcan’tuploadpictures,suchasv2ex.comsomepicsyoudon’twanttogiveittoothersforlongtime
ShawnGoethe
·
2025-05-19 18:53
docker
chevereto
docker
nginx
https
LeetCode题目:17. 电话号码的字母组合
题目题目链接:https://leetcode-cn.com/
problems
/letter-combinations-of-a-phone-number/题目解析:这道题如果用循环的话,我发现要好多层
程序胖
·
2025-05-19 15:31
LeetCode
字符串
leetcode
leetcode hot100刷题日记——1.两数之和
涉及知识点:vector、哈希表vector概念一维vector二维哈希力扣第一题:两数之和[link5](https://leetcode.cn/
problems
/two-sum/description
姬公子521
·
2025-05-19 13:47
力扣刷题专栏
leetcode
算法
c++
LeeCode刷题笔记
编程语言基础课|代码随想录LeetCode热题100-学习计划-力扣(LeetCode)全球极客挚爱的技术成长平台CSONCodeTop面试题目总结https://leetcode.com/
problems
et
Livan.Tang
·
2025-05-19 10:35
C++
笔记
c++
leetcode:1.两数之和
1.两数之和来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/two-sum给定一个整数数组nums和一个整数目标值target,请你在该数组中找出和为目标值
uncle_ll
·
2025-05-18 18:42
编程练习-Leetcode
leetcode
数组
算法训练营
哈希表
两数之和
LeetCode 2900.最长相邻不相等子序列 I:阅读理解题——O(n)一次遍历(贪心)
【LetMeFly】2900.最长相邻不相等子序列I:阅读理解题——O(n)一次遍历(贪心)力扣题目链接:https://leetcode.cn/
problems
/longest-unequal-adjacent-groups-subsequence-i
Tisfy
·
2025-05-17 23:56
题解
#
力扣LeetCode
leetcode
算法
题解
贪心
D. Distinct Split 【CF每日一题 / 1000】
https://codeforces.com/
problems
et/problem/1791/D#includeusingnamespacestd;constintN=1e5*4;intt,cnt1[N
幽殇默
·
2025-05-16 23:43
CF每日一题
算法
【LeetCode】767. Reorganize String 重构字符串(Medium)(JAVA)
【LeetCode】767.ReorganizeString重构字符串(Medium)(JAVA)题目地址:https://leetcode.com/
problems
/reorganize-string
吴中乐
·
2025-05-16 13:29
Leetcode
字符串
列表
leetcode
数据结构
java
leetcode:11. 盛最多水的容器
11.盛最多水的容器来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/container-with-most-water/给定一个长度为n的整数数组height
uncle_ll
·
2025-05-14 22:22
编程练习-Leetcode
leetcode
数组
双指针
算法训练营
盛最多的水
Leetcode|215. 数组中的第K个最大元素【笔记】
215.数组中的第K个最大元素【笔记】链接前言题目关键本人思路思路1思路2思路3疑问参考链接https://leetcode-cn.com/
problems
/kth-largest-element-in-an-array
Kobaayyy
·
2025-05-13 02:35
leetcode
数据结构
python
快速排序
排序算法
定长滑动窗口-----金丹篇
一.热身阶段力扣567.字符串的排列https://leetcode.cn/
problems
/permutation-in-string/description/https://leetcode.cn/
极道万岁
·
2025-05-11 19:07
定长滑动窗口
算法
c++
leetcode
LeetCode 2918.数组的最小相等和:if-else
【LetMeFly】2918.数组的最小相等和:if-else力扣题目链接:https://leetcode.cn/
problems
/minimum-equal-sum-of-two-arrays-after-replacing-zeros
Tisfy
·
2025-05-11 15:16
题解
#
力扣LeetCode
leetcode
算法
题解
数组
讨论
图像处理与计算机视觉的经典书籍
[1960Kalman]ANewApproachtoLinearFilteringandPrediction
Problems
Kalman[1970]Least-squaresestimation_fromGausstoKalman
2401_87556630
·
2025-05-10 16:17
图像处理
计算机视觉
人工智能
Leetcode刷题记录31——旋转图像
题源:https://leetcode.cn/
problems
/rotate-image/description/?
张书名
·
2025-05-07 09:47
Leetcode刷题记录
leetcode
算法
职场和发展
LeetCode算法题 (移除链表元素)Day15!!!C/C++
https://leetcode.cn/
problems
/remove-linked-list-elements/description/一、题目分析给你一个链表的头节点head和一个整数val,请你删除链表中所有满足
我是一只鱼0223
·
2025-05-07 02:03
算法
leetcode
链表
c++
【算法入门】LeetCode 4. 寻找两个正序数组的中位数(Median of Two Sorted Arrays)详细解题指南|二分查找详解(Java & JavaScript)|算法详解与代码实
题目:官方链接:https://leetcode.cn/
problems
/median-of-two-sorted-arrays/description/?
南北极之间
·
2025-05-06 05:48
算法
算法
leetcode
java
javascript
前端
LeetCode·每日一题·2180.统计各位数字之和为偶数的整数个数·模拟
作者:小迅链接:https://leetcode.cn/
problems
/count-integers-with-even-digit-sum/solutions/2047389/mo-ni-zhu-shi-chao-ji-xiang-xi-by-xun-ge-tk8n
迅~
·
2025-05-06 05:17
LeetCode刷题笔记
leetcode
算法
职场和发展
LeetCode 1295.统计位数为偶数的数字:模拟
【LetMeFly】1295.统计位数为偶数的数字:模拟力扣题目链接:https://leetcode.cn/
problems
/find-numbers-with-even-number-of-digits
Tisfy
·
2025-05-06 04:46
题解
#
力扣LeetCode
leetcode
算法
题解
leetcode: 208.实现Trie前缀树
208.实现Trie(前缀树)来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/implement-trie-prefix-tree/Trie(发音类似“try
uncle_ll
·
2025-05-05 21:00
编程练习-Leetcode
leetcode
前缀树
字典树
算法训练
链表
【Hot 100】94. 二叉树的中序遍历
二叉树的中序遍历题目链接:https://leetcode.cn/
problems
/binary-tree-inorder-traversal/description/?envType
海码007
·
2025-05-04 20:49
算法
数据结构
Hot100
c++
算法
二叉树
【刷力扣】23. 合并 K 个升序链表(dummy节点技巧 + 分治思维 + 优先队列)
目录一、合并升序链表问题二、题目:[21.合并两个有序链表](https://leetcode.cn/
problems
/merge-two-sorted-lists/description/)1、掌握dummy
南七行者
·
2025-05-04 16:47
数据结构与算法
leetcode
链表
LeetCode算法题 (比较含退格的字符串)Day9!!!C/C++
https://leetcode.cn/
problems
/backspace-string-compare/description/一、题目描述给定s和t两个字符串,当它们分别被输入到空白的文本编辑器后
我是一只鱼0223
·
2025-05-03 21:46
leetcode
算法
职场和发展
LeetCode算法题 (最小栈)Day10!!!C/C++
https://leetcode.cn/
problems
/min-stack/description/一、题目描述设计一个支持push,pop,top操作,并能在常数时间内检索到最小元素的栈。
我是一只鱼0223
·
2025-05-03 21:46
leetcode
算法
职场和发展
LeetCode算法题 (买卖股票的最佳时机 II)Day6!!!C/C++
https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock-ii/description/一、题目描述给你一个整数数组prices,其中prices
我是一只鱼0223
·
2025-05-03 21:16
leetcode
算法
职场和发展
0-学习协同策略解决NP难路由问题(NeurlPS2021)(code)(完)
Abstract1Introduction2RelatedWorks2.1基于DRL的构造性启发式算法2.2基于DRL的改进启发式算法2.3与传统求解器结合的混合方法3FormulationofRouting
Problems
4LearningCollaborativePolicies4.1
太极生两鱼
·
2025-05-03 20:42
文献阅读
学习
机器学习
人工智能
Leetcode刷题记录28——缺失的第一个正数
题源:https://leetcode.cn/
problems
/first-missing-positive/description/?
张书名
·
2025-05-03 12:20
Leetcode刷题记录
leetcode
算法
职场和发展
COMP9021 Tangram puzzles
Assignment2version1.4COMP9021,Trimester1,20251Generalmatters1.1AimThepurposeoftheassignmentisto:•developyour
problems
olvingskills
·
2025-05-02 01:08
后端
react-native-vector-icons打包报错并且提示:copyReactNativeVectorIconFonts相关信息
*Whatwentwrong:Some
problems
werefoundwiththeconfigurationoftask':app:copyReactNativeVectorIconFonts'(type'Copy
JiaLin_Denny
·
2025-04-30 23:33
react
native
vector-icons
RN-vector-icons
上一页
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
其他