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?