
Recursion on Tree Q: for each node in a tree, store the number of nodes in its left chi...
Binary Tree definition: at most two children Tree Traverse pre-order: 先序遍历 left and the...
Python Queue and Stack Queque FIFO: first-in first-out the oldest one is the first one ...
understand p-valueit is a probabilitynon hypothesismore extreme case if p-value == 0.05...
Feature Selection Ensemble Learning bagging method and boosting method Bagging sampling...
Bubble Sort Selection Sort Insertion Sort search : O(n) or O(logn)insert: O(n)time O(n^...
reverse list find mid remove all nodes in a head add two linkedlist 大数相加64位: 64个二进制,CPU...
Nonelinear Model Decision Tree decision tree is a supervised prediction modelit is usua...
Overfitting and Regularization What should we do if our model is too complicated?Fundam...
Random Variable: its variable changes due to chance can be a combination: Y = [y1, y2, ...
python is an interpreter language Variables and Basic Statements: 2/3 = 0 #python22/3 =...
LinkedList using python 2 Why LinkedList? model the linked based relationship directly ...
Conditional Probability: Given B is ture, probability of A is true: P(A|B) Chain Rule:P...