博客搜索、模板互链整理

目录

〇,博客搜索

(1)搜索单个字符串

(2)搜索多个字符串

(3)算法模板调用分析

一,模板一

Print Read 忽略

Frev、frev 2023.10.22

Foverturn、foverturn 2023.10.24

Frotation、frotation 2023.10.24

DeletAllX、deletAllX 2023.10.24

GetDifNum、getDifNum 2023.10.25

Fcheng、fcheng 2023.10.26

Fjia、fjia 2023.10.26

SortEveryLine、sortEveryLine 2023.10.27

FirstInLeft、firstInLeft 2023.10.27

Fminlef、fminlef 2023.10.27

Fminlef2、fminlef2 2023.10.27

Fmaxlef、fmaxlef 2023.10.27

Fmaxlef2、fmaxlef2 2023.10.27

Fminrig、fminrig 2023.10.31

Fminrig2、fminrig2 2023.10.31

Fmaxrig、fmaxrig 2023.10.31

Fmaxrig2、fmaxrig2 2023.10.31

SplitAtHalf、splitAtHalf 2024.1.16

FvecJoin、fvecJoin 2023.10.22

VecSplit、vecSplit 2023.11.12

LoopSplit、loopSplit 2023.11.12

CrossChange、crossChange 2023.11.12

MergeVector、mergeVector 2023.11.12

FoldJoin、foldJoin 2023.11.12

SelfCopyJoin、selfCopyJoin 2023.11.12

Fshr、fshr 2023.11.20

Funshr、funshr 2023.11.20

Fforeach、fforeach 2023.11.20

ChangeMeiJu、changeMeiJu 2023.11.20

SubMeiJu、subMeiJu 2023.11.20

ExpandWithId 、expandWithId 2023.11.20

SortWithId、sortWithId 2023.11.20

SortWithOrderMatch、sortWithOrderMatch 2024.4.21

SortId、sortId 2024.1.16

SortId2、sortId2 2024.1.16

SortExtend、sortExtend 2024.1.16

FindSum、findSum 2024.1.16

CmpVector、cmpVector 2023.11.10

SortVector、sortVector 2023.11.10

VecAdd、vecAdd 2024.1.16

EverySum、everySum 2024.1.16

VecIsSame、vecIsSame 2024.1.16

DeleteSameLine、deleteSameLine 2024.1.16

HaveSameData、haveSameData 2024.1.16

DeleteLineWithSameDatas、deleteLineWithSameDatas 2024.1.16

VecConvolution、vecConvolution 2024.1.16

InitLinkList、initLinkList 2024.1.18

OutLinkList、outLinkList 2024.1.18

LinkGetLength、linkGetLength 2024.1.18

IsSameLinkList、isSameLinkList 2024.1.18

LinkReverse、linkReverse 2024.1.18

GetKthFromEnd、getKthFromEnd 2024.1.18

GetTail、getTail 2024.1.18

LinkSplit、linkSplit 2024.1.18

LinkMerge、linkMerge 2024.1.18

MergeTwoLists、mergeTwoLists 2024.1.18

MergeTwoUpLists、mergeTwoUpLists 2024.1.18

ListToVec、listToVec、VecToList、vecToList 2024.1.18

SortLinkList、sortLinkList 2024.1.19

GetAnyoneInCycle、getAnyoneInCycle 2024.1.19

GetCycleLen、getCycleLen 2024.1.19

GetFirstInCycle、getFirstInCycle 2024.1.19

GetSingleDeList、getSingleDeList 2024.1.19

MergeDelist、mergeDelist 2024.1.19

GetLengthOfDeLL、getLengthOfDeLL 2024.1.19

VecGet、vecGet 2024.1.19

Finsert、finsert 2024.1.19

DelOnlyOne、delOnlyOne 2024.1.19

DelEnd、delEnd 2024.1.19

MinMaxStack、MinMaxStack2  2024.1.19

MinMaxQueue  2024.1.19

QueueWithNoSameData  2024.1.19

MonotonicStack  2024.1.19

MonotonicQueue  2024.1.19

Pack、PackDoubleVolume、PackGroup、PackGeneralize、PackDepend  2024.1.19(专题)

二,模板二

MaxDepth、maxDepth   2024.1.20

MinDepth、minDepth  2024.1.20

PreorderTraversal、preorderTraversal  2024.1.20

PostorderTraversal、postorderTraversal  2024.1.20

InorderTraversal、inorderTraversal 2024.1.20

LevelOrderTraversal、levelOrderTraversal 2024.2.27(专题)

BuildTreePre、buildTreePre 2024.1.20

BuildTreePost、buildTreePost  2024.1.20

CountNodes、countNodes  2024.1.20

CopyTree、copyTree  2024.1.20

IsSameTree、isSameTree  2024.1.20

InvertTree、invertTree  2024.1.20

TreeArray、TreeArray2D  2024.1.20(专题)

SegmentTreeBase、SegmentTreeTypeSum 、SegmentTree 2024.1.20(专题)

EdgesToMultiTree、edgesToMultiTree 2024.1.27

TreeWithId 2024.1.20

RMQ、LCA 2024.1.20(专题)

HungarianMaxMatch 2024.4.4

Union、UnionDif、Vunion 2024.1.20(专题)

DancingLink 2024.1.20(专题)

EdgesToBinaryTree、edgesToBinaryTree 2024.2.27

UndirectedEdgeToFatherList、undirectedEdgeToFatherList 2024.1.21

HasUndirectedCircle、hasUndirectedCircle 2024.1.21

GetEdgeCover、getEdgeCover 2024.1.21

IsCompleteGraph、isCompleteGraph 2024.2.1

IsTwoDivGraph、isTwoDivGraph 2024.2.1

KruskalMinCostTree、kruskalMinCostTree 2024.1.21

PrimminCostTree、minCostConnectPoints 2024.1.21

ReverseGraph、reverseGraph 2024.1.21

GetLongestPath、getLongestPath 2024.1.21

HasDirectedCircle、hasCircle 2024.1.21

DijskraShortestPath、BellmanFordShortestPath、SPFAShortestPath、shortestPath  2024.1.21(专题 )

GetSubGraph、getSubGraph 2024.1.21

SemiConnectComponent、semiConnectComponent 2024.1.21

ConnectComponent、connectComponent 2024.1.21

TarjanUndirect 2024.1.21

TarjanStrongConnect 2024.1.21

TopoSortNoCircle、topoSortNoCircle 2024.1.21

TopoSort、topoSort 2024.1.21(专题)

GridGraph 2024.1.21

Hierholzer 2024.1.21(专题)

Hamilton 2024.1.21(专题)

ReBuild 2024.1.21

三,模板三

Bsearch 2024.1.22(专题)

MinValue、minValue 2024.1.22

ValueNum、valueNum 2024.1.22

Trie 2024.1.22(专题)

StringSplit、stringSplit 2024.1.22

StringMatchSplit、stringMatchSplit 2024.1.22

StringJoin、stringJoin 2024.1.22

CharToString、charToString  2024.1.27

StringToChar、stringToChar  2024.1.27

StringToCharVec、stringToCharVec  2024.1.27

GetSameSubStr、getSameSubStr 2024.1.28

GetlongestDupSubstring、getlongestDupSubstring 2024.1.28

KMP 2024.1.28

OrderMatch 2024.1.28

Slope、slope 2024.1.28

PointDistance、pointDistance 2024.1.28

InCircle、inCircle 2024.1.28

IsParallels、isParallels 2024.3.26

IsSameLine、isSameLine 2024.3.26

IntersectionLineAndLine、intersectionLineAndLine 2024.3.26

PointInSegment、pointInSegment 2024.3.26

IsSameSide、isSameSide 2024.4.4

IsPointInLine、isPointInLine 2024.4.4

GetPosStatus、getPosStatus 2024.4.4

Andrew 2024.1.28

MinMaxWithSlope、minMaxWithSlope 2024.1.28

UpperType 2024.1.28

VecTrans、vecTrans 2024.1.28

MapTrans、mapTrans 2024.1.28

MapTransToVec、mapTransToVec 2024.1.28

