上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: In a string S of lowercase letters, these letters form consecutive groups of the same character. For example, a string like S = "abbxxxxzyy" has the g 阅读全文
posted @ 2018-05-06 11:48 皇家大鹏鹏 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 821. Shortest Distance to a Character 821. Shortest Distance to a Character Given a string S and a character C, return an array of integers representi 阅读全文
posted @ 2018-05-06 11:37 皇家大鹏鹏 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Note: This is an extension of House Robber. After robbing those houses on that street, the thief has found himself a new place for his thievery so tha 阅读全文
posted @ 2018-04-26 12:14 皇家大鹏鹏 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 选择题知识点: ICMP协议 如何防止高并发数据重复修改 图的深度优先搜索以及拓扑排序 http2.0新特性 STL底层数据结构 重载和重写的区别 linux创建软连接命令 BF算法和KMP算法内容 其他需要注意的地方:交叉熵,kmp求最小循环节 有一道程序题,问以下程序的输出 答案:10,20,3 阅读全文
posted @ 2018-04-24 15:18 皇家大鹏鹏 阅读(186) 评论(0) 推荐(0) 编辑
摘要: You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo 阅读全文
posted @ 2018-04-24 10:17 皇家大鹏鹏 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 22选择题 + 2 编程 选择题知识点如下: 顺序队列的假溢出(参考下图) 分布式数据库透明性(https://blog.csdn.net/qq_15809599/article/details/52873481?locationNum=5&fps=1) 区块链的应用场景(技术:分布式存储 场景:身 阅读全文
posted @ 2018-04-22 22:31 皇家大鹏鹏 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 给一个数组,如果数组中存在相同数字,且相同数字的距离小于给定值k,输出YES,否则输出NO。 注意事项输入的数组长度为n,保证n <= 100000。数组元素的值为x,0 <= x <= 1e9。输入的k满足 1 <= k < n。您在真实的面试中是否遇到过这个题? 样例给出 array = [1, 阅读全文
posted @ 2018-04-21 23:51 皇家大鹏鹏 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 解法一:暴力搜索,逐步递归 解法二:记忆搜索 本质上也是动态规划,一定程度上简化了计算 动态规划知识点: 其他解答参考: https://blog.csdn.net/jiyanfeng1/article/details/40559111 阅读全文
posted @ 2018-04-14 16:31 皇家大鹏鹏 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 今天冒雨去了泰富酒店参加京东暑期实习的面试,简单说说感悟 先是简单自我介绍,然后面试官详细问了我的相关项目,整体框架和业务方面的东西我都回答了,但是很明显的一个问题是缺乏技术细节,这方面还是需要加强。另外就是我发现BAT这些大公司更看重基础,比如LR、k-means、最大熵等经典机器学习模型,要求你 阅读全文
posted @ 2018-04-13 13:30 皇家大鹏鹏 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 25单选 ,5多选,3编程 知识点: 过拟合的几种解决办法?实对称傅里叶变换AVL搜索树hash表特性person相关系数的计算进程和线程过拟合的处理办法(欠拟合)凸函数时取二阶导数时的Hessian矩阵RNN训练困难倒排索引:收敛速度是线性的:SGD,牛顿法,BEGS,1-BFGSL1,L2正则化 阅读全文
posted @ 2018-04-12 21:41 皇家大鹏鹏 阅读(520) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页