[Patches] [ python-Patches-544113 ] merging sorted sequences
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 30 Jul 2002 05:31:10 -0700
Patches item #544113, was opened at 2002-04-15 13:42
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=544113&group_id=5470
Category: Library (Lib)
Group: Python 2.3
Status: Closed
Resolution: Rejected
Priority: 5
Submitted By: Sebastien Keim (s_keim)
Assigned to: Nobody/Anonymous (nobody)
Summary: merging sorted sequences
Initial Comment:
This patch is intended to add to the bisect module a function witch permit to merge several sorted sequences into an ordered list.
----------------------------------------------------------------------
>Comment By: Sebastien Keim (s_keim)
Date: 2002-07-30 14:31
Message:
Logged In: YES
user_id=498191
I must agree that it's not something that is needed everyday, I will put it in the Cookbook.
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2002-07-28 00:23
Message:
Logged In: YES
user_id=6380
Thanks.
This doesn't strike me as a "fundamental" algorithm like
bisection or heap sort. I don't think I've ever needed this,
except perhaps in situations where the amount of data was
small enough that simply concatenating the lists and sorting
them was an acceptable 3-line solution.
Therefore I'm rejecting this unless you get someone of
importance to plead for it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=544113&group_id=5470