MapToPairs、mapToPairs 2024.1.28

DrawFirst、drawFirst 2024.1.28

DrawSecond、drawSecond 2024.1.28

GetMapFirst、getMapFirst 2024.1.28

GetMapSecond、getMapSecond 2024.1.28

StackToVec、stackToVec 2024.1.28

QueToVec、queToVec 2024.1.28

VecToArr、vecToArr 2024.1.28

GetNumFromId、getNumFromId 2024.1.28

VectorToMap、vectorToMap 2024.1.28

VmToVector、vmToVector 2024.1.28

GetMultiOpt、getMultiOpt 2024.1.28

GetVecMax、getVecMax 2024.1.28

GetVecMax2、getVecMax2 2024.1.28

GetVecMin、getVecMin 2024.1.28

GetVecMin2、getVecMin2 2024.1.28

GetVecSum、getVecSum 2024.1.28

TransSum、transSum 2024.1.28

NumInVec2D、numInVec2D 2024.1.28

ArrayDP 2024.2.3

DP_LengthOfLIS 2024.1.28

DP_lengthOfEqualDif 2024.1.28

MaxSubArrayFromEver、maxSubArrayFromEver 2024.1.28

MaxSubArray、maxSubArray 2024.1.28

四,模板四

MinSumLen、minSumLen 2024.1.28

EverSumLen、everSumLen 2024.1.28

CloseInterval 2024.1.28

GetLowBit、getLowBit 2024.2.1

GetHighBit、getHighBit 2024.2.1

IsPowerOf2、isPowerOf2 2024.2.1

GetBitLength、getBitLength 2024.2.1

FgetNum1、getNum1 2024.2.3

FgetNum0、getNum0 2024.2.3

GetReverseNum、getReverseNum  2024.2.3

AllExceptOneMin 2024.4.21

AllExceptOneOr

GetSingleA、SingleA 2024.2.3

NumInRadix、numInRadix 2024.2.3

IntToStr、intToStr 2024.2.3

StrToInt、strToInt 2024.2.3

IsPrime、isPrime 2024.2.24

GetHighNum、getHighNum 2024.2.24

IsHas9、isHas9 2024.2.24

NumHas9、numHas9 2024.2.24

IsPalindrome、isPalindrome 2024.2.24

Gcd、gcd 2024.2.24(专题)

Lcm、lcm 2024.2.24(专题)

IsPrime2、isPrime 2024.2.24

GetPrime、getPrime 2024.2.24

Fenjie、fenjie 2024.2.24

Fenjie2、fenjie2 2024.2.24

GetFacs、getFacs 2024.2.24

GetMaxFacs、getMaxFacs 2024.2.24

GetDivisors、getDivisors 2024.2.24

FindNear、findNear 2024.2.24

IsSquareSum、isSquareSum 2024.2.24

GetPhi、getPhi 2024.2.24

GetFacsOfPhi、getFacsOfPhi 2024.2.24

GetOrder、getOrder 2024.2.24

FactorialDegree、FactorialDegree2 2024.2.24

FactorialFactorization、factorization 2024.2.24

MultiAdd、multiAdd 2024.2.3

MultiMulti、multiMulti 2024.2.3

MultiMultiAdd、multiMultiAdd 2024.2.3

MultiMatrix、multiMatrix 2024.2.3

DiscreteLog、discreteLog 2024.2.24

GetInverseNum、getInverseNum 2024.4.22

ComNum 2024.4.22

getComNum 2024.4.22

getFactorialNum 2024.4.22

getValueModp 2024.4.22

getAllValue 2024.4.22

InclusionExclusion、IECombina 2024.4.22(专题)

GetAllPermutation、getAllPermutation 2024.1.28

GetAllCombina、getAllCombina 2024.1.28

IntSplitA、intSplitA 2024.1.28

IntSplitC、intSplitC 2024.1.28

DeletNeiborSameData、deletNeiborSameData 2024.1.28

SortDeletAllSameData、sortDeletAllSameData 2024.1.28

DeletAllSameData、deletAllSameData 2024.1.28

GetSameData、getSameData 2024.1.28

GetInAnyData、getInAnyData 2024.1.28

GetAllSubsets、getAllSubsets 2024.1.28

DP_CoinCombine 2024.1.28

GetSingleId 2024.1.28

GetCombineId 2024.1.28


〇,博客搜索

csdn这两年的搜索功能大为改进,但还是不尽如人意,所以我写了个在我所有博客中搜索字符串的程序。

(1)搜索单个字符串

提取所有博客链接,再运行:

import urllib.request

def moveTail(str):
    index = str.find("阅读终点")
    return str[:index]

dst = "背包"
f = open('D:\\csdn.txt', 'r', encoding='utf-8')
for each in f:
    print(each)
    try:
        html = urllib.request.urlopen(each).read().decode('UTF-8')
        html = moveTail(html)
        if dst in html:
            print(dst + " in " + each)
    except:
        print("error " + each)

(2)搜索多个字符串

把搜索单个字符串改成同时搜索多个字符串,直接输出所有结果。

同时加入了过滤一些博客的功能。

import urllib.request


def moveTail(str):
    index = str.find("阅读终点")
    return str[:index]


def search(dstList, noSearch):
    f = open('D:\\csdn.txt', 'r', encoding='utf-8')
    for each in f:
        each = "https://blog.csdn.net/nameofcsdn/article/details/"+each
        url = each[:-1]
        if url not in noSearch:
            try:
                html = urllib.request.urlopen(url).read().decode('UTF-8')
                html = moveTail(html)
                for dst in dstList:
                    if dst in html:
                        print(dst + " in " + url)
            except:
                print("error " + url)


dstList = ["FvecJoin","join"]
simi = ['129733349','123062789','126922662','125382303','118210658','105898489','76010849']
noSearch = ["https://blog.csdn.net/nameofcsdn/article/details/133300943",
            "https://blog.csdn.net/nameofcsdn/article/details/132857972",
            "https://blog.csdn.net/nameofcsdn/article/details/131016301",
            "https://blog.csdn.net/nameofcsdn/article/details/128726406",
            "https://blog.csdn.net/nameofcsdn/article/details/131427563"]
for each in simi:
    noSearch.append("https://blog.csdn.net/nameofcsdn/article/details/"+each)
search(dstList, noSearch)

(3)算法模板调用分析

利用上面的搜索多个字符串程序,可以批量搜索出ACM模板中被调用的实例。

首先编辑搜索词条列表:

#include<stdio.h>
#include<stdlib.h> 
#include<string.h>

int main()
{
	string s(1001,'0');
	char* ch = s.data();
	freopen("D:/out.txt","w",stdout);
	while (gets_s(ch,1000)) {
		auto v = StringOpt::stringSplit(s, ' ');
		if(v.size()>1)cout <<'"'<< v[1] << '"'<<',' ;
	}
	return 0;
}

输入ACM模板中的代码文本,输出:

"OLD_PLATFORM","Print(x)","Read(x)","Join",......,"ReBuild"

再运行上面的搜索多个字符串程序,得到所有ACM模板的调用实例:

Union in https://blog.csdn.net/nameofcsdn/article/details/115123576

......

IntToStr in https://blog.csdn.net/nameofcsdn/article/details/113126834

一,模板一

Print Read 忽略

Frev、frev 2023.10.22

Frev in https://blog.csdn.net/nameofcsdn/article/details/112771904
力扣 1186. 删除一次得到子数组最大和
Frev in https://blog.csdn.net/nameofcsdn/article/details/113126834
力扣186. 翻转字符串里的单词 II
Frev in https://blog.csdn.net/nameofcsdn/article/details/128532493
力扣1814. 统计一个数组中好对子的数目
Frev in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 2584. 分割数组使乘积互质
frev in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 剑指 Offer 32 - III. 从上到下打印二叉树 III
frev in https://blog.csdn.net/nameofcsdn/article/details/123469934
力扣 89. 格雷编码
frev in https://blog.csdn.net/nameofcsdn/article/details/114459069
力扣 103. 二叉树的锯齿形层序遍历
Frev in https://blog.csdn.net/nameofcsdn/article/details/128584282
力扣 1664. 生成平衡数组的方案数
frev in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 剑指 Offer 06. 从尾到头打印链表
Frev in https://blog.csdn.net/nameofcsdn/article/details/113202911
力扣 LCR 181. 字符串中的单词反转 剑指 Offer 58 - I. 翻转单词顺序
frev in https://blog.csdn.net/nameofcsdn/article/details/113360679
模板内链
frev in https://blog.csdn.net/nameofcsdn/article/details/123384143
覆盖问题的特征压缩搜索

