Tony's Log

Algorithms, Distributed System, Machine Learning

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月18日

摘要: class Solution {public: /** *@param n, m: Two integer *@param i, j: Two bit positions *return: An integer */ int updateBits(int ... 阅读全文
posted @ 2015-09-18 14:02 Tonix 阅读(170) 评论(0) 推荐(0)

摘要: O(nlgn) with repeated numbers.. Please note the extra repeat count array:class Solution {public: /** * @param nums: The integer array * @re... 阅读全文
posted @ 2015-09-18 03:12 Tonix 阅读(143) 评论(0) 推荐(0)