Leetcode Summary
自己group相关题目
Pattern/Math
这类题目一般是要总结出一些题目的规律/性质, 然后就点破了. 关键是能找到规律.
- Digit count: 经典的规律题目, Hawstein分析的好
- Ugly/Add Digits: 规律很容易找, 只要方向对.
- Best Meeting point: 数学定理, Manhattan distance距离和最小为Median到所有点的和.
- Rotate image: 一个公式而已!
- Gray code: 这个是固定的规律, 其实就是Gray code的定义, 当然出题的时候是不告诉的.