01 2019 档案

摘要:[Q1] Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha 阅读全文
posted @ 2019-01-31 05:28 骑骡子的小灰机 阅读(190) 评论(0) 推荐(0)
摘要:面试问题总结。 问题:1. 自我介绍。2. 介绍了一下自己简历上的项目。3. SVM详细原理。4. Kmeans原理,何时停止迭代。 算法题:1. 一个随机整数产生器产生[1,5],如何设计一个产生[1,7]的随机整数产生器。解法:设k1,k2属于[1,5], 生成k3 = 5*(k1-1)+k2+ 阅读全文
posted @ 2019-01-29 18:40 骑骡子的小灰机 阅读(2236) 评论(0) 推荐(0)