https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Ride%20Share%20Start-Up%20Company/R ...
分类:
其他好文 时间:
2017-06-08 10:35:05
阅读次数:
268
题目: 数组中重复的数字 链接: https://www.nowcoder.com/practice/623a5ac0ea5b4e5f95552655361ae0a8?tpId=13&tqId=11203&rp=3&ru=/ta/coding-interviews&qru=/ta/coding-in ...
分类:
编程语言 时间:
2017-06-08 00:22:41
阅读次数:
246
题目: 把字符串转换成整数 链接: https://www.nowcoder.com/practice/1277c681251b4372bdef344468e4f26e?tpId=13&tqId=11202&rp=3&ru=/ta/coding-interviews&qru=/ta/coding-i ...
分类:
其他好文 时间:
2017-06-07 22:29:12
阅读次数:
230
1 - Follow up in Code Interview kth-smallest-number-in-sorted-matrix Find the kth smallest number in at row and column sorted matrix. [ [1 ,5 ,7], [3 ...
分类:
编程语言 时间:
2017-06-06 12:59:16
阅读次数:
774
@2017.06.04 Follow up in Code Interview 401 - kth-smallest-number-in-sorted-matrix 排序数组,即每一行每一列都是排好序的 类似于之前做的那道题,对这种排序数组,是从左上角往右下角看的。 每次pop一个最小值直到找到kt ...
分类:
其他好文 时间:
2017-06-04 19:53:37
阅读次数:
269
转自:http://blog.zhaojie.me/2011/03/my-interview-questions-for-dotnet-programmers.html 说起来我也面试过相当数量的.NET(包括C#,后文不重复)程序员了,有的通过电话,有的面谈。后来发现,其实提的问题来来回回也就那么 ...
Exploring the Role Get beyond the basic job description and ask questions that probe deeper into the details of the job, expectations, success metrics ...
分类:
其他好文 时间:
2017-05-30 15:50:55
阅读次数:
226
经常面试的时候,让写各种乱七八糟的多线程面试题,收集了很多,有些还是挺好玩的。 1、编写程序实现,子线程循环10次,接着主线程循环20次,接着再子线程循环10次,主线程循环20次,如此反复,循环50次. package com.zhikui.interview; import java.util.c ...
分类:
编程语言 时间:
2017-05-28 20:14:26
阅读次数:
270
其实这是“啃硬骨头”的第一步,就是如何从“茫茫”中锁定需求相关方、挖出来需求的方法论 1.挖取需求 需求不一定只在初期才有;在中后期的时候可能因为外界环境变化甚至是成员自身水平变化而出现新的需求 2.软件产品的利益相关者 3.获取用户需求的方法 深入面谈(in-depth interview):采取 ...
分类:
其他好文 时间:
2017-05-28 16:53:58
阅读次数:
178
? ?DB Query Analyzer 6.03, the most excellent Universal database Access tools on any Microsoft Windows OS DB Query Analyzer is presented by Master Gen ...
分类:
数据库 时间:
2017-05-20 21:15:58
阅读次数:
363