-
Notifications
You must be signed in to change notification settings - Fork 0
/
prefix.txt
102 lines (102 loc) · 3.11 KB
/
prefix.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
"for",
"forr",
"while",
"if",
"else",
"else if",
"enum",
"#ifdef",
"#ifndef",
"#if",
"struct",
"switch",
"union",
"#inc",
"#inc<",
"#def",
"#def",
"arrBubblesort",
"数组冒泡排序",
"arrFindminarr",
"数组查找数组最小值",
"arrSelectionSort",
"数组选择排序",
"arrQuickSort",
"数组快速排序",
"arrfindDuplicates",
"数组查找重复元素",
"arrFindMaxAndMin",
"数组查找最大值和最小值",
"arrMergeSortedArrays",
"数组合并两个有序数组",
"arrCountElement",
"数组计数元素出现次数",
"arrElemSum",
"数组求和",
"arrCalculateMedian",
"数组查找中位数",
"runStateMachine",
"状态机",
"listRemoveNthFromEnd",
"链表删除倒数第N个节点",
"reverseBits",
"位反转uint32",
"hammingWeight",
"求二进制1的个数",
"isValidBrackets",
"检查括号配对",
"bitwiseAnd",
"位与",
"listRemoveValElements",
"链表删除给定值",
"listReverseList",
"链表反转",
"arrUniqueOccurrences",
"数组元素是否唯一",
"arrMaxSubarray",
"数组最大子数组和",
"strIsPalindrome",
"字符串回文判断",
"strRomanToInt",
"字符串罗马数字转int",
"arrSingleNumber",
"数组只出现一次的数",
"listDetectCycle",
"链表存在环",
"arr2divideFindMin",
"数组二分法查找最小值",
"arrThreeSumClosest",
"数组最接近目标的值",
"performFFT",
"傅里叶变换",
"KalmanFilter",
"卡尔曼滤波器",
"arrMajorityElement",
"数组多数投票算法",
"arrMaximumUniqueSubarray",
"数组查找数组中的具有最大唯一元素和的子数组",
"strHalvesAreAlike",
"字符串前半部分和后半部分是否包含相同数量的元素",
"bSTIterator",
"二叉搜索树迭代升序遍历",
"algoMaxIceCream",
"算法贪心算法",
"arrContainsDuplicate",
"数组是否包含重复元素",
"algoMaximumBags",
"算法背包的容量限制",
"algominPathCost",
"算法最短路径成本",
"algoisPowerOfTwo",
"算法是否是2的幂",
"isAnagram",
"算法字母异位词",
"arrRemoveDuplicates",
"数组删除重复元素",
"arrRemoveElement",
"数组删除元素",
"strFindSubStr",
"/* fills overlap with longest proper prefix which is also suffix for each index",
"字符串查找字串",
"/* fills overlap with longest proper prefix which is also suffix for each index",
"switch",