Foverturn、foverturn 2023.10.24

foverturn in https://blog.csdn.net/nameofcsdn/article/details/123384143
覆盖问题的特征压缩搜索
Foverturn in https://blog.csdn.net/nameofcsdn/article/details/116016266
力扣 764. 最大加号标志

Frotation、frotation 2023.10.24

frotation in https://blog.csdn.net/nameofcsdn/article/details/123384143
覆盖问题的特征压缩搜索

DeletAllX、deletAllX 2023.10.24

DeletAllX in https://blog.csdn.net/nameofcsdn/article/details/119833252
力扣 LCR 079. 所有子集

DeleteNeiborSame、deleteNeiborSame 待更新

GetDifNum、getDifNum 2023.10.25

暂无

Fcheng、fcheng 2023.10.26

Fcheng in https://blog.csdn.net/nameofcsdn/article/details/132541494
力扣 2611. 老鼠和奶酪
Fcheng in https://blog.csdn.net/nameofcsdn/article/details/113135858
力扣 1230. 抛掷硬币
fcheng in https://blog.csdn.net/nameofcsdn/article/details/113360679
模板副本

Fjia、fjia 2023.10.26

Fjia in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 167. 两数之和 II - 输入有序数组
fjia in https://blog.csdn.net/nameofcsdn/article/details/123469934
力扣 89. 格雷编码
fjia in https://blog.csdn.net/nameofcsdn/article/details/113360679
模板副本

SortEveryLine、sortEveryLine 2023.10.27

暂无

FirstInLeft、firstInLeft 2023.10.27

firstInLeft in https://blog.csdn.net/nameofcsdn/article/details/113360679
模板内链

Fminlef、fminlef 2023.10.27

Fminlef in https://blog.csdn.net/nameofcsdn/article/details/113360679
力扣 84. 柱状图中最大的矩形
力扣 2865. 美丽塔 I
力扣 2866. 美丽塔 II
fminlef in https://blog.csdn.net/nameofcsdn/article/details/113360679
Fminlef 力扣 907. 子数组的最小值之和

Fminlef2、fminlef2 2023.10.27

暂无

Fmaxlef、fmaxlef 2023.10.27

暂无

Fmaxlef2、fmaxlef2 2023.10.27

Fmaxlef2 in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 2818. 操作使得分最大

Fminrig、fminrig 2023.10.31

Fminrig in https://blog.csdn.net/nameofcsdn/article/details/113360679
力扣 84. 柱状图中最大的矩形
力扣 2865. 美丽塔 I
力扣 2866. 美丽塔 II

Fminrig2、fminrig2 2023.10.31

fminrig2 in https://blog.csdn.net/nameofcsdn/article/details/113360679
力扣 907. 子数组的最小值之和

Fmaxrig、fmaxrig 2023.10.31

Fmaxrig in https://blog.csdn.net/nameofcsdn/article/details/113132857
力扣 496. 下一个更大元素 I
力扣 503. 下一个更大元素 II
Fmaxrig in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 2818. 操作使得分最大

Fmaxrig2、fmaxrig2 2023.10.31

暂无

SplitAtHalf、splitAtHalf 2024.1.16

暂无

FvecJoin、fvecJoin 2023.10.22

FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/113124721
力扣 39. 组合总和
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/113131253
力扣 254. 因子的组合
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 1469. 寻找所有的独生节点
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 1235. 规划兼职工作
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/121430935
平铺楼梯区域
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/123469934
力扣 89. 格雷编码
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/107519401
货物运输算法
FvecJoin in https://blog.csdn.net/nameofcsdn/article/details/115283264
力扣 932. 漂亮数组

VecSplit、vecSplit 2023.11.12

暂无

LoopSplit、loopSplit 2023.11.12

LoopSplit in https://blog.csdn.net/nameofcsdn/article/details/103639622

力扣 1668. 最大重复子字符串

CrossChange、crossChange 2023.11.12

暂无

MergeVector、mergeVector 2023.11.12

MergeVector in https://blog.csdn.net/nameofcsdn/article/details/119833252
LCR 044. 二叉树每层的最大值

FoldJoin、foldJoin 2023.11.12

FoldJoin in https://blog.csdn.net/nameofcsdn/article/details/128796077
剑指 Offer 32 - I. 从上到下打印二叉树

SelfCopyJoin、selfCopyJoin 2023.11.12

暂无

Fshr、fshr 2023.11.20

Fshr in https://blog.csdn.net/nameofcsdn/article/details/115621916
力扣 809. 情感丰富的文字
Fshr in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 454. 四数相加 II
Fshr in https://blog.csdn.net/nameofcsdn/article/details/111320529
力扣 914. 卡牌分组
Fshr in https://blog.csdn.net/nameofcsdn/article/details/112751717
力扣 1054. 距离相等的条形码

Funshr、funshr 2023.11.20

Funshr in https://blog.csdn.net/nameofcsdn/article/details/112751717
力扣 1054. 距离相等的条形码

Fforeach、fforeach 2023.11.20

fforeach in https://blog.csdn.net/nameofcsdn/article/details/123384143
覆盖问题的特征压缩搜索

ChangeMeiJu、changeMeiJu 2023.11.20

暂无

SubMeiJu、subMeiJu 2023.11.20

SubMeiJu in https://blog.csdn.net/nameofcsdn/article/details/119833252
LCR 079. 所有子集
subMeiJu in https://blog.csdn.net/nameofcsdn/article/details/113131253
247. 中心对称数 II

ExpandWithId 、expandWithId 2023.11.20

expandWithId in https://blog.csdn.net/nameofcsdn/article/details/107216764
排序

SortWithId、sortWithId 2023.11.20

SortWithId in https://blog.csdn.net/nameofcsdn/article/details/107216764
力扣 1451. 重新排列句子中的单词

SortWithOrderMatch、sortWithOrderMatch 2024.4.21

暂无

SortId、sortId 2024.1.16

sortId in https://blog.csdn.net/nameofcsdn/article/details/130088889
数据变换
SortId in https://blog.csdn.net/nameofcsdn/article/details/128777752
力扣 2136. 全部开花的最早一天
SortId in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 2818. 操作使得分最大
SortId in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 1235. 规划兼职工作
sortId in https://blog.csdn.net/nameofcsdn/article/details/117620445
水排序谜题
SortId、sortId in https://blog.csdn.net/nameofcsdn/article/details/107216764
拓展排序
SortId in https://blog.csdn.net/nameofcsdn/article/details/115216141
力扣 2250. 统计包含每个点的矩形数目

SortId2、sortId2 2024.1.16

sortId2 in https://blog.csdn.net/nameofcsdn/article/details/130088889
数据变换
SortId2 in https://blog.csdn.net/nameofcsdn/article/details/115140781
剑指 Offer 51. 数组中的逆序对
sortId2 in https://blog.csdn.net/nameofcsdn/article/details/107216764
拓展排序
SortId2 in https://blog.csdn.net/nameofcsdn/article/details/115216141
力扣 2250. 统计包含每个点的矩形数目
sortId2 in https://blog.csdn.net/nameofcsdn/article/details/114281344
力扣 255. 验证前序遍历序列二叉搜索树

SortExtend、sortExtend 2024.1.16

sortExtend in https://blog.csdn.net/nameofcsdn/article/details/116172148
力扣 2809. 使数组和小于等于 x 的最少时间
SortExtend in https://blog.csdn.net/nameofcsdn/article/details/107216764
力扣 2512. 奖励最顶尖的 K 名学生

FindSum、findSum 2024.1.16

