上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 72 下一页
摘要: 1面: 等了10多天终于来电话了。 1、介绍海航的实习 2、介绍一下xgboost 3、介绍一下boosting 4、介绍一下JDD的比赛。 面试官主要是做支付宝安全反欺诈的,就聊了聊JDD风险的比赛。 然后面试官让我在广告推荐,安全,计算机视觉中选一个方向。 然后聊了聊实习地点、实习时间。 面试官 阅读全文
posted @ 2018-03-26 12:18 乐乐章 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: Given a sorted array, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra space fo 阅读全文
posted @ 2018-03-25 11:29 乐乐章 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: -123 Output: -321 Example 3: Input: 1 阅读全文
posted @ 2018-03-24 17:18 乐乐章 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 一面: 3.22晚上,其实就是一个笔试,考了4个现场笔试 1 、编程实现输出1000以内的质数 我的思路是:建立一个质数list 初始为【2】,不断遍历3到1000,如果i能被质数list里面的数整除,则不是质数,否则是质数。 今晚编程试了下,才发现昨晚写错了!!思路到是对。 2、算一个点(x,y) 阅读全文
posted @ 2018-03-23 20:34 乐乐章 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 一面: 1、算法题: 1 28数组中出现次数超过一半的数字 2 手写快排:八大排序算法总结(2) 2、项目介绍: 大多都是项目中涉及到的技术。 TFIDF 的原理 word2vec的原理 3、算法原理: 1、GBDT的原理 2、GBDT中叶子节点与非叶子节点的区别 二面: 1、项目介绍: LSI的原 阅读全文
posted @ 2018-03-12 20:14 乐乐章 阅读(1592) 评论(0) 推荐(0) 编辑
摘要: Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For example, 1, 2, 3, 4, 5, 阅读全文
posted @ 2018-03-11 12:53 乐乐章 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For exa 阅读全文
posted @ 2018-03-11 12:39 乐乐章 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. For example:Given n = 13,Return 阅读全文
posted @ 2018-03-11 12:29 乐乐章 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 46. Permutations (全排列) 47. Permutations II (全排列有重复的元素) 27字符串的排列 60. Permutation Sequence(求全排列的第k个排列) 31. Next Permutation (下一个全排列) 28. Implement strSt 阅读全文
posted @ 2018-03-10 11:50 乐乐章 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possib 阅读全文
posted @ 2018-03-10 11:49 乐乐章 阅读(289) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 72 下一页