2015年12月10日

摘要: Count of Smaller NumberGive you an integer array (index from 0 to n-1, where n is the size of this array, value from 0 to 10000) and an query list. Fo... 阅读全文
posted @ 2015-12-10 06:11 一心一念 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Intersection of Two Linked ListsWrite a program to find the node at which the intersection of two singly linked lists begins.ExampleThe following two ... 阅读全文
posted @ 2015-12-10 06:10 一心一念 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Find the Missing NumberGiven an array contains N numbers of 0 .. N, find which number doesn't exist in the array.ExampleGiven N = 3 and the array [0, ... 阅读全文
posted @ 2015-12-10 06:07 一心一念 阅读(159) 评论(0) 推荐(0) 编辑

导航