boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面试的时候可以用STL吗
相关主题
I gotta feeling
partime image/video processing -- Grad. students ok (转载)
问问careerup书上的一道题:
wireless PHY 职业前景?
有没有人总结过Linkedin的面经题?跪谢!!
请教几道CS基础题,谢谢!
During interview, recursive or non-recursive algorithm are preferred?
Quant Researcher/Data Scientist/Developer 招人,纽约,需要公 (转载)
java: use vector to shuffle a deck of Card 问题
question 2: o(1) euque and dequeue?
相关话题的讨论汇总
话题: stl话题: algorithms话题: algorithm话题: basic话题: 面试
进入JobHunting版参与讨论
1 (共1页)
f***g
发帖数: 214
1
正在看Algorithm in C++. 有个问题:
看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都
是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗?
b******v
发帖数: 1493
2
为什么用STL不好扩展?

【在 f***g 的大作中提到】
: 正在看Algorithm in C++. 有个问题:
: 看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都
: 是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗?

f***g
发帖数: 214
3
可能我“翻译”的不对。原文如下:
"to implement basic algorithms arises frequently. The primary reason to do
so is that we are faced, all too often, with completely new computing
environments with new features that old implementations may not use to best
advantage. In other words, we often implement basic algorithms tailored to
our problem, rather than depending on a system routine, to make our solution
more prtable and longer lasting......Another common reason to reimplement
basic algorithms is the mechanisms t
c**********n
发帖数: 516
4
re

【在 f***g 的大作中提到】
: 正在看Algorithm in C++. 有个问题:
: 看书上说,为了保证以后的可扩展和可移植,代码中都不使用STL和STL Algorithm,都
: 是自己写的。不知道面试的时候,如果要求写代码,可以直接使用STL吗?

1 (共1页)
进入JobHunting版参与讨论
相关主题
question 2: o(1) euque and dequeue?
现在不会java,不会C#是不是很不好找工作了啊
Bloomerg 还没放弃我。 电话二面经过。
C++ Q35: sizeof() (B20_20)
面经兼求祝福
请教一个C++的题目,谢谢
再问一个C的malloc( )
implement malloc和free这题
A家第一次电面(面经)
Amazon kindle team电面
相关话题的讨论汇总
话题: stl话题: algorithms话题: algorithm话题: basic话题: 面试