Renamed integer arithmetic section to "Math for Fast Processing" and added Chinese Remainder Theorem.

This commit is contained in:
John Washam 2016-09-25 10:37:28 -07:00
parent 67400c7cd9
commit 882662cf63

View File

@ -1444,8 +1444,9 @@ Some of mine (I already may know answer to but want their opinion or team perspe
- [x] https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression - [x] https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression
- [x] https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional - [x] https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional
- [x] **Integer Arithmetic, Karatsuba Multiplication:** - [x] **Math for Fast Processing**
- [x] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb - [x] Integer Arithmetic, Karatsuba Multiplication: https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb
- [x] The Chinese Remainder Theorem (used in cryptography): https://www.youtube.com/watch?v=ru7mWZJlRQg
- [x] **Treap** - [x] **Treap**
- Combination of a binary search tree and a heap - Combination of a binary search tree and a heap