Write a function to delete all nodes from a linked list that match an input value. Provide test cases.
Development Engineer Interview Questions
37,135 development engineer interview questions shared by candidates
find all possible paths between two points in a matrix
Design the service similar to bit.ly
Generate all valid n pairs of parenthesis, i.e. ( ( ) ( ) ) is valid 3 pairs, ) ( ) ( is not valid.
Why do you choose to shift from business to computer science when you were applying college? (I mean, no technical question becomes more difficult than this one.)
print the matrix in spiral format (inside out). Not that difficult, but challenging if you have not heard of the question before (as was the case with me)
I am unable to give details, due to a non-disclosure agreement.
X==NULL and NULL==x, what is the difference
Write a function to determine if a tree is a BST.
Given any binary tree, write an method to test whether it is a Binary Search Tree
Viewing 1751 - 1760 interview questions