回复: 2
收起左侧

waymo 电面

匿名用户-DULZU  2024-9-13 10:58:37
本楼:   👍  1
100%
0%
0   👎

2023(7-9月) 码农类General 本科 全职@waymo - 网上海投 - 技术电面  | 😐 Neutral 😣 HardFail | 在职跳槽

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

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

x
求加米呀~# Say we want to figure out the average speed of cars in different segments of a
# roadway. You might want to do this e.g. for a very simple Google Maps-style
# traffic indicator.
# For simplicity's sake, we can think of the roadway as a line starting at 0 and
# counting upwards. We receive 3 different inputs to either add a speed data for
# individual cars on the roadway, remove a piece of data, or query the average
# speed of a given point. Each car reports its speed along with the segment for
# which its speed was recorded.
# Write a program to handle the input instructions to add/remove data, or output
# the average speed of cars in a given location of the roadway. Feel free to
# define your own input data structure and function signature.
# ```text
#  d=0                    Roadway
#   |---------------------------------------------------->
# Example input visualization (not to scale):
#          s=20mph                    s=15mph
#        |---------|              |------------|
#        5         10             20           30
#                s=30mph
#             |-----------|
#             7           15
# Input format:
# I, A, B, S for I=[add, delete], A is the starting location, B is the ending location, S is the speed
# I, A for I=[query], A is the querying location
# end for ending IO
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式

# Example output explained:
#     [5, 7) - 20 mph    // 1 car: 20 mph
#     [7, 10) - 25 mph   // 2 cars: 20 mph and 30 mph
#     [10, 15) - 30 mph  // 1 car: 30 mph
#     [20, 30) - 15 mph  // 1 car: 15 mph
# ```
"""
cars[s, e, speed]
iterate through list of cars, if point between start and end, add speed to average

评分

参与人数 4大米 +8 收起 理由
tomatosoup7 + 1 赞一个
zhuang334 + 1 赞一个
清道神君 + 5 欢迎分享你知道的情况,会给更多大米奖励!
me0830code + 1 赞一个

查看全部评分


上一篇:新人求大米!BNPP GM新面经
下一篇:meta E4 店面
me0830code 2024-9-13 13:05:42 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   3
100%
0%
0
謝謝分享 加米了
回复

使用道具 举报

本楼:   👍  0
0%
0%
0   👎
全局:   28
85%
15%
5
感謝分享,已加米
扫码关注一亩三分地求职移民公众号
更多干货内容等你发现
回复

使用道具 举报

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

本版积分规则

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