findSum in https://blog.csdn.net/nameofcsdn/article/details/107216764
拓展排序
FindSum in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 1. 两数之和
力扣 167. 两数之和 II - 输入有序数组
力扣 454. 四数相加 II

CmpVector、cmpVector 2023.11.10

暂无

SortVector、sortVector 2023.11.10

暂无

VecAdd、vecAdd 2024.1.16

vecAdd in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 1612. 检查两棵二叉表达式树是否等价
VecAdd in https://blog.csdn.net/nameofcsdn/article/details/113135858
力扣 1230. 抛掷硬币
VecAdd in https://blog.csdn.net/nameofcsdn/article/details/132541494
力扣 2611. 老鼠和奶酪

EverySum、everySum 2024.1.16

EverySum in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 454. 四数相加 II

VecIsSame、vecIsSame 2024.1.16

VecIsSame in https://blog.csdn.net/nameofcsdn/article/details/115269170
51Nod 1140 矩阵相乘结果的判断

DeleteSameLine、deleteSameLine 2024.1.16

暂无

HaveSameData、haveSameData 2024.1.16

暂无

DeleteLineWithSameDatas、deleteLineWithSameDatas 2024.1.16

DeleteLineWithSameDatas in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 1. 两数之和
力扣 167. 两数之和 II - 输入有序数组

VecConvolution、vecConvolution 2024.1.16

VecConvolution in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 185. 统计结果概率

InitLinkList、initLinkList 2024.1.18

暂无

OutLinkList、outLinkList 2024.1.18

暂无

LinkGetLength、linkGetLength 2024.1.18

LinkGetLength in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 171. 训练计划 V
LinkGetLength in https://blog.csdn.net/nameofcsdn/article/details/119833252
LCR 025. 链表中的两数相加
LinkGetLength in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 25. K 个一组翻转链表
力扣 143. 重排链表
力扣 234. 回文链表
LinkGetLength in https://blog.csdn.net/nameofcsdn/article/details/113362124
力扣 148. 排序链表
LinkGetLength in https://blog.csdn.net/nameofcsdn/article/details/113124721
61. 旋转链表

IsSameLinkList、isSameLinkList 2024.1.18

暂无

LinkReverse、linkReverse 2024.1.18

LinkReverse in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 141. 训练计划 III
LinkReverse in https://blog.csdn.net/nameofcsdn/article/details/119833252
LCR 025. 链表中的两数相加
LinkReverse in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 92. 反转链表 II
力扣 25. K 个一组翻转链表
力扣 143. 重排链表
力扣 234. 回文链表

GetKthFromEnd、getKthFromEnd 2024.1.18

getKthFromEnd in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 140. 训练计划 II

GetTail、getTail 2024.1.18

getTail in https://blog.csdn.net/nameofcsdn/article/details/113124721
力扣 61. 旋转链表

LinkSplit、linkSplit 2024.1.18

LinkSplit in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 25. K 个一组翻转链表
力扣 1669. 合并两个链表
linkSplit in https://blog.csdn.net/nameofcsdn/article/details/113124721
力扣 1669. 合并两个链表

LinkMerge、linkMerge 2024.1.18

LinkMerge in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 1669. 合并两个链表

MergeTwoLists、mergeTwoLists 2024.1.18

mergeTwoLists in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 143. 重排链表
剑指 Offer 25. 合并两个排序的链表

MergeTwoUpLists、mergeTwoUpLists 2024.1.18

mergeTwoUpLists in https://blog.csdn.net/nameofcsdn/article/details/79451442
剑指 Offer II 078. 合并排序链表
mergeTwoUpLists in https://blog.csdn.net/nameofcsdn/article/details/113362124
力扣 148. 排序链表

ListToVec、listToVec、VecToList、vecToList 2024.1.18

listToVec、vecToList in https://blog.csdn.net/nameofcsdn/article/details/79451442
力扣 2487. 从链表中移除节点

SortLinkList、sortLinkList 2024.1.19

暂无

GetAnyoneInCycle、getAnyoneInCycle 2024.1.19

getAnyoneInCycle in https://blog.csdn.net/nameofcsdn/article/details/115621916
力扣 142. 环形链表 II

GetCycleLen、getCycleLen 2024.1.19

getCycleLen in https://blog.csdn.net/nameofcsdn/article/details/115621916
力扣 142. 环形链表 II

GetFirstInCycle、getFirstInCycle 2024.1.19

暂无

GetSingleDeList、getSingleDeList 2024.1.19

暂无

MergeDelist、mergeDelist 2024.1.19

MergeDelist in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 155. 将二叉搜索树转化为排序的双向链表

GetLengthOfDeLL、getLengthOfDeLL 2024.1.19

暂无

VecGet、vecGet 2024.1.19

暂无

Finsert、finsert 2024.1.19

finsert in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 184. 设计自助结算系
Finsert in https://blog.csdn.net/nameofcsdn/article/details/113136863
1472. 设计浏览器历史记录

DelOnlyOne、delOnlyOne 2024.1.19

delOnlyOne in https://blog.csdn.net/nameofcsdn/article/details/124973123
1825. 求出 MK 平均值

DelEnd、delEnd 2024.1.19

DelEnd in https://blog.csdn.net/nameofcsdn/article/details/113360679
力扣 716. 最大栈

MinMaxStack、MinMaxStack2  2024.1.19

暂无

MinMaxQueue  2024.1.19

暂无

QueueWithNoSameData  2024.1.19

暂无

MonotonicStack  2024.1.19

暂无

MonotonicQueue  2024.1.19

MonotonicQueue in https://blog.csdn.net/nameofcsdn/article/details/113099390
背包
MonotonicQueue in https://blog.csdn.net/nameofcsdn/article/details/132566328
单调队列

Pack、PackDoubleVolume、PackGroup、PackGeneralize、PackDepend  2024.1.19(专题)

https://blog.csdn.net/nameofcsdn/article/details/113099390
背包问题大全

二,模板二

MaxDepth、maxDepth   2024.1.20

maxDepth in https://blog.csdn.net/nameofcsdn/article/details/114372257
力扣 110. 平衡二叉树
maxDepth in https://blog.csdn.net/nameofcsdn/article/details/114459069
力扣 剑指 Offer 55 - I. 二叉树的深度
力扣 1123. 最深叶节点的最近公共祖先

MinDepth、minDepth  2024.1.20

minDepth in https://blog.csdn.net/nameofcsdn/article/details/114459069
力扣 111. 二叉树的最小深度

PreorderTraversal、preorderTraversal  2024.1.20

preorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 144. 二叉树的前序遍历

PostorderTraversal、postorderTraversal  2024.1.20

postorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 145. 二叉树的后序遍历
postorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/114459069
力扣 366. 寻找二叉树的叶子节点
力扣 872. 叶子相似的树

InorderTraversal、inorderTraversal 2024.1.20

inorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 94. 二叉树的中序遍历
inorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/115319186
红黑树
inorderTraversal in https://blog.csdn.net/nameofcsdn/article/details/114281344
二叉搜索树

LevelOrderTraversal、levelOrderTraversal 2024.2.27(专题)

LevelOrderTraversal in https://blog.csdn.net/nameofcsdn/article/details/128796077
二叉树BFS

BuildTreePre、buildTreePre 2024.1.20

BuildTreePre in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 105. 从前序与中序遍历序列构造二叉树

BuildTreePost、buildTreePost  2024.1.20

BuildTreePost in https://blog.csdn.net/nameofcsdn/article/details/128796077
力扣 106. 从中序与后序遍历序列构造二叉树

CountNodes、countNodes  2024.1.20

CountNodes in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 174. 寻找二叉搜索树中的目标节点
countNodes in https://blog.csdn.net/nameofcsdn/article/details/114270725
力扣 222. 完全二叉树的节点个数

CopyTree、copyTree  2024.1.20

CopyTree in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 145. 判断对称二叉树

IsSameTree、isSameTree  2024.1.20

IsSameTree in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 145. 判断对称二叉树

InvertTree、invertTree  2024.1.20

InvertTree in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 145. 判断对称二叉树

TreeArray、TreeArray2D  2024.1.20(专题)

https://blog.csdn.net/nameofcsdn/article/details/115216141
树状数组

