Sunday, June 15, 2025
HomePuzzleMaking the connection

Making the connection


You have got an array of fence posts protruding of the bottom. Every column has 4 posts, however the columns proceed west and east till they meet on the opposite aspect of the planet.

Making the connection

You must tie the posts collectively topic to the next restrictions:

  • Every pole can solely have two ropes leaving it (diploma 2 if this had been graph concept)
  • Every column should have a rope that goes instantly from its column to the adjoining columns, the columns 2 away, the columns 3 away, and the columns 4 away.

To do that, you may create a set of loops and edges that may every be repeated as many occasions as you want. Ropes might cross one another. Here is an instance of a loop and edge:

loop and edge

To differentiate between totally different loops, you may label them as follows (I am going to used the triangle for example):

  • Take the largest leap within the loop (3 columns on this case).
  • Decide the adjoining edge that is greatest (2 columns on this case)
  • Go across the loop ranging from the largest and within the path of the second, calling the largest path constructive.

Within the case of the triangle, it is a (3,-2,-1) loop. The sting is just a (4) edge. So in case you included a (3,-2,-1) loop in your set you can use it as many occasions as you want.

The problem is to reduce the scale of the set of loops and edges that you simply use to make this connection. The perfect answer would solely have one loop that is repeated again and again (if that is doable).

Tie-break could be for the shortest longest loop (i.e., the answer who’s longest loop is as small as doable. The size referring to the variety of edges (so the triangle measurement is 3)).

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments