Given a tree, write a serializer for it. Ensure it can be reconstructed from it as well class Node { public Node Left; Public Node Right; Public byte[] Data; }
Development Engineer Interview Questions
37,145 development engineer interview questions shared by candidates
Merge k sorted link lists
Given a stack and a no of element, find the max element in O(1) time
About my experience and my life when still student
What I can do to get you in the door?
Explain how to test this code, write atoi, etc
How to shuffle a deck of card. How to make it in place.
Find a number in a 2d array, if found give its coordinates.
Write a function which will receive an hour and minute from an analog clock, and calculate the inner angle between them.
How to revert a single linked list? I solved, but with a mistake for the first time. After rewriting I had little time, so interview ended. That was my fault, I guess.
Viewing 2101 - 2110 interview questions