0

we are given n points, 1 to n which are placed on a circle. we need to draw lines b/w the points. one point can only be a part of one line. we need to draw lines in such a way that no two lines intersect. one complete line sequence is called if all the points are used to draw the line segments. how can I find total no. of different complete line sequences that can be drawn using n points in a circle?

for ex: if points on a circle is 6 then there could be max. 5 complete line sequences.

Any formula which can be derived for this problem?

GorvGoyl
  • 151

1 Answers1

2

Number of ways to pair off $2n$ points such that no chords intersect Is it the same question ?

If yes, then Catalan numbers is the answer(as mentioned in the post)

Edit: If you read the problem, its not directly related. N=3 in the redirected post is equivalent to N=6 in this post. Catalan numbers is followed for the even numbers, for odd answer is 0.