随笔分类 -  面试题

摘要:https://blog.csdn.net/Vince_Wang1/article/details/105888297 介绍1.8与1.7版本HashMap不同点 https://blog.csdn.net/u010890358/article/details/80496144 这个详细介绍了1.8 阅读全文
posted @ 2021-07-13 10:47 弓呆的胖次 阅读(66) 评论(0) 推荐(0)
摘要:原理参考:https://blog.csdn.net/striveb/article/details/84657326 总结: 为什么当桶中键值对数量大于8才转换成红黑树,数量小于6才转换成链表? 参考:https://blog.csdn.net/xingfei_work/article/detai 阅读全文
posted @ 2020-05-17 14:38 弓呆的胖次 阅读(693) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/ye17186/article/details/89467919 阅读全文
posted @ 2020-05-14 15:21 弓呆的胖次 阅读(159) 评论(0) 推荐(0)
摘要:https://github.com/CyC2018/CS-Notes/blob/master/notes/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C%20-%20%E4%BC%A0%E8%BE%93%E5%B1%82.md 阅读全文
posted @ 2020-05-14 15:07 弓呆的胖次 阅读(120) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/a745233700/article/details/80977133 https://blog.csdn.net/a745233700/article/details/80959716 阅读全文
posted @ 2020-05-13 15:20 弓呆的胖次 阅读(128) 评论(0) 推荐(0)
摘要:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/solution/236ti-er-cha-shu-de-zui-jin-gong-gong-zu-xian-by-i/ 最近公共祖先的定义: 设节点 r 阅读全文
posted @ 2020-05-11 08:53 弓呆的胖次 阅读(243) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xueqiuqiu/articles/8779029.html 阅读全文
posted @ 2020-05-09 11:11 弓呆的胖次 阅读(102) 评论(0) 推荐(0)
摘要:作者:牛客196631657号链接:https://www.nowcoder.com/discuss/406081?type=post&order=time&pos=&page=1&channel=&source_id=1来源:牛客网 笔试 总体来说难度比美团低很多,前三道题都不算很难,只有最后一题 阅读全文
posted @ 2020-05-08 16:01 弓呆的胖次 阅读(457) 评论(0) 推荐(0)
摘要:作者:ricardoooo链接:https://www.nowcoder.com/discuss/405849?type=post&order=time&pos=&page=1&channel=&source_id=1来源:牛客网 快手效率超高,一点开始面试,一二面连着,四点oc。 一面: 自我介绍 阅读全文
posted @ 2020-05-08 15:43 弓呆的胖次 阅读(907) 评论(0) 推荐(0)
摘要:class Solution {//看笔记,散列表 public boolean containsNearbyDuplicate(int[] nums, int k) { Set<Integer> set=new HashSet<Integer>();//散列表,不能存储相同元素,而且存储元素顺序不 阅读全文
posted @ 2020-05-08 15:30 弓呆的胖次 阅读(219) 评论(0) 推荐(0)
摘要:https://www.nowcoder.com/discuss/405849?type=post&order=time&pos=&page=1&channel=&source_id=1 https://www.nowcoder.com/discuss/406081?type=post&order= 阅读全文
posted @ 2020-05-08 10:25 弓呆的胖次 阅读(494) 评论(0) 推荐(0)
摘要:作者:offer能来否链接:https://www.nowcoder.com/discuss/423235?type=post&order=time&pos=&page=1&channel=&source_id=1来源:牛客网 3月中旬投了很多简历,可是没有一个公司找我面(简历太菜了吧···),还好 阅读全文
posted @ 2020-05-08 09:45 弓呆的胖次 阅读(638) 评论(0) 推荐(0)
摘要:https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20%E8%99%9A%E6%8B%9F%E6%9C%BA.md#%E7%B1%BB%E5%8A%A0%E8%BD%BD%E5%99%A8%E5%88%86%E7%B1%BB 阅读全文
posted @ 2020-05-08 08:02 弓呆的胖次 阅读(125) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/s-b-b/p/8334593.html 阅读全文
posted @ 2020-05-07 18:53 弓呆的胖次 阅读(122) 评论(0) 推荐(0)
摘要:https://github.com/913624784/Interview-Notebook 阅读全文
posted @ 2020-05-07 15:09 弓呆的胖次 阅读(121) 评论(0) 推荐(0)
摘要:作者:yakouhao链接:https://www.nowcoder.com/discuss/417666?type=post&order=time&pos=&page=1&channel=来源:牛客网 写在前面: 看了很多牛客的面经,扫一眼问题内容,觉得里面的xx问题,自己复习的时候有cover到 阅读全文
posted @ 2020-05-07 10:04 弓呆的胖次 阅读(269) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/H-Gfeng/p/10522350.html 阅读全文
posted @ 2020-05-07 09:54 弓呆的胖次 阅读(216) 评论(0) 推荐(0)
摘要:作者:huatep122链接:https://www.nowcoder.com/discuss/421572?type=post&order=time&pos=&page=1&channel=来源:牛客网 参加了4.12的快手笔试,但是一直没有收到面试邀请,噗,原来是我没有走内推,直接在官网投递的。 阅读全文
posted @ 2020-05-06 16:47 弓呆的胖次 阅读(345) 评论(0) 推荐(0)
摘要:里面还有HashMap的结构图! https://www.cnblogs.com/junjiang3/p/8686290.html 这是另一个教程的图 https://blog.csdn.net/qq_41737716/article/details/90549847 阅读全文
posted @ 2020-05-06 16:21 弓呆的胖次 阅读(183) 评论(0) 推荐(0)
摘要:答案我自己看着写的,未必一定对,希望有个offer吧,不想去某个坑逼辣鸡公司。 二面部分还没写完,差不多了吧。。。 作者:GuiStarLee链接:https://www.nowcoder.com/discuss/417783?type=post&order=time&pos=&page=1&cha 阅读全文
posted @ 2020-05-06 10:49 弓呆的胖次 阅读(1807) 评论(0) 推荐(0)