String Concatenation O(n^2) (was: Re: Explaining Implementing a Binary Search Tree.)

Alex Elder alexelder at gmail.com
Mon Jun 16 14:07:38 EDT 2008


I found this article useful when dealing with strings in Python:

        http://www.skymind.com/~ocrow/python_string/

It may help squeeze some more time out of your code. 8-)

Alex.



More information about the Python-list mailing list