由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面试编程题都不超过30行??
相关主题
攒RP,也发我的经验与体会CS专业的几本书,面试用(更新完)
求高人推荐C++比较好的书请问谁有programming interview exposed这本书?
非CS专业,怎么准备Amazon的面试呢?crack coding interview
is there a book for prepare software engineer interview?求 Programming Interview Exposed 电子书~
并发,OO方面的coding interview问题怎么准备?求Programming Interviews Exposed电子版
请推荐一本java面试编程的书问道题?brainteaser 方面
请求推荐一本CS面试的书第一次找工面试
关于CS的面试书, 读完Programming Interviews Exposed之后求programming interviews exposed这本书
相关话题的讨论汇总
话题: 30话题: checking话题: lines话题: linkedlist话题: exposed
进入JobHunting版参与讨论
1 (共1页)
l******d
发帖数: 530
1
Programming Interviews Exposed上的原话
You rarely need to write more than 15 lines of code and almost never more
than 30.
If you start writing a lot of code, you may be heading in the wrong
direction.
我写个template LinkedList的实现就80多行了呀,还省略了很多checking
q****x
发帖数: 7404
2
yes if it's 45-min, 2-question session.

checking

【在 l******d 的大作中提到】
: Programming Interviews Exposed上的原话
: You rarely need to write more than 15 lines of code and almost never more
: than 30.
: If you start writing a lot of code, you may be heading in the wrong
: direction.
: 我写个template LinkedList的实现就80多行了呀,还省略了很多checking

y*******g
发帖数: 6599
3
你写的太多了点而吧
q****x
发帖数: 7404
4
only write what is asked.

【在 l******d 的大作中提到】
: Programming Interviews Exposed上的原话
: You rarely need to write more than 15 lines of code and almost never more
: than 30.
: If you start writing a lot of code, you may be heading in the wrong
: direction.
: 我写个template LinkedList的实现就80多行了呀,还省略了很多checking

l******d
发帖数: 530
5
有些题目要用到linked list或stack之类的数据结构的,需要自己先定义了再写不?

【在 q****x 的大作中提到】
: only write what is asked.
l*********8
发帖数: 4642
6
问面试官。通常不需要写。

【在 l******d 的大作中提到】
: 有些题目要用到linked list或stack之类的数据结构的,需要自己先定义了再写不?
L***Q
发帖数: 508
7
不尽然,我onsite遇到过一个题是wildcat string match,那玩意儿30行C++恐怕写不完

checking

【在 l******d 的大作中提到】
: Programming Interviews Exposed上的原话
: You rarely need to write more than 15 lines of code and almost never more
: than 30.
: If you start writing a lot of code, you may be heading in the wrong
: direction.
: 我写个template LinkedList的实现就80多行了呀,还省略了很多checking

q****x
发帖数: 7404
8
recursion, around 30 lines enough.

不完

【在 L***Q 的大作中提到】
: 不尽然,我onsite遇到过一个题是wildcat string match,那玩意儿30行C++恐怕写不完
:
: checking

1 (共1页)
进入JobHunting版参与讨论
相关主题
求programming interviews exposed这本书并发,OO方面的coding interview问题怎么准备?
onsite后求祝福请推荐一本java面试编程的书
[合集] 报Google Offer:原来Google也可以很快的请求推荐一本CS面试的书
求推荐为找工作准备的编程的书关于CS的面试书, 读完Programming Interviews Exposed之后
攒RP,也发我的经验与体会CS专业的几本书,面试用(更新完)
求高人推荐C++比较好的书请问谁有programming interview exposed这本书?
非CS专业,怎么准备Amazon的面试呢?crack coding interview
is there a book for prepare software engineer interview?求 Programming Interview Exposed 电子书~
相关话题的讨论汇总
话题: 30话题: checking话题: lines话题: linkedlist话题: exposed