TODO
相关系数矩阵
协方差矩阵
Hermitan矩阵
共轭矩阵
Hessian 矩阵
[Read More]
Matrix Multiplication
Human Activity Recognition
这是之前实习的时候做过的一个类似项目,用传感器信息来分析当前手机使用者的状态,目标是用来打击黑产。
[Read More]
101. Symmetric Tree
Description
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
[Read More]
Outline of Coding
注意两者的区别:
Iterative
Recursive
[Read More]
OJ 编程总结
先考虑主要规律,再考虑边界问题
边界问题看能不能归纳到主要部分之列,防止重复的边界判断
不要过早考虑优化问题!!
[Read More]