in reply to Coding Challenge: Find 6 sided polygon covering 4x4 grid

This is a maths challenge, not a coding challenge. The big allure is coming up with the required insight how to generate solutions, and then how to express them in a program will be drudgery and comparatively trivial.
  • Comment on Re: Coding Challenge: Find 6 sided polygon covering 4x4 grid

Replies are listed 'Best First'.
Re^2: Coding Challenge: Find 6 sided polygon covering 4x4 grid
by LanX (Saint) on May 31, 2019 at 14:38 UTC
    I can't follow. ..

    Can you prove there is only one perfect solution?

    Otherwise you need code to check them all.

    If you know of better coding challenges feel free to post them. :)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Re^2: Coding Challenge: Find 6 sided polygon covering 4x4 grid
by Anonymous Monk on May 31, 2019 at 20:52 UTC
    Well looks similar to Traveling Salesman, don't you think?