1.概念 The Link Manager Protocol (LMP) is used to control and negotiate all aspects of the operation of the Bluetooth connection between two devices. Th ...
分类:
其他好文 时间:
2018-10-24 12:12:01
阅读次数:
236
【定义】 有index的集合 【hash的原理】 term for a situation when two different objects return the same hashcode: hash collision 就是无规律的一一对应排序,相同object对应的HASH应该相同,相同对 ...
分类:
其他好文 时间:
2018-10-24 10:50:28
阅读次数:
212
Two integers are called "friend numbers" if they share the same sum of their digits, and the sum is their "friend ID". For example, 123 and 51 are fri ...
分类:
其他好文 时间:
2018-10-24 10:45:55
阅读次数:
144
160.Intersection of Two Linked Lists 查找并返回AB链表中的交点,若无返回None 方法1: 计算A、B两个链表长度,优先循环长度长的链表,长度差次循环后,依次对比AB 1 class Solution(object): 2 def getIntersection ...
分类:
其他好文 时间:
2018-10-24 01:01:32
阅读次数:
105
Do you get lost when working with functions and the new keyword? Prototypal inheritance can be completely replicated without either of those two conce ...
分类:
编程语言 时间:
2018-10-22 16:40:34
阅读次数:
147
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-10-22 16:39:43
阅读次数:
163
Given a non empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second middl ...
分类:
其他好文 时间:
2018-10-22 14:54:43
阅读次数:
100
package test.two; public class jingtaihanshu { int x = 3; static int y = 4; public static void Method()//静态方法 { System.out.println("实例变量x = " + new ji ...
分类:
其他好文 时间:
2018-10-21 16:01:30
阅读次数:
347
Photo by Phil Whitehouse Photo by Phil Whitehouse Your boss has hired you to drive a big truck, transporting items between two locations in a city. Yo ...
分类:
其他好文 时间:
2018-10-21 14:21:44
阅读次数:
179
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and . Example 1: Input: a = 1, b = 2 Output: 3 Example 2: Inp ...
分类:
其他好文 时间:
2018-10-21 13:02:24
阅读次数:
129