TODO list

[X] Game Theory Basics: Nim Game: about state toggling - bit toggling
http://www.cdf.toronto.edu/~ajr/270/probsess/03/strategy.html

Dynamic Programming | Set 24 (Optimal Binary Search Tree)
http://www.geeksforgeeks.org/dynamic-programming-set-24-optimal-binary-search-tree/

Pick kth smaller\larger number from an array: BFPRT算法
http://noalgo.info/466.html

A Linear Time Majority Vote Algorithm
http://www.cs.utexas.edu/~moore/best-ideas/mjrty/index.html

Find Duplicate in O(n) by Knuth
http://keithschwarz.com/interesting/code/?dir=find-duplicate

[X] Morris Traversal遍历Binary Tree
http://www.cnblogs.com/AnnieKim/archive/2013/06/15/MorrisTraversal.html

=========================
*动态规划 - 四边形不等式优化
动态规划加速原理之四边形不等式

*Game Theory: Sprague–Grundy theorem
https://www.topcoder.com/community/data-science/data-science-tutorials/algorithm-games/

你可能感兴趣的:(TODO list)