| Main Page | Introduction | History | Preliminary | Algorithms | Applet | References |

                                

____________________________________________________________________________________

Introduction

The measure of areas of sets is fundamental problem in mathematical and Computational Geometry. It is straightforward to see that  calculating areas of polygons in the plane can be done in linear time, even for the following problems: 

 

Fig. 1

can be solved optimally in linear time. But how quickly can we measure the areas of  P1 and P2? So our solution here, is to present a simple and practical data structure for storing the partial sum's areas, so that after linear amount of preprocessing, P1 can be gotten in constant time.  

 

  Fig.2

__________________________________________________________________________________

                                

| Main Page | Introduction | History | Preliminary | Algorithms | Applet | References |