[Chicago] Not exactly a solution, but....

Lewit, Douglas d-lewit at neiu.edu
Mon Jun 15 09:29:32 CEST 2015


I sort of got my mergeSort program to work, but the problem is that the
algorithm isn't really mergeSort at all!  It uses merge, but my algorithm
is iterative rather than recursive, so it's not really a mergeSort.  It's a
merge-something, but not true mergeSort.  Oh well.  Any suggestions?
Thanks!

Best,

Douglas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20150615/3ad294b5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Merge.py
Type: text/x-python-script
Size: 1287 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/chicago/attachments/20150615/3ad294b5/attachment.bin>


More information about the Chicago mailing list