How do you remove extra parenthesis in a given equation Ex: ((a+b))*c should be converted to (a+b)*c
Financial Software Developer Internship Interview Questions
758 financial software developer internship interview questions shared by candidates
Write a function to cause stackoverflow.
How to find the medium number of a given array.
count the number of t's in the passage!
2, 3, 5, 7, what comes next
Implement singleton
Implement a function in C that takes a string "Hey" and converts it to "[H][e][y]" with no return value
A robot can move only left and down in nXn matrix. Have to get to the bottom right corner of matrix. Write algorithm to find the maximum number paths it can take.
You're given a binary tree--not necessarily complete or proper--and you need to give each node a "friend" pointer that points to the node to its right in the tree. This node is on the same level but is not necessarily a sibling, which makes the problem a little tricky. The friend pointer of the node farthest to the right on each level should be null.
I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Viewing 41 - 50 interview questions