由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - c++定义bignum
相关主题
请教一道题Question:Given a array,find out if there exist a subarray such its sum is zero
一个实际的排序问题上道有意思的题
amazon intern 3电A problem about Heap and Stack.
L面试问个题 weighted random sampling
common elements of last K arrays失荆州 - G电面经
How to turn a binary search tree into a sorted array?A, A, G, G, L, C, Z, U 面经 + offer
google 2nd onsite?Google电话面试题目
C++ Q78: about sizeofa small question about c++ object allocation
相关话题的讨论汇总
话题: bignum话题: 多位数话题: array
进入JobHunting版参与讨论
1 (共1页)
j******2
发帖数: 362
1
要求可以有无穷多位数,用什么数据结构比较好?vector?linked list?pre allocated
large array?
a****l
发帖数: 8211
2
不可能有无穷多位数的.有限的计算机只能计算有限的位数.

allocated

【在 j******2 的大作中提到】
: 要求可以有无穷多位数,用什么数据结构比较好?vector?linked list?pre allocated
: large array?

B*********3
发帖数: 36
3
array比较好。array里面的每个element表示一位数
1 (共1页)
进入JobHunting版参与讨论
相关主题
a small question about c++ object allocationcommon elements of last K arrays
Char x[] = "abc"; 是在heap还是stack上? (转载)How to turn a binary search tree into a sorted array?
请教个C++编程思路google 2nd onsite?
一道老题C++ Q78: about sizeof
请教一道题Question:Given a array,find out if there exist a subarray such its sum is zero
一个实际的排序问题上道有意思的题
amazon intern 3电A problem about Heap and Stack.
L面试问个题 weighted random sampling
相关话题的讨论汇总
话题: bignum话题: 多位数话题: array