User talk:Tonyjv: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 9: Line 9:
==Sort instead of max in Anagrams==
==Sort instead of max in Anagrams==
Hi Tony, If you only use the max value in your [[Anagrams#Python]] entry, why change from using max to using sort? Thanks, --[[User:Paddy3118|Paddy3118]] 11:26, 19 September 2011 (UTC)
Hi Tony, If you only use the max value in your [[Anagrams#Python]] entry, why change from using max to using sort? Thanks, --[[User:Paddy3118|Paddy3118]] 11:26, 19 September 2011 (UTC)
Because it pays of when looping to give all that length solutions, see the break in the loop and compare it to other solution.--[[User:Tonyjv|Tonyjv]] 16:10, 20 September 2011 (UTC)

Revision as of 16:10, 20 September 2011

Can we talk about your Python edits please?

Hi, I have spent time, and looked at most of your edits and disagreed with them. Is it possible that we could talk about our respective views on your edits, and maybe invite others for their views too so we can reach a consensus?

The site is a collaborative wiki, so it would be great if several people gave their input on this, so please speak up!
Thanks --Paddy3118 21:23, 30 June 2010 (UTC)

Have been busy with DaniWeb (member of month in April) and trying to do some work so Have not checked these pages for ages. Now I am looking into getting involved also with Go language, so I came back to these pages and saw your comment long time ago.

Sort instead of max in Anagrams

Hi Tony, If you only use the max value in your Anagrams#Python entry, why change from using max to using sort? Thanks, --Paddy3118 11:26, 19 September 2011 (UTC) Because it pays of when looping to give all that length solutions, see the break in the loop and compare it to other solution.--Tonyjv 16:10, 20 September 2011 (UTC)