注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
VO: 2 Coding & 1 SD
1) Coding 1
You are given a list of all employees in a company. Each employee can have a manager / can manage people
The employee information is given
# in the following format:
# [
# { "name": "Dev 1", "managedBy": "Manager 1" },
# { "name": "Dev 2", "managedBy": "Manager 1" },
# { "name": "Manager 1", "managedBy": "Director 1" },
# { "name": "Dev 3", "managedBy": "Director 1" },
# { "nameev 1"
2) Coding 2
You are given a number line with how much gas is necessary to get to the next station. Given a tank of gas, which station do you need to start at to make sure you have enough gas to make a full round trip? You can refill gas at each station.
3) SD
Top k heavy hitters
求加米 |