Dynamic rectangular intersection with priorities - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Dynamic rectangular intersection with priorities

Description:

IP address. block. Forward to Interface A. Forward to Interface B. block & report to Bill ... Constant number of links and cuts. Summary. Containment tree C ... – PowerPoint PPT presentation

Number of Views:22
Avg rating:3.0/5.0
Slides: 17
Provided by: hai2
Category:

less

Transcript and Presenter's Notes

Title: Dynamic rectangular intersection with priorities


1
Dynamic rectangular intersection with priorities
  • K, Molad, Tarjan

2
Related classical problem Range reporting
Given a set of intervals S on the line,
preprocess them to build a structure that allows
efficient queries of the from Given a point x
find all intervals containing it.
3
Range reporting priorities
Given a set of intervals S on the line, each with
priority assigned to it, build a structure that
allows efficient queries of the from Given a
point x find interval with minimum priority
containing it.
Updates insert or delete an interval
5
9
1
7
0
4
Motivation Packet classification
Forward to Interface A
Forward to Interface B
block
block report to Bill
IP address
5
Nested intervals, ip prefixes
IP address
190.1.0.0
190.0.0.0
190.0.1.0
190.0.2.255
190.0.255.255
190.1.255.255
6
Extension to 2D
  • Query point in R2
  • (Sender IP, receiver IP)
  • interval rectangle with priority

5
9
7
7
One dimensional data structure for nested
intervals
4
5
9
2
1
7
2
8
Nested Intervals
4
5
9
2
1
7
2
Containment tree The parent of interval v is the
smallest interval containing v
7
2
1
2
9
5
4
9
Nested Intervals
4
5
9
2
1
7
2
7
2
1
Query Starting node s smallest interval
containing the query point Relevant priorities
are on the path from s to the root.
2
9
5
Problem path may be long
4
10
Hey, dynamic trees know how to do that
4
5
9
2
1
7
2
We can use a dynamic tree to represent the
containment tree.
7
2
1
Problem Updates gt Many cuts links
2
9
5
4
11
Insert
12
Binarization
4
5
9
2
1
7
2
7
2
1
2
9
5
4
13
Insert (Cont.)
Constant number of links and cuts
14
Summary
  • Containment tree C
  • Query min cost on path from starting point to
    root
  • Represent C by binarized version B
  • Represent B by dynamic tree D
  • How do you find the point to start the query ?
  • How do you find the edges to cut ?

15
How do you start the query ?
4
2
5
9
1
7
2
Use a balanced search tree on the endpoints
7
1
9
16
query (cont)
4
2
5
9
1
7
2
7
1
9
Write a Comment
User Comments (0)
About PowerShow.com