由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 实现atof
相关主题
CCup题目2.1是不是有更简单的O(n)的解我们公司在招聘 Software Implementation engineer (转载)
微软sdet onsite面经面试题
新鲜SDET M onsite 面经 [update offer]刚刚amazon 2nd phone interview
question 2: o(1) euque and dequeue?facebook技术第三面面经 + 请前辈们分享一些onsite经验谢谢
面试的时候可以用STL吗问个amazon的题,关于url的提取
Implement an web-based dictionary lookup请问一下 regular expression怎么复习啊?
A家面试题请问大家准备面试的时候,一定要会用grep吗?
Expedia Hiring for SQL Server Developer (转载)regex matching algorithm
相关话题的讨论汇总
话题: atof话题: 03e1话题: implement
进入JobHunting版参与讨论
1 (共1页)
S**Y
发帖数: 136
1
看到这么一题:
Implement atof function. eg., +3.5e-2, .03e1, 1e1, 0.0
这个还有逗号的情况,有许多种case,难道一个一个列举? 谁有什么比较clean的解法
啊?
q****x
发帖数: 7404
2
regex.

【在 S**Y 的大作中提到】
: 看到这么一题:
: Implement atof function. eg., +3.5e-2, .03e1, 1e1, 0.0
: 这个还有逗号的情况,有许多种case,难道一个一个列举? 谁有什么比较clean的解法
: 啊?

1 (共1页)
进入JobHunting版参与讨论
相关主题
regex matching algorithm面试的时候可以用STL吗
Amazon电面 (面经)Implement an web-based dictionary lookup
regex interview questionA家面试题
问一道编程面试题:regex匹配文本中的域名Expedia Hiring for SQL Server Developer (转载)
CCup题目2.1是不是有更简单的O(n)的解我们公司在招聘 Software Implementation engineer (转载)
微软sdet onsite面经面试题
新鲜SDET M onsite 面经 [update offer]刚刚amazon 2nd phone interview
question 2: o(1) euque and dequeue?facebook技术第三面面经 + 请前辈们分享一些onsite经验谢谢
相关话题的讨论汇总
话题: atof话题: 03e1话题: implement