Skip to content

Commit ecb2cd9

Browse files
committed
Update README.markdown
1 parent fee46a0 commit ecb2cd9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.markdown

+17-17
Original file line numberDiff line numberDiff line change
@@ -81,30 +81,30 @@
8181

8282
- [冒泡排序](Bubble Sort/)
8383

84-
### Compression
84+
### 压缩算法
8585

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/)。将常见的元素使用更小的单位存储。
8888

89-
### Miscellaneous
89+
### 杂项
9090

91-
- [Shuffle](Shuffle/). Randomly rearranges the contents of an array.
91+
- [搅乱算法](Shuffle/)。随机搅乱数组中的内容。
9292

93-
### Mathematics
93+
### 数学向算法
9494

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+
- 统计算法
9999

100-
### Machine learning
100+
### 机器学习
101101

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+
- 网页排名算法
108108

109109
## Data structures
110110

0 commit comments

Comments
 (0)