由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面经
相关主题
Amazon电面面经WhatsApp 面经
Uber 电面面经发篇面经
Amazon电面经回馈社会发amaz电面面经攒rp
贡献一次电面题Facebook 2 轮电面面经 + 为第三轮求福
海量ip计数的另一种解法amazon summer intern 面经
问个事,这样的面试题难么?面经
面经Google面经
a d d e p a r面经, 目测已挂Bloomberg面经+个人找工作小感
相关话题的讨论汇总
话题: 9x9话题: blocking话题: check话题: alarm话题: wrote
进入JobHunting版参与讨论
1 (共1页)
c*****d
发帖数: 59
1
一个大公司,电话面试,45分钟,onine写code。
问题如下:
1. Given an abstract class of alarm, write a function to use the alarm.
2. Check if a 9x9 Sudoku is valid ( each row, col, subsquare with uniq
numbers ).
我的答案:
1. I wrote with sleep then he asked for non-blocking way. I didn't write
the non-blocking code and just explained using threads.
2. I used a 9x9 matrix as a board, wrote a class. The checking method
itself is using an array for simple hashing to do the check. I finished
the coding, listed testing cases.
c****s
发帖数: 241
2
祝福楼主

【在 c*****d 的大作中提到】
: 一个大公司,电话面试,45分钟,onine写code。
: 问题如下:
: 1. Given an abstract class of alarm, write a function to use the alarm.
: 2. Check if a 9x9 Sudoku is valid ( each row, col, subsquare with uniq
: numbers ).
: 我的答案:
: 1. I wrote with sleep then he asked for non-blocking way. I didn't write
: the non-blocking code and just explained using threads.
: 2. I used a 9x9 matrix as a board, wrote a class. The checking method
: itself is using an array for simple hashing to do the check. I finished

s***l
发帖数: 129
3
你们id有点像
bless lz

【在 c****s 的大作中提到】
: 祝福楼主
1 (共1页)
进入JobHunting版参与讨论
相关主题
Bloomberg面经+个人找工作小感海量ip计数的另一种解法
google 面经问个事,这样的面试题难么?
Amazon电面面经面经
Google电面面经 + onsite求祝福a d d e p a r面经, 目测已挂
Amazon电面面经WhatsApp 面经
Uber 电面面经发篇面经
Amazon电面经回馈社会发amaz电面面经攒rp
贡献一次电面题Facebook 2 轮电面面经 + 为第三轮求福
相关话题的讨论汇总
话题: 9x9话题: blocking话题: check话题: alarm话题: wrote