help how to sort a list in order of 'n' in python without using inbuilt functions??

Chris Angelico rosuav at gmail.com
Sat May 25 02:12:24 EDT 2013


On Sat, May 25, 2013 at 4:05 PM,  <lokeshkoppaka at gmail.com> wrote:
> ya steven i had done the similar logic but thats not satisfying my professor
> he had given the following constrains
>  1. No in-built functions should be used
>  2. we are expecting a O(n) solution
>  3. Don't use count method

And now you finally admit that it's homework.

Solve it yourself, or go to your prof and say that you need help.

ChrisA



More information about the Python-list mailing list