Tagged Questions

13
votes
10answers
663 views

Frequently Asked Riddles in Job Interviews

Were you asked any logic riddles in job interviews? Are you usually asking riddles in job interviews? What are they? (What are the answers..) I was asked once how can you divide e …
16
votes
7answers
1k views

Riddle: The Square Puzzle

Last couple of days, I have refrained myself from master's studies and have been focusing on this (seemingly simple) puzzle: There is this 10*10 grid which constitutes a squar …
9
votes
9answers
653 views

recursion: cut array of integers in two parts of equal sum - in a single pass

Using recursion, find an index that cuts an array in two parts so that both parts have equal sum. Cut means to cut like with a knife. All the cells with index <= to the result …