3 N ANTS
Imagine there are N ants in N different corners of an equilateral polygon, and each ant randomly picks a direction and starts traversing the edge of the polygon. What’s the probability that none of the ants collide? (Provided condition: N>2)
Write a code.