由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Subtraction for link list represented integer
相关主题
再来一道简单的bit运算题L家电面(最新) 攒RP 求bless
Careercup question.这题应该用bucket sort还是counting sort
问个Amazon面试题请教一个leetcode题目的扩展?
leetcode plus one 书上答案是不是错了?google 电面
贡献一道M的链表题做题
求助一道算法题, 在限定三个operation下使一个数变成1的最小操作数请问如何安全地reverse 一个integer
一道 Amazon DP题关于随机的题目
发觉最近流行这些X坐标扫描的题问个google 题
相关话题的讨论汇总
话题: digital话题: d1话题: link
进入JobHunting版参与讨论
1 (共1页)
x****3
发帖数: 62
1
Just interviewed one question in MS Exch team. The questions is that a big
int is represented by link list, resolve the subtraction of two such int.
struct Digital
{
short value; // {0-9}
Digital next;
}
Digital Subtraction(Digital d1, Digital d2)
The two int can be negative and the length of the two link lists may not be
the same. For example, d1 = 2->3, d1 = 1->6->5, the return value should be -
1->4->2.
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个google 题贡献一道M的链表题
跪求roman number to integer 和 integer to roman number的程序求助一道算法题, 在限定三个operation下使一个数变成1的最小操作数
说个epic的机考题目一道 Amazon DP题
reverse an integer 怎么判断是否 overflow 来着发觉最近流行这些X坐标扫描的题
再来一道简单的bit运算题L家电面(最新) 攒RP 求bless
Careercup question.这题应该用bucket sort还是counting sort
问个Amazon面试题请教一个leetcode题目的扩展?
leetcode plus one 书上答案是不是错了?google 电面
相关话题的讨论汇总
话题: digital话题: d1话题: link