Herval, a guy I met some months ago, is creating something he says is a "nerd social network where you can find and upload puzzles". It's not 100% ready but it's on its way, he says.
The fact is that at http://braintea.se I found an interesting puzzle that caught my attention by the end of last friday's afternoon. After my eight regular hours of work, I spent about two hours trying to solve it, but without success. So I left it behind. By the morning of the following saturday, I was looking for a good reason to leave my bed when "The puzzle" came to my mind and a ran to my computer. Thirty minutes lates I was done: Problem solved.
I think puzzles are a very interesting way of improving problem-solving skills. The feeling of "I did it" is really rewarding. So, I'll leave you with The 100 light bulbs problem:
Next week I'll post a little python script with the puzzle solution and some comments.
See ya.
The fact is that at http://braintea.se I found an interesting puzzle that caught my attention by the end of last friday's afternoon. After my eight regular hours of work, I spent about two hours trying to solve it, but without success. So I left it behind. By the morning of the following saturday, I was looking for a good reason to leave my bed when "The puzzle" came to my mind and a ran to my computer. Thirty minutes lates I was done: Problem solved.
I think puzzles are a very interesting way of improving problem-solving skills. The feeling of "I did it" is really rewarding. So, I'll leave you with The 100 light bulbs problem:
You have 100 toggle switches, each connected to a corresponding light bulb. At first, all lights are off. You then press every single toggle, thus turning on all of the bulbs. Next, you press every second toggle (ie. 2, 4, 6, 8, ..., 96, 98, 100) so that all the even numbered bulbs are turned off. Then you press every third toggle (3, 6, 9, ... 93, 96, 99) and every fourth toggle (4, 8, 12, ... 92, 96, 100), and every fifth toggle (5, 10, 15, ... 90, 95, 100), and so on, and so on, until the last two sequences, which are every ninety ninth toggle (99) and every hundredth toggle (100). Question: Which light bulbs will now be on?For more puzzles visit: http://braintea.se/
Next week I'll post a little python script with the puzzle solution and some comments.
See ya.
Nenhum comentário:
Postar um comentário