How do you find the middle of a linked list, rounding up in the case of an odd number of items but with no differentiation between an even or odd number?
Financial Software Developer Interview Questions
757 financial software developer interview questions shared by candidates
how many blocks on an n x n megablock are not on the edge?
25 racehorse question. Given 25 horses a track that can only race 5 at a time, what is the fewest # of races to find the top 3 ranked horses?
How do you reverse a linked list
Given a list of 1,000,000 integer (1 to 1,000,000 with no repeat), how to sort the list with only 1 mb of memory space.
Linked list memory management: deleting a node from the middle of a list was easy. Next question - how to delete a node from the end of a list. Was too tired to think and realize this was a trick question.
Q1. Singly linked list, know header node, but do not know how many nodes in a list. find out 2nd last node
How would you find the largest value in an array?
sorting the red and green balls.RRRRRGGGGGGGG to RGRGRGRGRGGGGG
How do you remove extra parenthesis in a given equation Ex: ((a+b))*c should be converted to (a+b)*c
Viewing 31 - 40 interview questions