由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 打击啊,程序没写出来
相关主题
请问一个C++题目onsite 后求bless
问一个C++的小细节,和leetcode也有关一道题
Amazon的一些电面问题leetcode Palindrome Partitioning
Amazon 第一轮电话面试LC的compare version有点麻烦
问一道算法题请教一道算法题
请教一个Palindrome Partition问题Riverbed 面经
请教leetcode上的count and sayfind duplicate integers in a big file
新手问个初级问题, 面试coding的时候数字转字符串用itoa还是stringstream?Another DP Problem: Balanced Partition
相关话题的讨论汇总
话题: 程序话题: input话题: integers话题: strings话题: buff
进入JobHunting版参与讨论
1 (共1页)
z********i
发帖数: 568
1
TwoSigma 2-hour coding test. 只写完了第一题:sort a list of integers and
words.第二题只剩下15分钟,读完题就没时间拉。
自己才开始写程序,才把150第一章的题写了。这个面试题就花很多时间在处理input上
:不是很熟悉那些函数。
看别人的评论,都说简单。加油写程序了。
周四有Mathworks的技术面试,估计也会写程序吧。
t*******2
发帖数: 292
2
很正常吧,

【在 z********i 的大作中提到】
: TwoSigma 2-hour coding test. 只写完了第一题:sort a list of integers and
: words.第二题只剩下15分钟,读完题就没时间拉。
: 自己才开始写程序,才把150第一章的题写了。这个面试题就花很多时间在处理input上
: :不是很熟悉那些函数。
: 看别人的评论,都说简单。加油写程序了。
: 周四有Mathworks的技术面试,估计也会写程序吧。

f*****e
发帖数: 2992
3
可以用STL不?

【在 z********i 的大作中提到】
: TwoSigma 2-hour coding test. 只写完了第一题:sort a list of integers and
: words.第二题只剩下15分钟,读完题就没时间拉。
: 自己才开始写程序,才把150第一章的题写了。这个面试题就花很多时间在处理input上
: :不是很熟悉那些函数。
: 看别人的评论,都说简单。加油写程序了。
: 周四有Mathworks的技术面试,估计也会写程序吧。

c********t
发帖数: 5706
4
可以把那些input的函数调用放在边上,随时拷贝。
弱问integer和words是怎么放在一个list里面的?两个之间sort关系是什么?

【在 z********i 的大作中提到】
: TwoSigma 2-hour coding test. 只写完了第一题:sort a list of integers and
: words.第二题只剩下15分钟,读完题就没时间拉。
: 自己才开始写程序,才把150第一章的题写了。这个面试题就花很多时间在处理input上
: :不是很熟悉那些函数。
: 看别人的评论,都说简单。加油写程序了。
: 周四有Mathworks的技术面试,估计也会写程序吧。

d*****o
发帖数: 310
5
会不会是char,然后用atoi类似的转换排序?

【在 c********t 的大作中提到】
: 可以把那些input的函数调用放在边上,随时拷贝。
: 弱问integer和words是怎么放在一个list里面的?两个之间sort关系是什么?

z********i
发帖数: 568
6
ANSI C++,可以。

【在 f*****e 的大作中提到】
: 可以用STL不?
z********i
发帖数: 568
7
Input: test 12 function -92
Integers sorted together. Strings sorted together.
想用stl的sort,list,就用stringstream to process input and partitions strings
and integers separately.不是很熟悉stringstream。要命的是不知道为啥,
ss.getline(buff,MAX_LINE_LENGTH,'\n'); 不work拉:ss不能从buff里拿到东西。最
后用
ss<
【在 c********t 的大作中提到】
: 可以把那些input的函数调用放在边上,随时拷贝。
: 弱问integer和words是怎么放在一个list里面的?两个之间sort关系是什么?

j*****o
发帖数: 394
8
2sigma 的题万年不变啊。。。。

【在 z********i 的大作中提到】
: TwoSigma 2-hour coding test. 只写完了第一题:sort a list of integers and
: words.第二题只剩下15分钟,读完题就没时间拉。
: 自己才开始写程序,才把150第一章的题写了。这个面试题就花很多时间在处理input上
: :不是很熟悉那些函数。
: 看别人的评论,都说简单。加油写程序了。
: 周四有Mathworks的技术面试,估计也会写程序吧。

C***U
发帖数: 2406
9
能拿到2sigma的面试就很崇拜

strings

【在 z********i 的大作中提到】
: Input: test 12 function -92
: Integers sorted together. Strings sorted together.
: 想用stl的sort,list,就用stringstream to process input and partitions strings
: and integers separately.不是很熟悉stringstream。要命的是不知道为啥,
: ss.getline(buff,MAX_LINE_LENGTH,'\n'); 不work拉:ss不能从buff里拿到东西。最
: 后用
: ss<
1 (共1页)
进入JobHunting版参与讨论
相关主题
Another DP Problem: Balanced Partition问一道算法题
Integer Partition problem请教一个Palindrome Partition问题
partition array problem请教leetcode上的count and say
一道巨常见的题新手问个初级问题, 面试coding的时候数字转字符串用itoa还是stringstream?
请问一个C++题目onsite 后求bless
问一个C++的小细节,和leetcode也有关一道题
Amazon的一些电面问题leetcode Palindrome Partitioning
Amazon 第一轮电话面试LC的compare version有点麻烦
相关话题的讨论汇总
话题: 程序话题: input话题: integers话题: strings话题: buff