由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 再问道题
相关主题
有做过Amazon online test的么?How to multiply two floats using only summation
发个amazon online test 的题发一些面世题,C Programming
experienced c++ developer, bankingC interview question
转行到CS的人具体应该做software develop的哪个方向呢一个GOOG的二叉树面试题
转行码工请教请教一个C/C++问题
某医疗行业外企招聘 researcher-上海回馈本版,贴ms onsite面经
最近有材料/化工的面试Du Pont吗?用C写一个拷贝graph的代码,电话面试题
有人了解exponent吗问个编程,系统,网络有关的综合问题。
相关话题的讨论汇总
话题: erform话题: largedigit话题: factorial话题: uint
进入JobHunting版参与讨论
1 (共1页)
P*******b
发帖数: 1001
1
what datastructure can be used to store a more than 50-digit number and to p
erform factorial?
s*********t
发帖数: 1663
2
写个大数的运算类?
参见此题
http://www.topcoder.com/stat?c=problem_statement&pm=212&rd=55

p

【在 P*******b 的大作中提到】
: what datastructure can be used to store a more than 50-digit number and to p
: erform factorial?

t******e
发帖数: 1293
3
linked list?
typedef struct {
uint coefficient;
uint exponent;
LargeDigit* next;
} LargeDigit;
然后自己实现加法、乘法。

p

【在 P*******b 的大作中提到】
: what datastructure can be used to store a more than 50-digit number and to p
: erform factorial?

1 (共1页)
进入JobHunting版参与讨论
相关主题
问个编程,系统,网络有关的综合问题。转行码工请教
C++ Q33: typedef (B4_20)某医疗行业外企招聘 researcher-上海
array of pointers to functions最近有材料/化工的面试Du Pont吗?
C++ Q56: map & typedef (C29)有人了解exponent吗
有做过Amazon online test的么?How to multiply two floats using only summation
发个amazon online test 的题发一些面世题,C Programming
experienced c++ developer, bankingC interview question
转行到CS的人具体应该做software develop的哪个方向呢一个GOOG的二叉树面试题
相关话题的讨论汇总
话题: erform话题: largedigit话题: factorial话题: uint