SegmentTreeBase、SegmentTreeTypeSum 、SegmentTree 2024.1.20(专题)

https://blog.csdn.net/nameofcsdn/article/details/115140781
线段树
SegmentTree in https://blog.csdn.net/nameofcsdn/article/details/132566328
剑指 Offer 59 - I. 滑动窗口的最大值

EdgesToMultiTree、edgesToMultiTree 2024.1.27

edgesToMultiTree in https://blog.csdn.net/nameofcsdn/article/details/122852661
力扣 2846. 边权重均等查询

TreeWithId 2024.1.20

TreeWithId in https://blog.csdn.net/nameofcsdn/article/details/122852661
LCA

RMQ、LCA 2024.1.20(专题)

https://blog.csdn.net/nameofcsdn/article/details/122852661
RMQ、LCA 
RMQ、LCA in https://blog.csdn.net/nameofcsdn/article/details/113136863
1483. 树节点的第 K 个祖先 
LCA in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 193. 二叉搜索树的最近公共祖先
LCR 194. 二叉树的最近公共祖先
LCA in https://blog.csdn.net/nameofcsdn/article/details/124973123
1644. 二叉树的最近公共祖先 II
1650. 二叉树的最近公共祖先 III
1676. 二叉树的最近公共祖先 IV

HungarianMaxMatch 2024.4.4

暂无

Union、UnionDif、Vunion 2024.1.20(专题)

https://blog.csdn.net/nameofcsdn/article/details/115123576
并查集
Union in https://blog.csdn.net/nameofcsdn/article/details/55048686
POJ 1386 Play on Words
Union in https://blog.csdn.net/nameofcsdn/article/details/128788885
305. 岛屿数量 II
1102. 得分最高的路径
1632. 矩阵转换后的秩
2316. 统计无向图中无法互相到达点对数
LCR 130. 衣橱整理
UnionDif in https://blog.csdn.net/nameofcsdn/article/details/128788885
2307. 检查方程中的矛盾之处
Vunion in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 1998. 数组的最大公因数排序
力扣 952. 按公因数计算最大组件大小
力扣 2709. 最大公约数遍历
Union in https://blog.csdn.net/nameofcsdn/article/details/128582335
对称之美
Union in https://blog.csdn.net/nameofcsdn/article/details/121004649
Kruskal
Union in https://blog.csdn.net/nameofcsdn/article/details/126678319
力扣 2127. 参加会议的最多员工数

DancingLink 2024.1.20(专题)

DancingLink in https://blog.csdn.net/nameofcsdn/article/details/132225150
十字交叉双向循环链表
DancingLink in https://blog.csdn.net/nameofcsdn/article/details/116000531
数独
DancingLink in https://blog.csdn.net/nameofcsdn/article/details/126653782
杀手数独

EdgesToBinaryTree、edgesToBinaryTree 2024.2.27

暂无

UndirectedEdgeToFatherList、undirectedEdgeToFatherList 2024.1.21

https://blog.csdn.net/nameofcsdn/article/details/126678850
力扣 1377. T 秒后青蛙的位置

HasUndirectedCircle、hasUndirectedCircle 2024.1.21

HasUndirectedCircle in https://blog.csdn.net/nameofcsdn/article/details/126678319
力扣 1559. 二维网格图中探测环

GetEdgeCover、getEdgeCover 2024.1.21

GetEdgeCover in https://blog.csdn.net/nameofcsdn/article/details/128582335
对称之美
getEdgeCover in https://blog.csdn.net/nameofcsdn/article/details/132225150
匹配问题

IsCompleteGraph、isCompleteGraph 2024.2.1

暂无

IsTwoDivGraph、isTwoDivGraph 2024.2.1

isTwoDivGraph in https://blog.csdn.net/nameofcsdn/article/details/135912687
二分图

KruskalMinCostTree、kruskalMinCostTree 2024.1.21

KruskalMinCostTree in https://blog.csdn.net/nameofcsdn/article/details/121004649
力扣 1135. 最低成本联通所有城市
力扣 1168. 水资源分配优化

PrimminCostTree、minCostConnectPoints 2024.1.21

暂无

ReverseGraph、reverseGraph 2024.1.21

暂无

GetLongestPath、getLongestPath 2024.1.21

GetLongestPath in https://blog.csdn.net/nameofcsdn/article/details/53134227
力扣 329. 矩阵中的最长递增路径

HasDirectedCircle、hasCircle 2024.1.21

HasDirectedCircle in https://blog.csdn.net/nameofcsdn/article/details/126678850
力扣 210. 课程表 II

DijskraShortestPath、BellmanFordShortestPath、SPFAShortestPath、shortestPath  2024.1.21(专题 )

https://blog.csdn.net/nameofcsdn/article/details/125795143
最短路

GetSubGraph、getSubGraph 2024.1.21

暂无

SemiConnectComponent、semiConnectComponent 2024.1.21

SemiConnectComponent in https://blog.csdn.net/nameofcsdn/article/details/126576375
半连通分量分割

ConnectComponent、connectComponent 2024.1.21

ConnectComponent in https://blog.csdn.net/nameofcsdn/article/details/126576375
Kosaraju算法,强连通分量分割
connectComponent in https://blog.csdn.net/nameofcsdn/article/details/126678850
有向图拓扑排序

TarjanUndirect 2024.1.21

暂无

TarjanStrongConnect 2024.1.21

TarjanStrongConnect in https://blog.csdn.net/nameofcsdn/article/details/126576375
Tarjan算法,强连通分量分割

TopoSortNoCircle、topoSortNoCircle 2024.1.21

topoSortNoCircle in https://blog.csdn.net/nameofcsdn/article/details/126678850
拓扑排序

TopoSort、topoSort 2024.1.21(专题)

https://blog.csdn.net/nameofcsdn/article/details/126678850
拓扑排序

GridGraph 2024.1.21

GridGraph in https://blog.csdn.net/nameofcsdn/article/details/113131253
力扣 317. 离建筑物最近的距离

Hierholzer 2024.1.21(专题)

https://blog.csdn.net/nameofcsdn/article/details/127483026
欧拉回路或链路

Hamilton 2024.1.21(专题)

https://blog.csdn.net/nameofcsdn/article/details/127515699
哈密顿回路或链路

ReBuild 2024.1.21

ReBuild in https://blog.csdn.net/nameofcsdn/article/details/125795143
力扣 499. 迷宫 III

三,模板三

Bsearch 2024.1.22(专题)

Bsearch in https://blog.csdn.net/nameofcsdn/article/details/111825915
二分法
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/127432490
611. 有效三角形的个数
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/128534740
力扣 1044. 最长重复子串​
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/111320529
力扣 2513. 最小化两个数组中的最大值
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/113135858
1011. 在 D 天内送达包裹的能力
1064. 不动点
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/132541494
2604. 吃掉所有谷子的最短时间
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/115403388
凸包
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/113360679
力扣 1124. 表现良好的最长时间段
Bsearch in https://blog.csdn.net/nameofcsdn/article/details/115530729
力扣 793. 阶乘函数后 K 个零

MinValue、minValue 2024.1.22

MinValue、minValue in https://blog.csdn.net/nameofcsdn/article/details/112343283
字典树
MinValue in https://blog.csdn.net/nameofcsdn/article/details/128534740
RabinKarp

ValueNum、valueNum 2024.1.22

ValueNum、valueNum in https://blog.csdn.net/nameofcsdn/article/details/112343283
字典树
ValueNum in https://blog.csdn.net/nameofcsdn/article/details/128534740
RabinKarp

Trie 2024.1.22(专题)

https://blog.csdn.net/nameofcsdn/article/details/112343283
字典树

StringSplit、stringSplit 2024.1.22

