Re: "Reverse Doubling List", is there another name?
- From: torbenm@xxxxxxxxxxxxx (Torben Ægidius Mogensen)
- Date: 21 Nov 2005 14:24:49 +0100
cdiggins@xxxxxxxxxxxx writes:
> I am using a abstract data type, which is a linked list of arrays, each
> one twice as big as the next. Does anyone know if this data-type
> pre-exists under a different name than "reverse doubling list"?
I haven't heard this name. Why "reverse"? I don't recall any
specific short name, actually.
> I've discovered that this data type has the property O(1) growth in the
> average and worst case, and the property of O(1) indexing in the
> average case and O(LogN) in the worst case. Is this a noteworthy
> observation, or is it common knowledge amongst theoretical computer
> scientists?
This is common knowledge, and the technique is used quite often.
Torben
.
- Follow-Ups:
- Re: "Reverse Doubling List", is there another name?
- From: cdiggins
- Re: "Reverse Doubling List", is there another name?
- References:
- "Reverse Doubling List", is there another name?
- From: cdiggins
- "Reverse Doubling List", is there another name?
- Prev by Date: O-notation
- Next by Date: Re: "Reverse Doubling List", is there another name?
- Previous by thread: "Reverse Doubling List", is there another name?
- Next by thread: Re: "Reverse Doubling List", is there another name?
- Index(es):
Relevant Pages
|