File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 81
81
82
82
- [ 冒泡排序] (Bubble Sort/)
83
83
84
- ### Compression
84
+ ### 压缩算法
85
85
86
- - [ Run-Length Encoding (RLE)] (Run-Length Encoding/). Store repeated values as a single byte and a count.
87
- - [ Huffman Coding ] (Huffman Coding/). Store more common elements using a smaller number of bits.
86
+ - [ 变动长度编码法 (RLE)] (Run-Length Encoding/)。将重复的值存储为一个单字节及其计数。
87
+ - [ 哈夫曼编码 ] (Huffman Coding/)。将常见的元素使用更小的单位存储。
88
88
89
- ### Miscellaneous
89
+ ### 杂项
90
90
91
- - [ Shuffle ] ( Shuffle/ ) . Randomly rearranges the contents of an array.
91
+ - [ 搅乱算法 ] ( Shuffle/ ) 。随机搅乱数组中的内容。
92
92
93
- ### Mathematics
93
+ ### 数学向算法
94
94
95
- - [ Greatest Common Divisor (GCD)] ( GCD/ ) . Special bonus: the least common multiple.
96
- - [ Permutations and Combinations ] ( Combinatorics/ ) . Get your combinatorics on!
97
- - [ Shunting Yard Algorithm ] (Shunting Yard/). Convert infix expressions to postfix.
98
- - Statistics
95
+ - [ 最大公约数算法 (GCD)] ( GCD/ ) 。特殊福利:最小公倍数算法。
96
+ - [ 排列组合算法 ] ( Combinatorics/ ) 。还记得高中学过俄组合数学吗?
97
+ - [ 调度场算法 ] (Shunting Yard/)。用于将中缀表达式转换为后缀表达式的经典算法。
98
+ - 统计算法
99
99
100
- ### Machine learning
100
+ ### 机器学习
101
101
102
- - [ k-Means Clustering ] ( K-Means/ ) . Unsupervised classifier that partitions data into * k * clusters.
103
- - k-Nearest Neighbors
104
- - Linear Regression
105
- - Logistic Regression
106
- - Neural Networks
107
- - PageRank
102
+ - [ k-Means 聚类算法 ] ( K-Means/ ) 。无监督的分类器,将数据聚类为 K 个簇。
103
+ - K-近邻算法
104
+ - 线性回归
105
+ - 逻辑回归
106
+ - 神经网络
107
+ - 网页排名算法
108
108
109
109
## Data structures
110
110
You can’t perform that action at this time.
0 commit comments