StringSplit in https://blog.csdn.net/nameofcsdn/article/details/55048686
POJ 1300 Door Man
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 181. 字符串中的单词反转
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/113135858
1181. 前后拼接
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/107216764
力扣 1451. 重新排列句子中的单词
力扣 2512. 奖励最顶尖的 K 名学生
stringSplit in https://blog.csdn.net/nameofcsdn/article/details/132541494
2788. 按分隔符拆分字符串
stringSplit in https://blog.csdn.net/nameofcsdn/article/details/134055714
力扣 297. 二叉树的序列化与反序列化
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/113131253
290. 单词规律
stringSplit in https://blog.csdn.net/nameofcsdn/article/details/113131253
297. 二叉树的序列化与反序列化
stringSplit in https://blog.csdn.net/nameofcsdn/article/details/113124721
58. 最后一个单词的长度
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/113126834
186. 翻转字符串里的单词 II
stringSplit in https://blog.csdn.net/nameofcsdn/article/details/113126834
165. 比较版本号
StringSplit in https://blog.csdn.net/nameofcsdn/article/details/128532493
1805. 字符串中不同整数的数目
1813. 句子相似性 III
2042. 检查句子中的数字是否递增

StringMatchSplit、stringMatchSplit 2024.1.22

StringMatchSplit in https://blog.csdn.net/nameofcsdn/article/details/128777752
2315. 统计星号

StringJoin、stringJoin 2024.1.22

StringJoin in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 181. 字符串中的单词反转
StringJoin in https://blog.csdn.net/nameofcsdn/article/details/113126834
186. 翻转字符串里的单词 II

CharToString、charToString  2024.1.27

CharToString in https://blog.csdn.net/nameofcsdn/article/details/113126834
186. 翻转字符串里的单词 II
CharToString in https://blog.csdn.net/nameofcsdn/article/details/128532493
1814. 统计一个数组中好对子的数目

StringToChar、stringToChar  2024.1.27

StringToChar in https://blog.csdn.net/nameofcsdn/article/details/113126834
186. 翻转字符串里的单词 II
StringToChar in https://blog.csdn.net/nameofcsdn/article/details/128532493
1814. 统计一个数组中好对子的数目
2042. 检查句子中的数字是否递增

StringToCharVec、stringToCharVec  2024.1.27

StringToCharVec in https://blog.csdn.net/nameofcsdn/article/details/113126834
186. 翻转字符串里的单词 II
StringToCharVec in https://blog.csdn.net/nameofcsdn/article/details/128532493
1814. 统计一个数组中好对子的数目

GetSameSubStr、getSameSubStr 2024.1.28

暂无

GetlongestDupSubstring、getlongestDupSubstring 2024.1.28

暂无

KMP 2024.1.28

https://blog.csdn.net/nameofcsdn/article/details/103639622
KMP

OrderMatch 2024.1.28

OrderMatch in https://blog.csdn.net/nameofcsdn/article/details/103639622
偏序匹配

Slope、slope 2024.1.28

Slope、slope in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

PointDistance、pointDistance 2024.1.28

暂无

InCircle、inCircle 2024.1.28

InCircle in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

IsParallels、isParallels 2024.3.26

IsParallels in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何
isParallels in https://blog.csdn.net/nameofcsdn/article/details/109549460
欧几里得几何

IsSameLine、isSameLine 2024.3.26

IsSameLine in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

IntersectionLineAndLine、intersectionLineAndLine 2024.3.26

IntersectionLineAndLine in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

PointInSegment、pointInSegment 2024.3.26

PointInSegment in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

IsSameSide、isSameSide 2024.4.4

暂无

IsPointInLine、isPointInLine 2024.4.4

暂无

GetPosStatus、getPosStatus 2024.4.4

GetPosStatus in https://blog.csdn.net/nameofcsdn/article/details/115403388
计算几何

Andrew 2024.1.28

Andrew in https://blog.csdn.net/nameofcsdn/article/details/130956203
黑暗爆炸 - 4709 柠檬

MinMaxWithSlope、minMaxWithSlope 2024.1.28

MinMaxWithSlope in https://blog.csdn.net/nameofcsdn/article/details/130956203
黑暗爆炸 - 4709 柠檬

UpperType 2024.1.28

暂无

VecTrans、vecTrans 2024.1.28

暂无

MapTrans、mapTrans 2024.1.28

MapTrans in https://blog.csdn.net/nameofcsdn/article/details/132225150
满覆盖杀手数独

MapTransToVec、mapTransToVec 2024.1.28

暂无

MapToPairs、mapToPairs 2024.1.28

暂无

DrawFirst、drawFirst 2024.1.28

DrawFirst in https://blog.csdn.net/nameofcsdn/article/details/107216764
力扣 1451. 重新排列句子中的单词
DrawFirst in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 454. 四数相加 II

DrawSecond、drawSecond 2024.1.28

DrawSecond in https://blog.csdn.net/nameofcsdn/article/details/111825915
力扣 454. 四数相加 II

GetMapFirst、getMapFirst 2024.1.28

暂无

GetMapSecond、getMapSecond 2024.1.28

GetMapSecond in https://blog.csdn.net/nameofcsdn/article/details/132225150
分组定和数字搜索算法

StackToVec、stackToVec 2024.1.28

StackToVec in https://blog.csdn.net/nameofcsdn/article/details/111320529
力扣 2197. 替换数组中的非互质数

QueToVec、queToVec 2024.1.28

queToVec in https://blog.csdn.net/nameofcsdn/article/details/124973123
1825. 求出 MK 平均值

VecToArr、vecToArr 2024.1.28

vecToArr in https://blog.csdn.net/nameofcsdn/article/details/114464273
力扣 215. 数组中的第K个最大元素

GetNumFromId、getNumFromId 2024.1.28

GetNumFromId in https://blog.csdn.net/nameofcsdn/article/details/113132857
496. 下一个更大元素 I
503. 下一个更大元素 II
GetNumFromId in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 1235. 规划兼职工作
GetNumFromId in https://blog.csdn.net/nameofcsdn/article/details/132225150
匹配问题

VectorToMap、vectorToMap 2024.1.28

VectorToMap in https://blog.csdn.net/nameofcsdn/article/details/113132857
496. 下一个更大元素 I

VmToVector、vmToVector 2024.1.28

VmToVector in https://blog.csdn.net/nameofcsdn/article/details/113132857
496. 下一个更大元素 I

GetMultiOpt、getMultiOpt 2024.1.28

暂无

GetVecMax、getVecMax 2024.1.28

GetVecMax in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 644. 子数组最大平均数 II

GetVecMax2、getVecMax2 2024.1.28

暂无

GetVecMin、getVecMin 2024.1.28

GetVecMin in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 644. 子数组最大平均数 II

GetVecMin2、getVecMin2 2024.1.28

暂无

GetVecSum、getVecSum 2024.1.28

GetVecSum in https://blog.csdn.net/nameofcsdn/article/details/124973123
1785. 构成特定和需要添加的最少元素
GetVecSum in https://blog.csdn.net/nameofcsdn/article/details/116016266
力扣 805. 数组的均值分割
GetVecSum in https://blog.csdn.net/nameofcsdn/article/details/128532493
1662. 检查两个字符串数组是否相等

TransSum、transSum 2024.1.28

暂无

NumInVec2D、numInVec2D 2024.1.28

NumInVec2D in https://blog.csdn.net/nameofcsdn/article/details/132225150
分组定和数字搜索算法

ArrayDP 2024.2.3

ArrayDP in https://blog.csdn.net/nameofcsdn/article/details/112771904
数列DP

DP_LengthOfLIS 2024.1.28

DP_LengthOfLIS in https://blog.csdn.net/nameofcsdn/article/details/112771904
最长上升子序列

DP_lengthOfEqualDif 2024.1.28

暂无

MaxSubArrayFromEver、maxSubArrayFromEver 2024.1.28

MaxSubArrayFromEver in https://blog.csdn.net/nameofcsdn/article/details/112771904
力扣 1186. 删除一次得到子数组最大和
maxSubArrayFromEver in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 644. 子数组最大平均数 II

MaxSubArray、maxSubArray 2024.1.28

maxSubArray in https://blog.csdn.net/nameofcsdn/article/details/112771904
力扣 剑指 Offer 42. 连续子数组的最大和
MaxSubArray in https://blog.csdn.net/nameofcsdn/article/details/103639622
力扣 1668. 最大重复子字符串

四,模板四

MinSumLen、minSumLen 2024.1.28

