Tagged Questions
19
votes
7answers
2k 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 square of 100 available ...
12
votes
8answers
2k 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 must be equal in ...
4
votes
2answers
329 views
How can I solve The Riddle of Nine 9's programmatically?
How can I solve this riddle programmatically? Could someone help me with some pseudo-code or something?
Nine 9s
Combining nine 9's with any number of the operators +, -, *, /, (, ), what is the ...