[BangPypers] golf problem

Gora Mohanty gora at mimirtech.com
Sun Dec 25 09:39:05 CET 2011


On Sun, Dec 25, 2011 at 12:52 PM, Kenneth Gonsalves <lawgon at gmail.com> wrote:
> hi,
>
> a golf course has 18 holes. There are three types of hole - par 3, par 4
> and par 5. For a certain type of tournament it is necessary to generate
> a random list of 6 holes. The only condition is that this list should
> contain at least one of each type of hole. What would be an elegant way
> of doing this. Sample data for Ooty golf course is given below. The hole
> number is the first element of each tuple and the par is the second
> element.

http://pastebin.com/SSxkDCGW

Regards,
Gora


More information about the BangPypers mailing list