Hi Dr. Larmore, Here is a copy for the "DIVIDEANDCONQUER" quicksort. I figure it can help the grader, if she verifies it is correct :) Hope all is well, James On 10/12/05, james oravec wrote: > > Hi Dr. Larmore, > Try the following code :) I believe it should shed light on everything. I > found a base code of quicksort online, I had to make a lot of adjustments to > make it work the way we wanted however it now works with chars and to my > knowledge works correctly :) > There may be a lot of excess code however the troubleshooting code became > the final code for me :) > Hope all is well, > James > On 10/12/05, Lawrence L Larmore wrote: > > > > Argh! It's in the beginning! :-( > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ! Lawrence L. Larmore, Professor Office: TBE B378B ! > > ! Department of Computer Science email: larmore@cs.unlv.edu ! > > ! University of Nevada at Las Vegas Phone: (702) 895-1096 ! > > ! P.O. Box 454019 Dept: (702) 895-3681 ! > > ! Las Vegas, NV 89154-4019 FAX: (702) 895-2639 ! > > ! Home Page http://www.cs.unlv.edu/~larmore ! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > On Wed, 12 Oct 2005, james oravec wrote: > > > > > Date: Wed, 12 Oct 2005 16:23:07 -0700 > > > From: james oravec > > > To: Lawrence L Larmore > > > Subject: Issue With Quick Sort Example Online? > > > > > > Hi Dr. Larmore, > > > I was looking at your example online and comparing it to my notes. > > > In your left sublist that is bright red it should be <= the cut value. > > The > > > example however has "I" in the left subarray when "H" is the cut > > value. > > > Since we have "...G H I ..." in the alphabet this should not happen > > correct? > > > PLMK. > > > Thanks, > > > James > > > > > > > > >