回复: 8
跳转到指定楼层
上一主题 下一主题
收起左侧

Verily Software Engineer

全局:

2019(7-9月) 码农类General 本科 全职@verily - 网上海投 - 技术电面  | Other | 应届毕业生

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
Verily 海投
是从Google 分出来的公司,在上海有Office,因为上海这个Office刚成立所以目前工作地点就在Google总部。
. From 1point 3acres bbs
面试官是一个在Google工作六年的,被调到verily的大佬
先问了一下之前做过的machine learning的东西。。?feature是怎么选的。。?
因为是很久之前的项目,说的不是很好

Google docs写码
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies

想了五分钟DP,面试官看一个字没写,开始和我讨论思路,我说2维dp,他说想多了,给了点提示,突然想到是greedy。。他让我证明。随便说了两句之后就开始写了。
从自我介绍到结束是45分钟。
凉了

评分

参与人数 2大米 +31 收起 理由
penguinPeng + 1 给你点个赞!
匿名用户-R818K + 30

查看全部评分


上一篇:美团(北京)后端面经分享
下一篇:我们work 电面过经 后续hc冻结
推荐
aini97886 2020-9-16 05:41:59 | 只看该作者
全局:
这道题是普林斯顿cs4里面的一道例题。。。
https://algs4.cs.princeton.edu/43mst/
-baidu 1point3acres
USA Computing Olympiad problem. In a city there are N houses, each of which is in need of a water supply. It costs w[i] dollars to build a well at house i, and it costs c[i][j] to build a pipe in between houses i and j. A house can receive water if either there is a well built there or there is some path of pipes to a house with a well. Design an algorithm to find the minimum amount of money needed to supply every house with water. -->
Solution.: Create an edge-weighted graph with N+1 vertices (one for each house plus a source vertex x). Include an edge between every pair of vertices i and j with cost c[i][j] (to represent the potential pipes). Include an edge between the source s and every house i with cost w[i] (to represent the potential open wells). Find an MST in this edge-weighted graph.
回复

使用道具 举报

🔗
starlord 2019-9-7 13:30:22 | 只看该作者
全局:
楼主是在哪里投的这家公司呀?
回复

使用道具 举报

🔗
tommyjiang 2019-9-8 09:40:05 | 只看该作者
全局:
感谢分享,收藏以后看。
回复

使用道具 举报

🔗
dengzeyu147 2019-9-17 01:36:15 | 只看该作者
全局:
请问老哥结果如何、。 我也拿到面试
回复

使用道具 举报

🔗
 楼主| yyian 2019-9-17 05:24:39 来自APP | 只看该作者
全局:
dengzeyu147 发表于 2019/09/17 01:36:15. 1point 3acres
请问老哥结果如何、。 我也拿到面试
挂了
. 1point 3 acres加油不难
回复

使用道具 举报

🔗
dengzeyu147 2019-9-17 05:59:34 | 只看该作者
全局:
You work with a contractor and figure out 后面两句 楼主能详细讲讲吗 貌似有一些字符被吞了 没看懂
回复

使用道具 举报

🔗
Huangxin 2020-7-15 12:49:17 | 只看该作者
全局:
能说一下大概怎么做的么
回复

使用道具 举报

全局:
这道题就是minimum spanning tree吧,Kruskal?一个graph,每两个well计算连接他们的cost: cost[i, j] = wellCost[i] + wellCost[j] + connectCost[i, j]; 然后放进PQ;每次poll出来的i and j, 通过union find计算是否已经connect
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表