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

Chris Angelico rosuav at gmail.com
Fri May 24 04:12:45 EDT 2013


On Fri, May 24, 2013 at 6:04 PM,  <lokeshkoppaka at gmail.com> wrote:
> i need to write a code which can sort the list in order of 'n' without use builtin functions
> can anyone help me how to do?
> --
> http://mail.python.org/mailman/listinfo/python-list

http://lmgtfy.com/?q=sorting+algorithm
http://www.catb.org/esr/faqs/smart-questions.html

ChrisA



More information about the Python-list mailing list