11 2015 档案
摘要:Description:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the ...
阅读全文
摘要:Description:Given an arraynumscontainingn+ 1 integers where each integer is between 1 andn(inclusive), prove that at least one duplicate number must e...
阅读全文
摘要:感觉写的很真实,分享一下。原文链接:http://jingyan.baidu.com/article/72ee561aa16d23e16138df3d.html不久前,byvoid面阿里星计划的面试结果截图泄漏,引起无数IT屌丝的羡慕敬仰。看看这些牛人,NOI金牌,开源社区名人,三年级开始写Basi...
阅读全文
摘要:Description:There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time c...
阅读全文
摘要:Discription:Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.Subscribe to see which companies asked t...
阅读全文
摘要:Description:Given an array of integers, find out whether there are two distinct indicesiandjin the array such that the difference betweennums[i]andnum...
阅读全文
摘要:Description:Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory...
阅读全文