The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Software Development Engineer Test Interview Questions
5,411 software development engineer test interview questions shared by candidates
Reverse a string without using a buffer?
Are you familiar with setting up computer hardware? If so, what does __(computer component)___ do? Why would we choose to use a SSD over an HHD.
to write a tree traversal algorithm side to side
Print the order of numbers in reverse in an array using pointers. c-program
level by level print BST
Reverse a list
Why do you choose to work as a tester
Write a program to find anagrams of a string
Write a method to rotate an array at n without using O(1) space. How would you test this method
Viewing 691 - 700 interview questions