Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
explain virtual function call mechanism at memory level
Write a function to determine if a binary tree is balanced or not.
How can u measure the temperature outside when you stay inside?
Print the binary tree in zig-zag order.
searching for patterns in strings; how to destroy your functions with different testing cases;
finad all plaindromes ina string.
Given an input string, return whether or not the string contains balanced brackets where bracket characters are (), []. {}. The input string can contain alphanumeric characters in addition to the bracket characters.
1) Implement atoi 2) correct bug in the code that deletes head from linked list 3) Given string of digits like "72388" and int n, delete n characters from the sting such the resulting string contains minimal number representation, you must preserve relative position of digits. Example: if st="72388" and n=2, the answer is 238.
I - Behavioral with Diresctor II- Bank Robbery III- K closest points to the origin IV- Climbing stairs TwoSUM
Viewing 871 - 880 interview questions