http://blog.csdn.net/morewindows/article/details/6684558# 默写:(错误用黄色标出) 整合成一个函数的时候 注意: ①将返回值设为void ②在最开始检查left和right的大小 如果不检查会造成堆栈溢出 原因是最后递归是要g-1和g+1的, ...
分类:
编程语言 时间:
2017-02-27 20:55:02
阅读次数:
166
一.什么是STAR法则? The STAR (Situation, Task, Action, Result) format is a job interview technique used by interviewers to gather all the relevant informatio ...
分类:
其他好文 时间:
2017-02-10 14:43:04
阅读次数:
232
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possib ...
分类:
其他好文 时间:
2017-02-10 14:16:18
阅读次数:
201
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. ...
分类:
其他好文 时间:
2017-01-28 07:17:10
阅读次数:
182
Given a non-empty string s and an abbreviation abbr, return whether the string matches with the given abbreviation. A string such as "word" contains o ...
分类:
其他好文 时间:
2017-01-24 07:47:17
阅读次数:
205
文档位置: /Users/baidu/Documents/Data/Interview/机器学习-数据挖掘/Kafka 据说是目前见到的最好的 Kafka 中文文章 。 Kafka 是一个消息系统,原本开发自 LinkedIn,用作 LinkedIn 的活劢流(activity stream) 和运 ...
分类:
其他好文 时间:
2017-01-22 18:17:24
阅读次数:
174
这是任何人都可以用来学习前端的实践手册, 它概述并讨论了前端工程的实践: 该如何学习以及实践时该使用什么工具. 撰写该手册的目的有两个: 一是为潜在以及正在实践的前端开发人员提供一个包括学习资料和开发工具的专业资源; 二是该手册可以被管理者, CTO, 讲师和猎头用来作为洞察前端开发的实践. 该手册 ...
分类:
其他好文 时间:
2017-01-20 16:20:32
阅读次数:
248
1) struct usbdevfs_bulktransfer { unsigned int ep; unsigned int len; unsigned int timeout; /* in milliseconds */ void __user *data;};till now, I can't ...
分类:
其他好文 时间:
2017-01-07 18:19:16
阅读次数:
246
https://www.zhihu.com/question/32314049 酷勤网:http://www.kuqin.com/pragmatic/20120415/319979.html 流畅博客连接:https://mdluo.github.io/blog/about-front-end-in ...
分类:
其他好文 时间:
2017-01-06 12:15:48
阅读次数:
210
前言 译文链接:http://www.journaldev.com/2366/core-java-interview-questions-and-answers Java 8有哪些重要的特性 Java 8发布于2014年3月,这块内容在Java面试中非常常见。如果你能清晰的回答这方面的问题,说明yo ...
分类:
编程语言 时间:
2016-12-29 16:32:44
阅读次数:
184