Skip to main content
ttokoro
21-Topaz I
21-Topaz I
September 3, 2018
Question

Connect all dots by one stroke.

  • September 3, 2018
  • 1 reply
  • 5784 views

Puzzle only to fun. Question graphs are made by using Mathcad programing.

For exsample of Level 4.

puzzle-5-4.png

 

For the exsample of Level 10.

puzzle-5-10.png

And this is the problem I find in WWW. Level 7.

puzzle-5-7.png

1 reply

ttokoro
21-Topaz I
ttokoro21-Topaz IAuthor
21-Topaz I
December 27, 2018

This puzzle is very difficult for students to solve.

Therefore, even using Mathcad, it is too hard to solve.

( This is only a puzzle to fun! ) 

Tokoro

t.t.
25-Diamond I
December 27, 2018

@ttokoro wrote:

This puzzle is very difficult for students to solve.

Therefore, even using Mathcad, it is too hard to solve.


Not even if done by brute force using recursion?

 

BTW, whats the meaning of n (0,1,2,3) in your screenshots?

25-Diamond I
December 27, 2018

Here is a brute force solution.

The starting point is manually set. No error check is done yet as to if the starting point is an existing point 😉

It should be easy to write a wrapper which cycles through all possible starting points trying to find one which yields a solution.

B.png

 

Its just a quick hack and quite inefficient. Especially when the layout does not allow a solution the sheet takes quite some time to realize that 😉

There may even be an error in my recursion?