Talk:Trabb Pardo–Knuth algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
m (→‎Notes: spelling, etc)
(→‎Python code: new section)
Line 2: Line 2:
==Notes==
==Notes==
I don't have access to the WP reference works and just went from the WP article and some of the examples on its external references. I hope the numbered parts to the requirements will ensure that the task can be completed by most. --[[User:Paddy3118|Paddy3118]] 20:21, 22 May 2012 (UTC)
I don't have access to the WP reference works and just went from the WP article and some of the examples on its external references. I hope the numbered parts to the requirements will ensure that the task can be completed by most. --[[User:Paddy3118|Paddy3118]] 20:21, 22 May 2012 (UTC)

== Python code ==

I'm not entirely convinced by the Python implementations, especially given that the WP samples seem to be very focused on accepting exactly 11 numbers. While yes, the greater generality of the Python code is what I'd go for as well ''normally'', this task is much more exact than that I believe. –[[User:Dkf|Donal Fellows]] 08:23, 23 May 2012 (UTC)

Revision as of 08:23, 23 May 2012

Notes

I don't have access to the WP reference works and just went from the WP article and some of the examples on its external references. I hope the numbered parts to the requirements will ensure that the task can be completed by most. --Paddy3118 20:21, 22 May 2012 (UTC)

Python code

I'm not entirely convinced by the Python implementations, especially given that the WP samples seem to be very focused on accepting exactly 11 numbers. While yes, the greater generality of the Python code is what I'd go for as well normally, this task is much more exact than that I believe. –Donal Fellows 08:23, 23 May 2012 (UTC)