MinSumLen in https://blog.csdn.net/nameofcsdn/article/details/113131253
力扣 296. 最佳的碰头地点

EverSumLen、everSumLen 2024.1.28

EverSumLen in https://blog.csdn.net/nameofcsdn/article/details/113131253
317. 离建筑物最近的距离

CloseInterval 2024.1.28

CloseInterval in https://blog.csdn.net/nameofcsdn/article/details/113135858
1272. 删除区间
CloseInterval in https://blog.csdn.net/nameofcsdn/article/details/113124721
56. 合并区间

GetLowBit、getLowBit 2024.2.1

getLowBit in https://blog.csdn.net/nameofcsdn/article/details/127991237
二进制最低位

GetHighBit、getHighBit 2024.2.1

getHighBit in https://blog.csdn.net/nameofcsdn/article/details/127991237
二进制最高位

IsPowerOf2、isPowerOf2 2024.2.1

isPowerOf2 in https://blog.csdn.net/nameofcsdn/article/details/127991237
是否是2的幂

GetBitLength、getBitLength 2024.2.1

getBitLength in https://blog.csdn.net/nameofcsdn/article/details/127991237
二进制总位数
GetBitLength in https://blog.csdn.net/nameofcsdn/article/details/122852661
力扣 2509. 查询树中环的长度
POJ 3264 Balanced Lineup
GetBitLength in https://blog.csdn.net/nameofcsdn/article/details/114270725
力扣 919. 完全二叉树插入器

FgetNum1、getNum1 2024.2.3

FgetNum1 in https://blog.csdn.net/nameofcsdn/article/details/127991237
力扣 2749. 得到整数零需要执行的最少操作数
力扣 2859. 计算 K 置位下标对应元素的和

FgetNum0、getNum0 2024.2.3

getNum0 in https://blog.csdn.net/nameofcsdn/article/details/127991237
二进制和位运算

GetReverseNum、getReverseNum  2024.2.3

getReverseNum in https://blog.csdn.net/nameofcsdn/article/details/127991237
力扣 476. 数字的补数
力扣 1009. 十进制整数的反码

AllExceptOneMin 2024.4.21

暂无

AllExceptOneOr

暂无

GetSingleA、SingleA 2024.2.3

SingleA in https://blog.csdn.net/nameofcsdn/article/details/115529705
筛法
SingleA in https://blog.csdn.net/nameofcsdn/article/details/113823423
单例模式
SingleA in https://blog.csdn.net/nameofcsdn/article/details/115611101
因式分解
GetSingleA in https://blog.csdn.net/nameofcsdn/article/details/115530729
阶乘的因式分解

NumInRadix、numInRadix 2024.2.3

NumInRadix in https://blog.csdn.net/nameofcsdn/article/details/113135858
1134. 阿姆斯特朗数

IntToStr、intToStr 2024.2.3

IntToStr in https://blog.csdn.net/nameofcsdn/article/details/113132857
556. 下一个更大元素 III 
intToStr in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 164. 破解闯关密码
intToStr in https://blog.csdn.net/nameofcsdn/article/details/115707921
力扣 2815. 数组中的最大数对和
IntToStr in https://blog.csdn.net/nameofcsdn/article/details/113135858
1056. 易混淆数
1256. 加密数字
1271. 十六进制魔术数字
IntToStr in https://blog.csdn.net/nameofcsdn/article/details/115708334
力扣 483. 最小好进制
IntToStr in https://blog.csdn.net/nameofcsdn/article/details/128532493
1814. 统计一个数组中好对子的数目
intToStr in https://blog.csdn.net/nameofcsdn/article/details/127432490
670. 最大交换
IntToStr in https://blog.csdn.net/nameofcsdn/article/details/113126834
163. 缺失的区间

StrToInt、strToInt 2024.2.3

StrToInt in https://blog.csdn.net/nameofcsdn/article/details/113132857
556. 下一个更大元素 III 
strToInt in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 192. 把字符串转换成整数 (atoi)
strToInt in https://blog.csdn.net/nameofcsdn/article/details/113135858
1271. 十六进制魔术数字
StrToInt in https://blog.csdn.net/nameofcsdn/article/details/115708334
力扣 483. 最小好进制
StrToInt in https://blog.csdn.net/nameofcsdn/article/details/128532493
1814. 统计一个数组中好对子的数目
2042. 检查句子中的数字是否递增
2496. 数组中字符串的最大值
strToInt in https://blog.csdn.net/nameofcsdn/article/details/127432490
670. 最大交换
StrToInt in https://blog.csdn.net/nameofcsdn/article/details/113126834
150. 逆波兰表达式求值
165. 比较版本号
StrToInt in https://blog.csdn.net/nameofcsdn/article/details/115095135
面试题 05.04. 下一个数
strToInt in https://blog.csdn.net/nameofcsdn/article/details/55048686
POJ 1300 Door Man 

IsPrime、isPrime 2024.2.24

IsPrime、isPrime in https://blog.csdn.net/nameofcsdn/article/details/115611101
素数检测

GetHighNum、getHighNum 2024.2.24

暂无

IsHas9、isHas9 2024.2.24

暂无

NumHas9、numHas9 2024.2.24

has9 in https://blog.csdn.net/nameofcsdn/article/details/113071516
力扣 660. 移除 9

IsPalindrome、isPalindrome 2024.2.24

isPalindrome in https://blog.csdn.net/nameofcsdn/article/details/115529705
力扣 866. 回文素数
isPalindrome in https://blog.csdn.net/nameofcsdn/article/details/113124721
9. 回文数

Gcd、gcd 2024.2.24(专题)

Gcd、gcd in https://blog.csdn.net/nameofcsdn/article/details/111320529
欧几里得算法
Gcd in https://blog.csdn.net/nameofcsdn/article/details/113072863
力扣 1799. N 次操作后的最大分数和
gcd in https://blog.csdn.net/nameofcsdn/article/details/125765908
力扣 365. 水壶问题
gcd in https://blog.csdn.net/nameofcsdn/article/details/114178913
HDU 1717 小数化分数2
gcd in https://blog.csdn.net/nameofcsdn/article/details/115528914
POJ 3090、ZOJ 2777、UVALive 3571 Visible Lattice Points
gcd in https://blog.csdn.net/nameofcsdn/article/details/115763188
POJ 2891 Strange Way to Express Integers
gcd in https://blog.csdn.net/nameofcsdn/article/details/115451497
斐波那契数列
gcd in https://blog.csdn.net/nameofcsdn/article/details/115707921
CSU 1704 LCM
Gcd、gcd in https://blog.csdn.net/nameofcsdn/article/details/132113641
裴蜀定理
gcd in https://blog.csdn.net/nameofcsdn/article/details/113549356
理想
gcd in https://blog.csdn.net/nameofcsdn/article/details/112448779
置换算法
gcd in https://blog.csdn.net/nameofcsdn/article/details/115460734
数论
gcd in https://blog.csdn.net/nameofcsdn/article/details/115729591
积性函数、莫比乌斯反演
gcd in https://blog.csdn.net/nameofcsdn/article/details/115553824
逆元
Gcd in https://blog.csdn.net/nameofcsdn/article/details/115529705
素数筛法
gcd in https://blog.csdn.net/nameofcsdn/article/details/116149256
Pollard‘s rho大数分解算法
gcd in https://blog.csdn.net/nameofcsdn/article/details/128887373
数阵迷踪
gcd in https://blog.csdn.net/nameofcsdn/article/details/113070354
力扣 1766. 互质树
gcd in https://blog.csdn.net/nameofcsdn/article/details/115913678
UVA 10325 The Lottery
Gcd in https://blog.csdn.net/nameofcsdn/article/details/115403388
力扣 149. 直线上最多的点数
gcd in https://blog.csdn.net/nameofcsdn/article/details/115922107
CSU 1799 小Z的黑白棋
gcd in https://blog.csdn.net/nameofcsdn/article/details/115728473

Gcd、gcd in https://blog.csdn.net/nameofcsdn/article/details/115611101
素数检测、因式分解

Lcm、lcm 2024.2.24(专题)

