Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Welcome Guest | Log In | Register | Benefits
Channels ▼
RSS

Embedded Systems

An Algorithm for Compressing Space and Time


April, 2006: An Algorithm for Compressing Space and Time

Figure 3: Why a simple recursive algorithm will not work. The black outer square represents the area of a node; the four red inner squares are the subnodes. I want to calculate the area of the blue inner square in the next generation, but the inner squares of the subnodes are the green squares, which cannot be combined to form the blue inner square because they do not overlap it.


Related Reading


More Insights




Deirdre Blake

No, it should contain a bunch of Java classes.Try
the sourcecode link I've inserted at the bottom of page 2 (and please do let me know if it won't open for you).

ninjacoding

compress.zip seems to be only composed of the table of contents is that what is intended?