码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
Popular HashMap and ConcurrentHashMap Interview Questions
http://howtodoinjava.com/core-java/collections/popular-hashmap-and-concurrenthashmap-interview-questions/ Popular HashMap and ConcurrentHashMap Interv ...
分类:其他好文   时间:2016-11-26 23:18:27    阅读次数:204
lfu-cache(需要O(1),所以挺难的)
https://leetcode.com/problems/lfu-cache/ 很难,看了下面的参考: https://discuss.leetcode.com/topic/69137/java-o-1-accept-solution-using-hashmap-doublelinkedlist- ...
分类:系统相关   时间:2016-11-24 08:19:31    阅读次数:261
codeforces Technocup 2017 - Elimination Round 2/Codeforces Round #380 (Div. 2, Rated, Based on Technocup 2017 - Elimination Round 2) 题解
久违的下午场,打了一场状态不错一下rank12涨了207~~~ A. Interview with Oleg 题意: 给你一个长度不超过100的串,把其中ago开头后面不接或者接gogogo。。。的部分全部变成*** 思路: 水水,扫 /* ***************************** ...
分类:其他好文   时间:2016-11-22 23:00:30    阅读次数:270
How to crack interviews ...
Code practice: Leetcode: www.leetcode.com HackerRank: www.hackerrank.com Topcoder: https://www.topcoder.com/ Interview experience share: GeeksforGeeks ...
分类:其他好文   时间:2016-11-19 07:52:49    阅读次数:282
[LintCode] Single Number 单独的数字
Given 2*n + 1 numbers, every numbers occurs twice except one, find it. Have you met this question in a real interview? Yes Given 2*n + 1 numbers, ever ...
分类:其他好文   时间:2016-11-06 16:21:50    阅读次数:243
69道Spring面试题和答案
英文:Theodora Fragkouli 译文: 深海 链接:http://ifeve.com/spring-interview-questions-and-answers/ 目录 Spring 概述 依赖注入 Spring beans Spring注解 Spring数据访问 Spring面向切面 ...
分类:编程语言   时间:2016-11-01 13:37:12    阅读次数:236
Amazon Interview | Set 27
Amazon Interview | Set 27 Hi, I was recently interviewed for SDE1 position for Amazon and got selected. I have 1.5 year experience in java. Geeksforge ...
分类:其他好文   时间:2016-10-27 12:54:08    阅读次数:179
【Todo】Nodejs学习计划
/Users/baidu/Documents/Data/Interview/Web-Server开发/深入浅出Node.js-f46c.pdf /Users/baidu/Documents/Data/Interview/Web-Server开发/Node.js实战[CN].pdf https://c ...
分类:Web程序   时间:2016-10-19 13:43:58    阅读次数:215
JAVA多线程和并发基础面试问答
JAVA多线程和并发基础面试问答 原文链接:http://ifeve.com/java-multi-threading-concurrency-interview-questions-with-answers/ 多线程和并发问题是Java技术面试中面试官比较喜欢问的问题之一。在这里,从面试的角度列出 ...
分类:编程语言   时间:2016-10-15 16:41:56    阅读次数:190
【读书笔记】Redis实战 中文.pdf
/Users/baidu/Documents/Data/Interview/存储-Nosql-Redis-消息队列/Redis实战 中文 先看第二章 数据类型及操作 一些操作:set, get, setnx, setex, setrange hashes类型: ...
分类:其他好文   时间:2016-10-14 20:48:29    阅读次数:207
649条   上一页 1 ... 30 31 32 33 34 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!