2015年8月4日

leetcode面试准备:Contains Duplicate I && II

摘要: # 1 题目##**Contains Duplicate I**> Given an array of integers, find if the array contains any duplicates. Your function should return true if any value... 阅读全文

posted @ 2015-08-04 22:24 BYRHuangQiang 阅读(236) 评论(0) 推荐(0) 编辑

leetcode面试准备:Count Complete Tree Nodes

摘要: # 1 题目> Given a complete binary tree, count the number of nodes.In a complete binary tree every level, except possibly the last, is completely filled,... 阅读全文

posted @ 2015-08-04 22:05 BYRHuangQiang 阅读(263) 评论(0) 推荐(0) 编辑

leetcode面试准备: Jump Game II

摘要: # 1 题目> Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents you... 阅读全文

posted @ 2015-08-04 10:02 BYRHuangQiang 阅读(249) 评论(0) 推荐(0) 编辑

leetcode面试准备: Jump Game

摘要: # 1 题目> Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents you... 阅读全文

posted @ 2015-08-04 09:22 BYRHuangQiang 阅读(453) 评论(0) 推荐(0) 编辑

导航