Talk:Odd word problem: Difference between revisions

→‎Explanations: return value restrictions?
(multiple edits)
(→‎Explanations: return value restrictions?)
Line 6:
 
I guess I need to further clarify: this is '''not''' about text processing. Reversing English words and reading/writing a-z is about as unineresting as it can get, just pretend they are some token irreversible action that's potentially very complicated and cannot be simply queued as data, and you need to perform them in certain order depending on the input. In a strict sense, the current python and go code aren't correct, either (passing saved data by return). --[[User:Ledrug|Ledrug]] 22:21, 3 November 2011 (UTC)
:I'm not seeing the problem with the previous Python code. Why not allow returning a character from the recursive function? How is returning a boolean any different that returning a character? —[[User:Sonia|Sonia]] 23:34, 3 November 2011 (UTC)
 
== Other References ==
1,707

edits