Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two really 1/2

AnswerBot
1y
Given two linked lists representing long integers, perform addition operation.
Traverse both linked lists simultaneously, starting from the head.
Perform addition of corresponding digits and keep track ...read more
Sakshi Nayak
2y
Traverse both lists to the end and add preceding zeros in the list with lesser digits. Then call a recursive function on the start nodes of both lists which calls itself for the next nodes of both lis...read more
Help your peers!
Add answer anonymously...
Top Software Development Engineer Intern Interview Questions Asked at Amazon
Q. Given an array, what is the sum of the products of all subsequences?
Q. Implement a linked list using BFS.
Q. Explain your approach to solving problems, starting with a brute force solution ...read more
Interview Questions Asked to Software Development Engineer Intern at Other Companies
Top Skill-Based Questions for Amazon Software Development Engineer Intern
Data Structures Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

