由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 任意输入STRING,转换为INTEGER,
相关主题
Amazon 第一轮电话面试求大牛指点,一模一样的code一个报错一个通过,
String to Integer (atoi)一周多了。。。等的太不淡定了。。。 说两个面经吧
String to Integer (atoi)递归法parse计算数字string
问一道multiset的题新鲜,可以通过HTTP POST发送你的简历
请教leetcode上的count and say面经:IXL的code test题目
问个简单的atoi的问题MS onsite面经
狗狗电面刚刚FB电面试完
LeetCode 上的题目 AC Rate。问道zenefits的店面题。。。
相关话题的讨论汇总
话题: string话题: integer话题: atoi话题: whitespace话题: 123abc
进入JobHunting版参与讨论
1 (共1页)
g*****r
发帖数: 1037
1
这个题目有什么简洁的代码?
E.g. -123abc ==> -123
consider overflow
B*******1
发帖数: 2454
2
atoi
function

int atoi ( const char * str );
Convert string to integer
Parses the C string str interpreting its content as an integral number,
which is returned as an int value.
The function first discards as many whitespace characters as necessary until
the first non-whitespace character is found. Then, starting from this
character, takes an optional initial plus or minus sign followed by as many
numerical digits as possible, and interprets them as a numerical value.
g*****r
发帖数: 1037
3
what is the implementation code?
f*******t
发帖数: 7549
4
google atoi you can find 一大堆 code

【在 g*****r 的大作中提到】
: what is the implementation code?
1 (共1页)
进入JobHunting版参与讨论
相关主题
问道zenefits的店面题。。。请教leetcode上的count and say
F一道ONSITE题目问个简单的atoi的问题
Amazon的一些电面问题狗狗电面
off marketLeetCode 上的题目 AC Rate。
Amazon 第一轮电话面试求大牛指点,一模一样的code一个报错一个通过,
String to Integer (atoi)一周多了。。。等的太不淡定了。。。 说两个面经吧
String to Integer (atoi)递归法parse计算数字string
问一道multiset的题新鲜,可以通过HTTP POST发送你的简历
相关话题的讨论汇总
话题: string话题: integer话题: atoi话题: whitespace话题: 123abc