Re: VB6 LISTBOX problem
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 18:06:21 -0400
I'm in the same place, so you're not alone. All but the simplest recursion seems to be something my mind just refuses to hold on
to, even if I study it long enough to figure out how it works in the first place.
Rob
"Mike Williams" <mike@xxxxxxxxxxxxxxxxx> wrote in message news:%23Ew8L7AFIHA.3360@xxxxxxxxxxxxxxxxxxxxxxx
"Steve Gerrard" <mynamehere@xxxxxxxxxxx> wrote in message news:j5adnTd-qY0TGYbanZ2dnUVZ_o2vnZ2d@xxxxxxxxxxxxxx
Funny, I get more confused by the Shell Sort than by the Quick Sort. :)
Yeah. It's weird, that. I can easily understand the basic principle of splitting an array into two parts with a single pass (in
order to approximately half the total sorting time that a "square of n" kind of sort would otherwise require) and to then repeat
that process with another single pass on each of the two halves (in order to half the total time again) and I can easily get it
into my head that if you repeat that process often enough you will eventually arrive at a point where each individual "section"
contains just one item . . . so that you don't actually need to perform a "sort" of the individual sections at all. I could sit
all day with a pack of hundreds of cards and I could effectively manually perform such a sort on them . . .but it's turning that
understanding into a real world algorithm that has me foxed, so I usually just copy somebody else's algorithm :-(
Mike
.
- Follow-Ups:
- Re: VB6 LISTBOX problem
- From: Ralph
- Re: VB6 LISTBOX problem
- References:
- VB6 LISTBOX problem
- From: xx3884@xxxxxxxxxxxxxx
- Re: VB6 LISTBOX problem
- From: mayayana
- Re: VB6 LISTBOX problem
- From: Richard Mueller [MVP]
- Re: VB6 LISTBOX problem
- From: xx3884@xxxxxxxxxxxxxx
- Re: VB6 LISTBOX problem
- From: Mike Williams
- Re: VB6 LISTBOX problem
- From: Ivar
- Re: VB6 LISTBOX problem
- From: Mike Williams
- Re: VB6 LISTBOX problem
- From: MikeD
- Re: VB6 LISTBOX problem
- From: Mike Williams
- Re: VB6 LISTBOX problem
- From: Ivar
- VB6 LISTBOX problem
- Prev by Date: Re: redraw pictureboxes in image????
- Next by Date: Re: OTsort of but not really, Nvidia issue that affects all apps.
- Previous by thread: Re: VB6 LISTBOX problem
- Next by thread: Re: VB6 LISTBOX problem
- Index(es):
Relevant Pages
|