<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bandaged Group</title>
    <description>The latest articles on DEV Community by Bandaged Group (@bandagedg).</description>
    <link>https://dev.to/bandagedg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F519045%2F7e8fbda2-f47b-4de1-9550-c23411d95a5e.jpg</url>
      <title>DEV Community: Bandaged Group</title>
      <link>https://dev.to/bandagedg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bandagedg"/>
    <language>en</language>
    <item>
      <title>Marching Ants Puzzle</title>
      <dc:creator>Bandaged Group</dc:creator>
      <pubDate>Sun, 22 Nov 2020 23:03:25 +0000</pubDate>
      <link>https://dev.to/bandagedg/marching-ants-puzzle-1boe</link>
      <guid>https://dev.to/bandagedg/marching-ants-puzzle-1boe</guid>
      <description>&lt;p&gt;Suppose there is an ant at each vertex of a triangle (cube, regular tetrahedron / octahedron / dodecahedron / icosahedron / general planar graph / any graph).&lt;/p&gt;

&lt;p&gt;Suddenly each ant randomly (with equal probability) picks a neighboring edge and crawls along it to the next vertex. What is the probability that no two ants collide, neither on a vertex, nor en route on an edge?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example solution for triangle.&lt;/strong&gt;&lt;br&gt;
Each ant can move either Left, or Right. That gives 8 options: LLL, LLR, LRL, LRR, RLL, RLR, RRL, RRR. However, only in LLL and RRR no ants collide. Two options out of eight give probability 2/8 = 1/4.&lt;/p&gt;

&lt;p&gt;Give your numeric solutions for the mentioned polyhedra or an algorithm for a sufficiently general case!&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>codingpuzzle</category>
      <category>math</category>
      <category>algorithms</category>
    </item>
  </channel>
</rss>
