F_G

许多问题需要说清楚就可以&&走永远比跑来的重要

导航

2015年9月2日 #

[Lintcode] Expression Tree Build

摘要: Expression Tree BuildThe structure of Expression Tree is a binary tree to evaluate certain expressions. All leaves of the Expression Tree have an numb... 阅读全文

posted @ 2015-09-02 21:48 F_G 阅读(1285) 评论(0) 推荐(0) 编辑

[Leetcode] 主元问题

摘要: leetcode中有两个题目是讲这个问题的。Majority Element IIMajority Element区别是对于主元的个数多少上,一个,两个,三个这里的陷阱是:当一个元素处于未设置状态的时候,是否要对他进行设置?如果另一个元素也是未设置状态那么肯定可以设置;如果另一个元素不是未设置状态,... 阅读全文

posted @ 2015-09-02 21:43 F_G 阅读(520) 评论(0) 推荐(0) 编辑

算法网站

摘要: 1、www.leetcode.org2、http://www.cricode.com/3083.html3、www.lintcode.org4、http://www.careercup.com/ 阅读全文

posted @ 2015-09-02 20:54 F_G 阅读(191) 评论(0) 推荐(0) 编辑

[Leetcode] Number of 1 Bits 关于位操作的思考

摘要: Number of 1 BitsWrite a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as the Hamming weight).For examp... 阅读全文

posted @ 2015-09-02 10:17 F_G 阅读(131) 评论(0) 推荐(0) 编辑