- 博客(12)
- 收藏
- 关注
原创 lintcode81.数据流中位数
题目描述 Description Numbers keep coming, return the median of numbers at every time a new number added. Clarification What’s the definition of Median? Median is the number that in the middle of a sorted ...
2019-01-17 16:38:22
196
原创 72. Construct Binary Tree from Inorder and Postorder Traversal(中序遍历和后序遍历树构造二叉树)
题目描述 Description Given inorder and postorder traversal of a tree, construct the binary tree. You may assume that duplicates do not exist in the tree. Example Given inorder [1,2,3] and postorder [1,3,2...
2019-01-04 16:43:16
225
原创 秋招总结
秋招算是完全结束了,这里记录一下所有面试笔试过的公司。 简历挂:zoom 笔试挂:京东,字节跳动(头条),依图 面试挂:阿里(电面挂) 过:携程,中兴,海康,华为,浩鲸科技,恒生,新华三 总结 本次秋招,也是错过了很多公司的提前批,还有部分公司的秋招,网易,百度,腾讯,美团都没有投递,打算春招再试试,先好好充实一下自己。 个人感觉面试的还行,其中阿里,携程的面试应该是最难的,其他几个公司相对来说比...
2018-10-24 09:13:05
478
原创 lintcode 36 Reverse Linked List II
题目描述 Description Reverse a linked list from position m to n. Given m, n satisfy the following condition: 1 ≤ m ≤ n ≤ length of list. Example Given 1->2->3->4->5->NULL, m = 2 and n = 4...
2018-10-18 19:18:05
149
原创 Lintcode 32 Minimum Window Substring
题目描述 Description Given a string source and a string target, find the minimum window in source which will contain all the characters in target. If there is no such window in source that covers all cha...
2018-10-06 19:01:16
206
原创 lintcode 20 Dices Sum
题目描述 Description Throw n dices, the sum of the dices’ faces is S. Given n, find the all possible value of S along with its probability. You do not care about the accuracy of the result, we will help ...
2018-10-03 19:13:53
221
原创 lintcode 9 Fizz Buzz
题目描述 Description Given number n. Print number from 1 to n. But: when number is divided by 3, print “fizz”. when number is divided by 5, print “buzz”. when number is divided by both 3 and 5, prin...
2018-10-03 16:39:12
464
原创 lintcode 17 Subsets
题目描述 Description Given a set of distinct integers, return all possible subsets. Elements in a subset must be in non-descending order. The solution set must not contain duplicate subsets. Example If ...
2018-10-03 16:25:37
248
原创 秋招海康威视面经
海康威视是听室友说还不错,就投了投,也不知道它是干啥的,好像是安防的吧,挺牛逼的感觉,投的是java开发 笔试 海康威视的笔试,选择,填空,编程 选择填空还比较基础吧,编程也还行,不过特别坑的就是,编程题不让跳出去用本地IDE,好不习惯啊,相当于手写代码,2道题,也没有测试case,不知道自己是不是百分百通过,感觉第一道没问题,第二道估计要超时- - 初面 笔试过了大概一周吧,通知去面试,感觉身边...
2018-10-01 20:54:32
3930
6
原创 秋招中兴面经
中兴是投的比较早的一个了吧,8月底投的,然后第二天就收到电话了,面的是java开发 电话面试 挺突然的,当时还在实习上班,就给我电面了,问了问基础,聊了聊项目,谈了谈人生,其中还换了一个人跟我聊天,还问我有没有意向转C++,我说可以啊(随便说的。),然后就问有没有女朋友,想在哪工作之类的。 总体感觉给我来说,很水。。。。 不过因为是提前批,所以后面直接录取了,你没有听错,直接录取了,我的天,当时我...
2018-10-01 20:44:41
927
原创 秋招华为面经
华为算是本人的处女面吧,第一次面试就是华为,说实话有点紧张的 先说说,本人一个一般的211软件工程专业,9月份才开始投的简历校招,感觉很多好公司都招的差不多了,也是非常吃亏,不过算了,实在不行等等春招, 本人面的岗位都是java软件工程师。 笔试 华为的笔试挺简单的吧,三道编程题,A了2道,剩下一道跑超时了,什么题记不清了,反正挺简单的,因为第一次做笔试题,开始不知道不能跳出去用本地IDE写的,结...
2018-10-01 20:41:17
1753
5
原创 初来乍到
写博客之旅开始 一直以来都没有写博客的习惯- -,也认为写博客没什么用,后来看到许多大牛都推荐我写博客来记录一下自己所学习的知识,这样对自己的帮助很大,还可以巩固知识,所以就想着开始写博客,虽然没人看,但是自己能够查阅就行了! ...
2018-10-01 20:05:03
143
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人