Re: Searching Sets (Lottery Results)

2016-02-09 Thread MrPink
On Monday, February 8, 2016 at 7:05:24 PM UTC-5, Chris Angelico wrote: > On Tue, Feb 9, 2016 at 8:45 AM, MrPink wrote: > > I load the lottery drawings into memory for searching with the following > > code although, it is incomplete. I am stuck and need some guidance. > > > > The set datatype seem

Re: Searching Sets (Lottery Results)

2016-02-08 Thread Chris Angelico
On Tue, Feb 9, 2016 at 8:45 AM, MrPink wrote: > I load the lottery drawings into memory for searching with the following code > although, it is incomplete. I am stuck and need some guidance. > > The set datatype seems to be the best for searching, but how best can I > implement it? > > And I wa