What are the minimum number of lines required to connect all sixteen dots in a pattern?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The points are represented from A - P .
Path :
Move from A to P1 , P1 to P2 , P2 to E, E to H , H to P3 and finally from P3 to J
Reverse will also work
NOTE:
I am not sure if we can do it in 5 lines