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
Solution
Leetcode 1577. Number of Ways Where Square of Number Is Equal to Product of Two Numbers
Tyan博客:noahsnail.com|CSDN|1.DescriptionNumberofWaysWhereSquareofNumberIsEqualtoProductofTwoNumbers2.
Solution
SnailTyan
·
2024-02-13 16:08
Leetcode 1005. K 次取反后最大化的数组和
所以本题思路为:第一步:将数组按照绝对值大小从大到小排序;第二步:从前向后遍历,遇到负数将其变为正数,同时k–;第三步:如果K还大于0,那么反复转变数值最小的元素,将k用完;第四步:求和实现代码如下:class
Solution
maplesea7
·
2024-02-13 16:41
leetcode
算法
职场和发展
HDLBits_Verilog刷题笔记Verilog Language Basics(一)
git开源
solution
shttps://github.com/viduraakalanka/HDL-Bits-
Solution
sb站up脱发秘籍搬运工,呜呜这个up不管我学什么都有教程,永远也逃不开脱发的世界
cascleright1
·
2024-02-13 15:37
fpga开发
硬件架构
Add ip config in hosts,but it does not work
BackgroundIuseNotepadtoopenhostsandaddipconfiginside.Mycomputerosiswindows764x.Symptomtheipconfigdoesnotwork.Causeactually,theipconifgwasnotaddedcorrectly.
Solution
flushtheDSN'scacheopenhostswithtxt
Jay_de9e
·
2024-02-13 15:47
DAY31 贪心算法part01
贪心算法分为四部将问题分解为若干子问题找出适合的贪心策略求解每个子问题的最优解将局部最优解堆叠成全局最优解455.分发饼干class
Solution
:deffindContentChildren(self
别问为什么拖拉机摇杆换成了刹车片
·
2024-02-13 14:27
贪心算法
python
Day 30 贪心算法 part01
class
Solution
:deffindContentChildren(self,g:List[int]
wxw154170875
·
2024-02-13 14:27
贪心算法
算法
Day31 贪心算法part01
本质:局部最优推导整体最优摆动序列class
Solution
:defwiggleMaxLength(self,nums:List[int])->int:res=[]iflen(nums)==1or(len
临渊羡鱼的猫
·
2024-02-13 14:26
贪心算法
算法
双非本科准备秋招(23.1)—— 力扣二叉搜索树
class
Solution
{Listlist=newArrayListmaxValue){maxValue=cnt;list.clear();list.add(root.val);}inOrder(root.rig
随心自风流
·
2024-02-13 12:10
leetcode
算法
秋招
二叉搜索树
力扣
数据结构
java
leetcode链表题目整理
*structListNode{*intval;*ListNode*next;*ListNode(intx):val(x),next(NULL){}*};*/class
Solution
{public:vectorreversePrint
ChasingTheFreeWind
·
2024-02-13 12:09
剑指Offer
leetcode
链表
LeetCode链表经典题目(二)
两两交换链表中的节点5.LeetCode19.删除链表的倒数第N个结点6.LeetCode面试题02.07.链表相交7.LeetCode142.环形链表II1.LeetCode203.移除链表元素class
Solution
Jomo.
·
2024-02-13 12:38
链表
leetcode
数据结构
c++
算法
斐波拉契数列实现探索(递归与动态规划)
实现斐波拉契数列方法一(递归)fromfunctoolsimportlru_cache#递归class
Solution
:@lru_cache(10**8)defclimbStairs(self,n):ifn
最矮哈士奇
·
2024-02-13 12:20
华为云发起元宇宙 & Web3.0联盟,风口上的 AI 计算平台Deepbrain Chain再次登台亮相...
继新加坡、香港之后,2月23日,在印尼巴厘岛的2023华为云亚太区合作伙伴领袖峰会期间,由华为云牵头启动了Metaverse&Web3.0联盟,同时展示了多个重量级的联盟伙伴,包括BlockChain
Solution
s
白话区块链-大白
·
2024-02-13 11:04
人工智能
华为云
web3
区块链
leetcode 初级之数组篇 07
此种解法的执行效率战胜100%的Swift提交class
Solution
{funcplusOne(_digits:[Int])->[Int]{va
ngugg
·
2024-02-13 11:42
牛客BM9-删除链表的倒数第n个结点-C++
三、代码class
Solution
{public:ListNode*removeNthFromEnd(ListNode*head,intn){ListNode*du
TLJava^v^
·
2024-02-13 11:46
#
牛客-C++
数据结构
c++
牛客
链表
删除
倒数第n个
力扣_字符串6—最小覆盖字串
方法滑动窗口代码class
Solution
{public:boolcheck(map&maps){for(autoit:m
qweasdwxc
·
2024-02-13 08:12
leetcode
算法
职场和发展
AVR 328pb ADC基本介绍和使用
http://www.prodesign.com.cn/wp-content/uploads/2023/03/LGT8FX8P_databook_v1.0.4.pdf328pbADC特性•10-bitRe
solution
10
perseverance52
·
2024-02-13 08:10
AVR单片机
AVR
ADC
Leetcode 171. Excel Sheet Column Number
文章作者:Tyan博客:noahsnail.com|CSDN|1.DescriptionExcelSheetColumnNumber2.
Solution
Version1class
Solution
:deftitleToNumber
SnailTyan
·
2024-02-13 08:52
力扣刷题整理
方法一:代码class
Solution
{public:void
ride_view
·
2024-02-13 06:00
leetcode
leetcode
算法
c++
合并两个有序数组
示例:输入:nums1=[1,2,3,0,0,0],m=3nums2=[2,5,6],n=3输出:[1,2,2,3,5,6]class
Solution
3ni
·
2024-02-13 05:56
USTC Verilog OJ
Solution
s
科大OJ其对应的英文版:HDLBits刷题网站01输出1moduletop_module(outputone);assignone=1;endmodule02输出0moduletop_module(outputzero);//Modulebodystartsaftersemicolonassignzero=0;endmodule03wiremoduletop_module(inputin,outp
Daniel_187
·
2024-02-13 05:50
其他
fpga开发
Verilog
HDL
risc-v
31. 下一个排列
1,2,3→1,3,23,2,1→1,2,31,1,5→1,5,1代码:class
Solution
(object):defnextPermut
oneoverzero
·
2024-02-13 05:27
力扣【206】反转链表
*;classListNode{intval;ListNodenext;ListNode(intx){val=x;}}class
Solution
{publicListNodereverseList(ListNodehead
我还年轻呀
·
2024-02-13 05:15
LeetCode
反转链表
275. H-Index II
Solution
Binarysearch,timeO(logn),spaceO(1)class
Solution
{publicinthIndex(int[]citations){intn
Nancyberry
·
2024-02-13 04:53
LeetCode 144.二叉树的前序遍历 (C++)
解法1:递归,这个模板是前中后通用的class
Solution
{public:voidpreorder(TreeNode*root,vector&res){if(root!
Xaiver_97
·
2024-02-13 02:55
力扣刷题
leetcode
c++
算法
Leetcode 二叉树的前序遍历
迭代法:记录状态的迭代法:typedefpairP;class
Solution
{public:vectorpreorderTraversal(TreeNode*root){vectorout;stackstk
Noric!
·
2024-02-13 02:25
树
二叉树
leetcode
leetcode 461. 汉明距离
Java代码如下:class
Solution
{publicinthammingDistance(intx,inty){ints=x^y;intans=0;while(s!
我真的很帅阿
·
2024-02-13 01:51
leetcode刷题记录
leetcode
算法
java
leetcode 448. 找到所有数组中消失的数字
Java代码如下:class
Solution
{publicListfindDisappearedNumbers(int[]nums){intn=nums.length;Listans=newArrayListmap
我真的很帅阿
·
2024-02-13 01:20
leetcode刷题记录
leetcode
算法
java
剑指Offer:07-斐波那契数列
n<=39思路实现1-递归class
Solution
{public:intFibonacci(intn){if(n<=1)returnn;returnFibonacci(n-1)+Fibonacci(n
jackmxp
·
2024-02-13 00:14
LeetCode题目记录-645. 错误的集合(C++代码实现)
C++代码实现:class
Solution
{public:vectorfindErrorNums(vector&nums){intn=nums.size();sort(nums.begin(),nums.end
wyypersist
·
2024-02-13 00:29
刷题之路
leetcode
c++
算法
Leetcode题目记录------判断环形链表
class
Solution
{public:boolhasCycle(ListNode*head){if(head==nullptr||head->next==
Elvenleglas
·
2024-02-13 00:28
题目记录
leetcode
Leetcode 62. 不同路径【暴搜 + 记忆化搜索 + DP +详解】
递归的参数:当前坐标(x,y),由于题目不是全局变量,那就再加上终点坐标(m,n);递归体:dfs(x+1,y),dfs(x,y+1);class
Solution
{public:i
名字想不称展
·
2024-02-12 21:15
力扣
3000
题
动态规划
算法
leetcode
第 384 场 LeetCode 周赛题解
A修改矩阵模拟class
Solution
{public:vector>modifiedMatrix(vector>&matrix){intm=matrix.size(),n=matrix[0].size
xhchen2023
·
2024-02-12 20:55
LeetCode
leetcode
算法
模拟
枚举
贪心
滚动哈希
Lintcode442 Implement Trie
solution
题解
【题目描述】Implementatriewithinsert,search,andstartsWithmethods.NoticeYoumayassumethatallinputsareconsistoflowercaselettersa-z.实现一个Trie,包含insert,search,和startsWith这三个方法。注意事项你可以假设所有的输入都是小写字母a-z。【题目链接】www.li
程风破浪会有时
·
2024-02-12 20:32
LeetCode简单题:67. 二进制求和(Python,C++,Java)
然后相加转二进制C++和Java则用模拟计算进位,逢二进一的方法字符串中拿到每一个数字后处理两个字符串长度可能不一致,在短的前面添0保存两个数字之和用string,需要翻转二.Python实现class
Solution
好莱坞守门员
·
2024-02-12 20:22
Leetcode 1491. 去掉最低工资和最高工资后的工资平均值
(看了官方解答之后,突然领悟也是可以将两个循环合二为一的)//以java为例class
Solution
{publicdoubleaverage(int[]salary){intmin=salary[0]
Cancri e
·
2024-02-12 20:44
简单问题
java
华为机试:求字符串中所有整数的最小和
求字符串中所有整数的最小和题目描述题目解析如果是负数的话,负数越大,和最小如果是正数的话,nums[0]+nums[1]+…+nums[i]#includeusingnamespacestd;class
Solution
OceanStar的学习笔记
·
2024-02-12 17:31
算法与数据结构
算法
SouthLeetCode-打卡24年02月第1周
(2)题解代码class
Solution
{privateListNodemergeLists(List
繁星依月
·
2024-02-12 17:20
LeetCode
每日OJ题_位运算⑤_力扣371. 两整数之和
示例1:输入:a=1,b=2输出:3示例2:输入:a=2,b=3输出:5提示:-1000<=a,b<=1000class
Solution
{public:intgetSum(inta,intb){}};解析代码此题知识点就是异或运算为无进位相加
GR鲸鱼
·
2024-02-12 16:28
每日OJ题
leetcode
算法
c++
哈希
位图
位运算
力扣题: 全排列(python3版)
class
Solution
(object):defpermute(self,nums):""":typenums:List[int]:rtype:List[List[int]]"""iflen(nums
HAPPY酷
·
2024-02-12 15:44
python
算法
剪枝
leetcode
面试题50:第一个只出现一次的字符
在一个字符串(0<=字符串长度<=10000,全部由字母组成)中找到第一个只出现一次的字符,并返回它的位置,如果没有则返回-1(需要区分大小写).解题思路:#-*-coding:utf-8-*-class
Solution
小歪与大白兔
·
2024-02-12 15:05
C++ day49 买卖股票的最佳时机
prices[i]表示一支股票在第i天的价格,只能在某一天买入这支股票,并在之后的某一天卖出该股票,从而获得最大利润,返回该最大值,若不能获取利润,则返回0注意:股票只能买卖一次暴力解法(超时)class
Solution
人来茶热
·
2024-02-12 14:19
c++
算法
开发语言
Day45 买卖股票的最佳时机
暴力搜索:超时class
Solution
{public:intmaxProfit(vector&price
借我点钱
·
2024-02-12 14:16
算法
leetcode
数据结构
2/7 算法每日N题(二分+双指针)
第一题:class
Solution
{public:intsearch(vector&nums,inttarget){intleft=0,right=nums.size()-1;while(lefttarget
自身就是太阳
·
2024-02-12 13:30
算法
leetcode
数据结构
807. 保持城市天际线
class
Solution
{public:intmaxIncreaseKeepingSkyline(vector>&grid){intn=grid.size();vectorrowMaxHeights(
Python ml
·
2024-02-12 10:59
LeetCode
算法
java
数据结构
1345. 跳跃游戏 IV
class
Solution
{public:intminJumps(vector&arr){intn=arr.size();unordered_map>idxSameValue;for(inti=0;ivisitedIndex
Python ml
·
2024-02-12 10:59
LeetCode
游戏
算法
402. 移掉 K 位数字
class
Solution
{public:stringremoveKdigits(stringnum,intk){dequest;for(charc:num){while(!
Python ml
·
2024-02-12 10:28
LeetCode
算法
236. 二叉树的最近公共祖先
则返回它们的公共祖先;如果只存在一个,则返回存在的一个;如果p和q都不存在,则返回NULL然后就将查找pq是否存在某个子数下面(如排除了root->right)和查找公共祖先这两个功能缝合在一起了class
Solution
Python ml
·
2024-02-12 10:28
LeetCode
算法
数据结构
递归
71. 简化路径
class
Solution
{public:stringsimplifyPath(stringpath){dequest;inti=0,n=path.length();stringres;while(i<
Python ml
·
2024-02-12 10:58
LeetCode
算法
数据结构
23. 合并 K 个升序链表
新学的C++17的推导指引class
Solution
{public:ListNode*mergeKLists(vector&lists){lists.erase(remove_if(lists.begin
Python ml
·
2024-02-12 10:58
LeetCode
链表
数据结构
142. 环形链表 II
主要的两点:1.走a+nb步一定是在环入口2.第一次相遇时慢指针已经走了nb步(nb+a=a)在入口相遇class
Solution
{public:ListNode*detectCycle(ListNode
Python ml
·
2024-02-12 10:57
LeetCode
链表
算法
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他