Lcm、lcm in https://blog.csdn.net/nameofcsdn/article/details/111320529
欧几里得算法

lcm in https://blog.csdn.net/nameofcsdn/article/details/115451497
HDU 3977 Evil teacher
lcm in https://blog.csdn.net/nameofcsdn/article/details/115460734
数论
lcm in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 LCP 14. 切分数组

IsPrime2、isPrime 2024.2.24

isPrime in https://blog.csdn.net/nameofcsdn/article/details/115529705
素数筛法

GetPrime、getPrime 2024.2.24

GetPrime、getPrime in https://blog.csdn.net/nameofcsdn/article/details/115529705
素数筛法
GetPrime in https://blog.csdn.net/nameofcsdn/article/details/132053407
力扣 1175. 质数排列
getPrime in https://blog.csdn.net/nameofcsdn/article/details/115530729
阶乘的素因子分解
GetPrime、getPrime in https://blog.csdn.net/nameofcsdn/article/details/115611101
素数检测、因式分解

Fenjie、fenjie 2024.2.24

Fenjie in https://blog.csdn.net/nameofcsdn/article/details/115621633
力扣 1735. 生成乘积数组的方案数
Fenjie in https://blog.csdn.net/nameofcsdn/article/details/115729591
力扣 2338. 统计理想数组的数目
fenjie in https://blog.csdn.net/nameofcsdn/article/details/115530729
阶乘
Fenjie、fenjie in https://blog.csdn.net/nameofcsdn/article/details/115611101
因式分解

Fenjie2、fenjie2 2024.2.24

Fenjie2 in https://blog.csdn.net/nameofcsdn/article/details/115729591
力扣 2338. 统计理想数组的数目

GetFacs、getFacs 2024.2.24

getFacs in https://blog.csdn.net/nameofcsdn/article/details/115728473

GetFacs in https://blog.csdn.net/nameofcsdn/article/details/130956203
力扣 LCP 14. 切分数组
GetFacs in https://blog.csdn.net/nameofcsdn/article/details/115611101
因式分解

GetMaxFacs、getMaxFacs 2024.2.24

暂无

GetDivisors、getDivisors 2024.2.24

GetDivisors in https://blog.csdn.net/nameofcsdn/article/details/115729591
力扣 2338. 统计理想数组的数目
GetDivisors in https://blog.csdn.net/nameofcsdn/article/details/115529705
力扣 1819. 序列中不同最大公约数的数目
GetDivisors in https://blog.csdn.net/nameofcsdn/article/details/115611101
素数检测、因式分解

FindNear、findNear 2024.2.24

暂无

IsSquareSum、isSquareSum 2024.2.24

isSquareSum in https://blog.csdn.net/nameofcsdn/article/details/115706882
力扣 633. 平方数之和

GetPhi、getPhi 2024.2.24

GetPhi in https://blog.csdn.net/nameofcsdn/article/details/116059802
离散对数求解、BSGS算法
getPhi in https://blog.csdn.net/nameofcsdn/article/details/115528914
欧拉φ函数
getPhi in https://blog.csdn.net/nameofcsdn/article/details/115728473

GetFacsOfPhi、getFacsOfPhi 2024.2.24

暂无

GetOrder、getOrder 2024.2.24

GetOrder in https://blog.csdn.net/nameofcsdn/article/details/116059802
离散对数求解、BSGS算法
GetOrder、getOrder in https://blog.csdn.net/nameofcsdn/article/details/115728473

FactorialDegree、FactorialDegree2 2024.2.24

FactorialDegree、FactorialDegree2 in https://blog.csdn.net/nameofcsdn/article/details/115530729
阶乘

FactorialFactorization、factorization 2024.2.24

FactorialFactorization、factorization in https://blog.csdn.net/nameofcsdn/article/details/115530729
阶乘

MultiAdd、multiAdd 2024.2.3

multiAdd in https://blog.csdn.net/nameofcsdn/article/details/111058750
快速乘法
MultiAdd in https://blog.csdn.net/nameofcsdn/article/details/111320529
力扣 878. 第 N 个神奇数字
multiAdd in https://blog.csdn.net/nameofcsdn/article/details/116149256
Pollard‘s rho大数分解算法

MultiMulti、multiMulti 2024.2.3

multiMulti in https://blog.csdn.net/nameofcsdn/article/details/113202911
LCR 134. Pow(x, n) 
MultiMulti in https://blog.csdn.net/nameofcsdn/article/details/116059802
BSGS算法
multiMulti in https://blog.csdn.net/nameofcsdn/article/details/115728473

MultiMulti in https://blog.csdn.net/nameofcsdn/article/details/115611101
力扣 2818. 操作使得分最大
multiMulti in https://blog.csdn.net/nameofcsdn/article/details/111058750
快速幂

MultiMultiAdd、multiMultiAdd 2024.2.3

暂无

MultiMatrix、multiMatrix 2024.2.3

暂无

DiscreteLog、discreteLog 2024.2.24

DiscreteLog、discreteLog in https://blog.csdn.net/nameofcsdn/article/details/116059802
离散对数求解、BSGS算法

GetInverseNum、getInverseNum 2024.4.22

暂无

ComNum 2024.4.22

ComNum in https://blog.csdn.net/nameofcsdn/article/details/132053407
组合数
ComNum in https://blog.csdn.net/nameofcsdn/article/details/115621633
组合数
ComNum in https://blog.csdn.net/nameofcsdn/article/details/115913678
组合数
ComNum in https://blog.csdn.net/nameofcsdn/article/details/115922267
组合数

getComNum 2024.4.22

暂无

getFactorialNum 2024.4.22

暂无

getValueModp 2024.4.22

暂无

getAllValue 2024.4.22

getAllValue in https://blog.csdn.net/nameofcsdn/article/details/115922267
力扣 2221. 数组的三角和

InclusionExclusion、IECombina 2024.4.22(专题)

InclusionExclusion in https://blog.csdn.net/nameofcsdn/article/details/115913678
容斥原理
IECombina in https://blog.csdn.net/nameofcsdn/article/details/115913678
容斥原理

GetAllPermutation、getAllPermutation 2024.1.28

GetAllPermutation in https://blog.csdn.net/nameofcsdn/article/details/113131253
力扣 351. 安卓系统手势解锁
力扣 267. 回文排列 II

GetAllCombina、getAllCombina 2024.1.28

GetAllCombina in https://blog.csdn.net/nameofcsdn/article/details/115922267
力扣 77. 组合

IntSplitA、intSplitA 2024.1.28

IntSplitA in https://blog.csdn.net/nameofcsdn/article/details/132225150
满覆盖杀手数独

IntSplitC、intSplitC 2024.1.28

暂无

DeletNeiborSameData、deletNeiborSameData 2024.1.28

暂无

SortDeletAllSameData、sortDeletAllSameData 2024.1.28

暂无

DeletAllSameData、deletAllSameData 2024.1.28

暂无

GetSameData、getSameData 2024.1.28

GetSameData in https://blog.csdn.net/nameofcsdn/article/details/128777752
2032. 至少在两个数组中出现的值
GetSameData in https://blog.csdn.net/nameofcsdn/article/details/128584282
1213. 三个有序数组的交集

GetInAnyData、getInAnyData 2024.1.28

GetInAnyData in https://blog.csdn.net/nameofcsdn/article/details/128777752
2032. 至少在两个数组中出现的值

GetAllSubsets、getAllSubsets 2024.1.28

GetAllSubsets in https://blog.csdn.net/nameofcsdn/article/details/115922267
力扣 78. 子集
力扣 90. 子集 II

DP_CoinCombine 2024.1.28

DP_CoinCombine in https://blog.csdn.net/nameofcsdn/article/details/115095135
面试题 08.11. 硬币

GetSingleId 2024.1.28

GetSingleId in https://blog.csdn.net/nameofcsdn/article/details/128788885
2307. 检查方程中的矛盾之处
GetSingleId in https://blog.csdn.net/nameofcsdn/article/details/128245325
交换公式自动推导

GetCombineId 2024.1.28

GetCombineId in https://blog.csdn.net/nameofcsdn/article/details/128245325
交换公式自动推导

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值