Oct-07-2016, 09:44 PM
(Oct-07-2016, 08:32 PM)micseydel Wrote: @[metulburr]: that code is very inefficient, it will run in quadratic time relative to the length of the sequence. If you were iterating over a file with 10000 lines or something that would take much, much longer than it needs to.
Would you explain please, how to determine the efficiency of a code? In the Tutorials may be.