Re: [Tutor] Algorithm for combination analysis suggestion.

2010-02-12 Thread Gerard Flanagan
Matthew Matson wrote: Hi Tutors, I am looking for the proper approach regarding the analysis of a dictionary of combinations I have. What I need to do is read from a supplied text file that has a unique ID and that unique ID's associated combination of elements. So let's say I have the

[Tutor] Algorithm for combination analysis suggestion.

2010-02-11 Thread Matthew Matson
Hi Tutors, I am looking for the proper approach regarding the analysis of a dictionary of combinations I have. What I need to do is read from a supplied text file that has a unique ID and that unique ID's associated combination of elements. So let's say I have the following lines in a text

Re: [Tutor] Algorithm for combination analysis suggestion.

2010-02-11 Thread Kent Johnson
On Thu, Feb 11, 2010 at 1:59 PM, Matthew Matson gtx...@hotmail.com wrote: Hi Tutors, I am looking for the proper approach regarding the analysis of a dictionary of combinations I have. What I need to do is read from a supplied text file that has a unique ID and that unique ID's associated

Re: [Tutor] Algorithm for combination analysis suggestion.

2010-02-11 Thread Matthew Matson
I am trying to do. Thanks again. Date: Thu, 11 Feb 2010 15:21:51 -0500 Subject: Re: [Tutor] Algorithm for combination analysis suggestion. From: ken...@tds.net To: gtx...@hotmail.com CC: tutor@python.org On Thu, Feb 11, 2010 at 1:59 PM, Matthew Matson gtx...@hotmail.com wrote: Hi