zhedahht / CodingInterviewChinese2

《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Other
5.32k stars 2.17k forks source link

面试题17,涉及大数的问题为什么不能用int型数组 #13

Closed TzhMonster closed 6 years ago

TzhMonster commented 6 years ago

请问能用int数组处理吗?为什么要选用char字符数组处理?

TzhMonster commented 6 years ago

知道了...应该是因为存储的开销,毕竟char只占1字节,int占4字节,感叹海涛大神的细节