problemscpp
A collection of my answers to algorithm problems in c++.
|
LeetCode 2013. 检测正方形 更多...
类 | |
class | DetectSquares |
LeetCode 2013. 检测正方形
Your DetectSquares object will be instantiated and called as such: DetectSquares* obj = new DetectSquares(); obj->add(point); int param_2 = obj->count(point);