上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: 452. Minimum Number of Arrows to Burst Balloons 452. Minimum Number of Arrows to Burst Balloons Description Submission Solutions Add to List Total Acc 阅读全文
posted @ 2017-02-15 20:21 Black_Knight 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 134. Gas Station 134. Gas Station Description Submission Solutions Add to List Total Accepted: 77911 Total Submissions: 271464 Difficulty: Medium Cont 阅读全文
posted @ 2017-02-14 21:48 Black_Knight 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 435. Non-overlapping Intervals 435. Non-overlapping Intervals Description Submission Solutions Add to List Total Accepted: 7406 Total Submissions: 185 阅读全文
posted @ 2017-02-14 20:46 Black_Knight 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: 436. Find Right Interval 436. Find Right Interval Description Submission Solutions Add to List Total Accepted: 7209 Total Submissions: 17507 Difficult 阅读全文
posted @ 2017-02-14 20:15 Black_Knight 阅读(847) 评论(0) 推荐(0) 编辑
摘要: 179. Largest Number 179. Largest Number Description Submission Solutions Add to List Total Accepted: 65743 Total Submissions: 304090 Difficulty: Mediu 阅读全文
posted @ 2017-02-13 21:04 Black_Knight 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 300. Longest Increasing Subsequence 300. Longest Increasing Subsequence Description Submission Solutions Add to List Total Accepted: 64115 Total Submi 阅读全文
posted @ 2017-02-13 17:54 Black_Knight 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Java的自动拆箱和装箱是Java语言的一颗语法糖。在之前的学习中有很多误解,在别人的帮助下作出一些修正。先看下面的代码: 答案是: T T F T T T F 这样的答案是不是出乎很多人的意料呢?我们一一来分析。 1. 首先我们明确一下"=="和equals方法的作用。 "==":如果是基本数据类 阅读全文
posted @ 2017-01-15 23:03 Black_Knight 阅读(3866) 评论(3) 推荐(1) 编辑
摘要: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num 阅读全文
posted @ 2017-01-12 22:17 Black_Knight 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation. Note: Example 1: Exa 阅读全文
posted @ 2017-01-12 21:12 Black_Knight 阅读(3050) 评论(0) 推荐(0) 编辑
摘要: 本文转载自:http://blog.csdn.net/ns_code/article/details/18009455 编译过程 不论是物理机还是虚拟机,大部分的程序代码从开始编译到最终转化成物理机的目标代码或虚拟机能执行的指令集之前,都会按照如下图所示的各个步骤进行: 其中绿色的模块可以选择性实现 阅读全文
posted @ 2017-01-03 16:48 Black_Knight 阅读(292) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页