Contains Duplicate III
摘要:
1 class Solution { 2 public: 3 bool containsNearbyAlmostDuplicate(vector& nums, int k, int t) { 4 vector> res; 5 for(int i=0; i<nums.size(); i++) 6 res.push_... 阅读全文
posted @ 2016-05-12 15:28 RenewDo 阅读(117) 评论(0) 推荐(0)
浙公网安备 33010602011771号