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 In Test Sdet Interview Questions
3,712 software development engineer in test sdet interview questions shared by candidates
Maximum common Subsequence
Find the last unique character in a character string
Why do you choose to work as a tester
Remove a node from a singly linked list.
Given a numeric expression, evaluate the expression and give the result. For instance: 4-3*12+300
How to detect loops on a single linked list?
Assume a text console where somebody is typing input. Whenever the person hits enter, we should display the string that he has entered. The string can be very very long and the program that takes the input and displays should be as fast as possible. Write such a C program
What precautions will u take to transfer money from one state to another
Print the order of numbers in reverse in an array using pointers. c-program
Viewing 411 - 420 interview questions