Re: Encoding/decoding ranges of unsigned integers...
- From: Thomas <gauss@xxxxxxx>
- Date: Sun, 21 Aug 2005 03:51:00 +0200
d|dq wrote:
Here is the description of a problem:
Assume you have n integer ranges: [i, j], [k, l], [m, n]...
There is no particular order on the sequence of ranges. There is no gap in any of the ranges.
Is there a smart way to encode these ranges into a representation that would be both compact and efficient to encode/decode.
Before I go about and re-invent the wheel, I would like to know if there is a well known algorithm to accomplish this.
i don't know if this is applicable in your case.
But tag tree coding is quite a common method to encode large arrays of integers. It is for example used in JPEG2000 to encode the packet headers.
.
- References:
- Prev by Date: Re: compressing compressed video
- Next by Date: Re: compressing compressed video
- Previous by thread: Re: Encoding/decoding ranges of unsigned integers...
- Next by thread: compressing compressed video
- Index(es):
Relevant Pages
|