TADM2E 1.4

From Algorithm Wiki
Revision as of 14:00, 5 November 2019 by Andriollo (talk | contribs) (Created page with " e ----- f | | d - c b | | a | | | | | | | | | | | | | g - h The sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
   e ----- f
   |       |
   d - c   b
       |   |
       a   |
       |   |
       |   |
       |   |
       |   |
       |   |
       |   |
       g - h

The shortest route goes through c, d, e and f, and has more turns than the one going through g and h.

Back to Introduction ...