码迷,mamicode.com
首页 > 其他好文 > 详细

653. Two Sum IV - Input is a BST-easy

时间:2019-04-18 20:23:11      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:cto   problem   个数   reference   nbsp   enc   操作符   别人   put   

我不懂有没有收藏之类的功能,收藏别人的解法。

技术图片

 

技术图片

tql,不懂为什么直接比较set里的值,不是两个数sum么

有一些答案都用到了iterator迭代器

 http://www.cplusplus.com/reference/iterator/

我的思路是Just solve it as 2-sum problem using two pointers.

但是不懂重载的两个操作符

Need to implement BSTiterator class first, which overloads two operators: ++ and *

也不是不可以用一个数组存这些数(vector存一个order遍历下来的)

还是自己c++啥都不会,呵呵

653. Two Sum IV - Input is a BST-easy

标签:cto   problem   个数   reference   nbsp   enc   操作符   别人   put   

原文地址:https://www.cnblogs.com/qvq-/p/10731766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!