comp.lang.ada
 help / color / mirror / Atom feed
From: ejijott@gmail.com
Subject: Re: Desperatly trying to implement an mergesort algorithm
Date: 4 Nov 2005 08:30:27 -0800
Date: 2005-11-04T08:30:27-08:00	[thread overview]
Message-ID: <1131121827.249591.288510@g14g2000cwa.googlegroups.com> (raw)
In-Reply-To: <873bmcv0vs.fsf@willow.rfc1149.net>

Does the partitioning look proper? With me using A'first and A'last?

mergesort(A(A'first .. middle));
mergesort(A(middle+1 .. A'last));




  reply	other threads:[~2005-11-04 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-04 16:02 Desperatly trying to implement an mergesort algorithm ejijott
2005-11-04 16:22 ` Samuel Tardieu
2005-11-04 16:30   ` ejijott [this message]
2005-11-05  3:33     ` Steve
2005-11-04 18:48 ` Georg Bauhaus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox