Browse Source

Merge pull request #11 from sqrthree/master

更新目录
antonia0912 8 năm trước cách đây
mục cha
commit
a662ceacf3
1 tập tin đã thay đổi với 16 bổ sung16 xóa
  1. 16 16
      README-cn.md

+ 16 - 16
README-cn.md

@@ -98,14 +98,14 @@
     - [跳表](#跳表)
     - [网络流](#网络流)
     - [不相交集 & 联合查找](#不相交集--联合查找)
-    - [Math for Fast Processing](#math-for-fast-processing)
-    - [Treap](#treap)
-    - [Linear Programming](#linear-programming)
-    - [Geometry, Convex hull](#geometry-convex-hull)
-    - [Discrete math](#discrete-math)
-    - [Machine Learning](#machine-learning)
-    - [Go](#go)
-- [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
+    - [快速处理数学](#math-for-fast-processing)
+    - [树堆 (Treap)](#树堆-treap)
+    - [线性规划](#线性规划linear-programming视频)
+    - [几何:凸包(Geometry, Convex hull](#几何凸包geometry-convex-hull视频)
+    - [离散数学](#离散数学)
+    - [机器学习](#机器学习machine-learning)
+    - [Go 语言](#go-语言)
+- [一些主题的额外内容](#一些主题的额外内容)
 - [视频系列](#视频系列)
 - [计算机科学课程](#计算机科学课程)
 
@@ -1502,15 +1502,15 @@
         - [ ] [路径压缩](https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression)
         - [ ] [分析选项](https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional)
 
-- ### Math for Fast Processing
-    - [ ] [Integer Arithmetic, Karatsuba Multiplication (video)](https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
-    - [ ] [The Chinese Remainder Theorem (used in cryptography) (video)](https://www.youtube.com/watch?v=ru7mWZJlRQg)
+- ### 快速处理数学
+    - [ ] [整数运算, Karatsuba 乘法 (视频)](https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)
+    - [ ] [中国剩余定理 (在密码学中的使用) (视频)](https://www.youtube.com/watch?v=ru7mWZJlRQg)
 
-- ### Treap
-    - Combination of a binary search tree and a heap
-    - [ ] [Treap](https://en.wikipedia.org/wiki/Treap)
-    - [ ] [Data Structures: Treaps explained (video)](https://www.youtube.com/watch?v=6podLUYinH8)
-    - [ ] [Applications in set operations](https://www.cs.cmu.edu/~scandal/papers/treaps-spaa98.pdf)
+- ### 树堆 (Treap)
+    - 一个二叉搜索树和一个堆的组合
+    - [ ] [树堆](https://en.wikipedia.org/wiki/Treap)
+    - [ ] [数据结构:树堆的讲解(video)](https://www.youtube.com/watch?v=6podLUYinH8)
+    - [ ] [集合操作的应用(Applications in set operations)](https://www.cs.cmu.edu/~scandal/papers/treaps-spaa98.pdf)
 
 - ### 线性规划(Linear Programming)(视频)
     - [ ] [线性规划](https://www.youtube.com/watch?v=M4K6HYLHREQ)