Given the head pointers to two linked lists of unknown length, find the node of intersection if they do intersect.
Software Development Engineer Intern Interview Questions
2,285 software development engineer intern interview questions shared by candidates
Make a program that writes a Binary Search Tree to a file. Now create a program that reads those files and recreates a Binary Search Tree.
Signed an NDA, so I will not post the questions.
I signed NDA for online assessments. For the phone interview, questions about DS and string manipulation. Should be good if can solve medium level HackerRank or Leetcode problems.
Implementing a dictionary of quick searching words
Given a list of n elements...every element has a duplicate except one...Find that lone number?
string compression: aaabbbbcc ->a3b4c2
Given a set of points (x,y) and an integer "n", return n number of points which are close to the origin
Write a program to find the square root of a double.
First question was to find all numbers that occurred an odd-number of times in an array and second question was implement a stack that could return the largest number in the stack at anytime.
Viewing 11 - 20 interview questions