Vulkan

上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页

2014年6月21日

vs2013 跳过IE10

摘要: 安装 VS2013要安装IE10,却安装不了。。以下为跳过IE10,直接安装VS2013方法复制以下代码,保存为bat文件@ECHO OFF:IE10HACK REG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /v Ver... 阅读全文

posted @ 2014-06-21 00:00 Vulkan 阅读(171) 评论(0) 推荐(0) 编辑

2014年6月5日

//Search in Rotated Sorted Array

摘要: //Sear in Rotated Sorted Array//Suppose a sorted array is rotated at some pivot unknown to you beforehand.//// (i.e., 0 1 2 4 5 6 7 might become 4 5 ... 阅读全文

posted @ 2014-06-05 10:09 Vulkan 阅读(104) 评论(0) 推荐(0) 编辑

2014年6月4日

Remove duplicates from array II

摘要: //Given a sorted array, remove the duplicates in place such that each element appear only// once and return the new length.// Do not allocate extra sp... 阅读全文

posted @ 2014-06-04 10:43 Vulkan 阅读(90) 评论(0) 推荐(0) 编辑

Remove duplicates from array

摘要: //Given a sorted array, remove the duplicates in place such that each element appear only// once and return the new length.// Do not allocate extra sp... 阅读全文

posted @ 2014-06-04 10:42 Vulkan 阅读(115) 评论(0) 推荐(0) 编辑

2014年6月3日

某些material英文翻译

摘要: chrome 铬,铬合金, 镀铬matte 无光泽的,不光滑的Decal 陶瓷的duo color 双色livery (这个没找到什么吊意思,我看像是一个类似打logo的材质) 阅读全文

posted @ 2014-06-03 14:59 Vulkan 阅读(100) 评论(0) 推荐(0) 编辑

2014年5月8日

TwoSum

摘要: //Given an array of integers, find two numbers such that they add up to a specific target number.//// The function twoSum should return indices of the... 阅读全文

posted @ 2014-05-08 10:04 Vulkan 阅读(122) 评论(0) 推荐(0) 编辑

LeetCode难度与出现频率

摘要: 转载自:LeetCode Question Difficulty Distribution 1Two Sum25arraysort setTwo Pointers2Add Two Numbers34linked listTwo Pointers Math3Longest S... 阅读全文

posted @ 2014-05-08 10:02 Vulkan 阅读(157) 评论(0) 推荐(0) 编辑

2014年4月28日

Cracking The Coding Interview 9.7

摘要: //原文://// A circus is designing a tower routine consisting of people standing atop one another’s shoulders. For practical and aesthetic reasons, each ... 阅读全文

posted @ 2014-04-28 23:23 Vulkan 阅读(120) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 9.6

摘要: //原文://// Given a matrix in which each row and each column is sorted, write a method to find an element in it.// 从最右一排,从上到下,小于右上角的元素则下降,大于右上角的元素则左移找;... 阅读全文

posted @ 2014-04-28 22:00 Vulkan 阅读(92) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 9.6

摘要: //原文://// Given a sorted array of strings which is interspersed with empty strings, write a method to find the location of a given string.////Example:... 阅读全文

posted @ 2014-04-28 11:13 Vulkan 阅读(142) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页

导航