Add 2 numbers, that are represented using a linked list
Software Engineer Intern Interview Questions
9,339 software engineer intern interview questions shared by candidates
You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contains a single digit. Add the two numbers and return them as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. Example: Input: (7 -> 2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 8 -> 0 -> 7
Leetcode types like 2 sum,etc
'Do you consider yourself a hobbyist - for example, do you code and create projects in your free time?'
Leetcode sliding window question type
Following the OA In both rounds they ask questions from dsa in array dp and i was asked a heap ques as well. DB Design is important.
what is the difference in memory management in c and high level languages like python?
Can you tell me more about what relevant projects you have completed in the past?
How do you find maximum element of an array given to you?
Questions about C# Development and Java.
Viewing 9101 - 9110 interview questions