Talk:24 game/Solve: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with 'One problem with this solution is that it can only attempt one set of brackets. What if more than one set of brackets is necessary? --~~~~')
 
Line 1: Line 1:
==Python Solution incomplete?==
One problem with this solution is that it can only attempt one set of brackets. What if more than one set of brackets is necessary? --[[Special:Contributions/164.67.235.128|164.67.235.128]] 17:19, 1 November 2009 (UTC)
One problem with this solution is that it can only attempt one set of brackets. What if more than one set of brackets is necessary? --[[Special:Contributions/164.67.235.128|164.67.235.128]] 17:19, 1 November 2009 (UTC)
: I had thought of that, but that was after I had a solution for none or any one set of brackets, which I thought was crucial. I couldn't at the time, come up with a set of numbers where the solution needed two brackets, (I didn't try very hard - I was enjoying what I had wrote already); so just left it out. Do you know of a set of numbers that can only be solved with the use of two sets of brackets? --[[User:Paddy3118|Paddy3118]] 18:57, 1 November 2009 (UTC)
: P.S. Gosh you're sharp. No flies on you :-)

Revision as of 18:57, 1 November 2009

Python Solution incomplete?

One problem with this solution is that it can only attempt one set of brackets. What if more than one set of brackets is necessary? --164.67.235.128 17:19, 1 November 2009 (UTC)

I had thought of that, but that was after I had a solution for none or any one set of brackets, which I thought was crucial. I couldn't at the time, come up with a set of numbers where the solution needed two brackets, (I didn't try very hard - I was enjoying what I had wrote already); so just left it out. Do you know of a set of numbers that can only be solved with the use of two sets of brackets? --Paddy3118 18:57, 1 November 2009 (UTC)
P.S. Gosh you're sharp. No flies on you :-)