SlideShare a Scribd company logo
Design and Analysis of Algorithms
(CS345/CS345A)

Lecture 6
Augmented BST for
• Dynamic sequences
• Orthogonal range searching
1
The fundamental question we answered in last
class
Question: What makes BST pervasive in the world of data structures ?
Answer: Augmentation : “storing extra fields at each node”
: Additional information
DATA STRUCTURES FOR
DYNAMIC SEQUENCES

3
Dynamic Sequence

OR
OR

4
Representing sequence using a BST

: size field
8

3

4

1

2

1
1

1
u

6
T

We need to do the
rebalancing of
height later on.

7
Example 2: sequence of numbers

8
Performing Add(T,i,j,x)

View the entire tree T from
perspective of the paths from i
and j to the root.
How will T look like ?

LCA(i,j)

j
i

T
9
Performing Add(T,i,j,x)

What are the nodes whose values
has to be incremented by x ?

LCA(i,j)

j
i

T
10
Performing Add(T,i,j,x)

What are the nodes whose values
has to be incremented by x ?

LCA(i,j)

j
i

T
11
Performing Add(T,i,j,x)

What are the nodes whose values
has to be incremented by x ?

LCA(i,j)

j
i

T
12
Performing Add(T,i,j,x)

13
Key observations about the data structure

14
Homework

15
Example 2: sequence of bits

16
Example 3: sequence of numbers

17
ORTHOGONAL RANGE SEARCHING

Hopefully you have got a fair amount of understanding of augmenting a
BST by now. Think over this problem for a while before proceeding
further.

18
Orthogonal Range searching

Rectangle

No. of points in
query rectangle

19
Orthogonal Range searching

Rectangle

20
Orthogonal Range searching

21
LCA

T
22
• Binary search tree on x-coordinates

LCA

T
23
• Binary search tree on x-coordinates

LCA

T
24
• Binary search tree on x-coordinates

LCA

T
25
How should we augment each node?
Augment each node v with
a pointer to another BST
storing all points of T(v)
according to y-oordinates.

value
Color-bit
Y-tree

left

right
v

BST storing
T(v)
according to
y-coordinate

26
LCA

T
27
Homework

28
Space of the data structure

1
2
3
4
...
...

T
BST before augmentation

29
Space of the data structure

...

...

T
BST before augmentation

30
Total time to build the data structure

p

31

More Related Content

PDF
presentation
PPTX
Big o notation
PPTX
Data Applied: Clustering
PDF
FINDING FREQUENT SUBPATHS IN A GRAPH
PDF
20181204i mlse discussions
PPTX
Programming in python
PDF
Lecture50
PPT
Lecture 28
presentation
Big o notation
Data Applied: Clustering
FINDING FREQUENT SUBPATHS IN A GRAPH
20181204i mlse discussions
Programming in python
Lecture50
Lecture 28

What's hot (18)

PPTX
Big o notation
PPT
Snm Tauctv
PDF
Tech appendix
PDF
9 a01701 finite element methods in civil engineering
PPTX
Integration
PDF
Generalized Notions of Data Depth
PPTX
Lent Matlab H Ss
PDF
Principal Component Analysis
PDF
2020 1학기 정기스터디 1주차
PPTX
Algorithms 101 for Data Scientists
PDF
Lecture 5 Relationship between pixel-2
PDF
R Packages for Time-Varying Networks and Extremal Dependence
PPTX
R and Visualization: A match made in Heaven
PDF
I Don't Want to Be a Dummy! Encoding Predictors for Trees
PDF
Introduction to R Graphics with ggplot2
PDF
Bringing personalisation to data discovery, Learning to Rank 101 by Pere Urbo...
PPTX
Lgm saarbrucken
Big o notation
Snm Tauctv
Tech appendix
9 a01701 finite element methods in civil engineering
Integration
Generalized Notions of Data Depth
Lent Matlab H Ss
Principal Component Analysis
2020 1학기 정기스터디 1주차
Algorithms 101 for Data Scientists
Lecture 5 Relationship between pixel-2
R Packages for Time-Varying Networks and Extremal Dependence
R and Visualization: A match made in Heaven
I Don't Want to Be a Dummy! Encoding Predictors for Trees
Introduction to R Graphics with ggplot2
Bringing personalisation to data discovery, Learning to Rank 101 by Pere Urbo...
Lgm saarbrucken
Ad

Viewers also liked (20)

PPTX
Lecture 7-cs345-2014
PPTX
Panic Cord
PPSX
Slide Presentasi Stars United Network 2007
PDF
tabel comparativ programatori omfp 835 2015
PDF
PPTX
Gators group softchalk presentation (1)
PDF
إشراقات الإسراء ج2
PPTX
Topelite storm impatica_final_presentation (1)
PDF
كيف تكون داعيا إلى الله على بصيرة
PPTX
Agile2014 Briefing Deck
PPTX
PDF
المجاهدة للصفاء والمشاهدة
PPTX
Navigating The Digital Space
PDF
Cbse class-12-maths-question-paper-2012
PDF
PhDThesisPDF_MichaelMartin
PDF
موازين الصادقين لفضيلة الشيخ فوزى محمد أبوزيد
PPTX
28 m. ilham_syabani_xrpl1_tutorial_kabel_utp
PPT
Personal learning network fatima
PDF
الولاية والأولياء لفضيلة الشيخ فوزى محمد أبوزيد
PPTX
Legarabato
Lecture 7-cs345-2014
Panic Cord
Slide Presentasi Stars United Network 2007
tabel comparativ programatori omfp 835 2015
Gators group softchalk presentation (1)
إشراقات الإسراء ج2
Topelite storm impatica_final_presentation (1)
كيف تكون داعيا إلى الله على بصيرة
Agile2014 Briefing Deck
المجاهدة للصفاء والمشاهدة
Navigating The Digital Space
Cbse class-12-maths-question-paper-2012
PhDThesisPDF_MichaelMartin
موازين الصادقين لفضيلة الشيخ فوزى محمد أبوزيد
28 m. ilham_syabani_xrpl1_tutorial_kabel_utp
Personal learning network fatima
الولاية والأولياء لفضيلة الشيخ فوزى محمد أبوزيد
Legarabato
Ad

Similar to Lecture 6-cs345-2014 (20)

PDF
Binary Search Tree (BST) Explained Step-by-Step
PDF
Physics for Game Programmers: Spatial Data Structures
PDF
Binary search tree with pre-order inorder and postorder
PPTX
BST binary search tree with tree traversals.pptx
PDF
Advanced Data Structures And Algorithms Roadmap By ScholarHat PDF
PDF
Binary search tree operations
PPTX
TREES_FINAL in data structure binary search tree.pptx
PPTX
Binary Search Tree for design and analysis
DOC
Data structure-questions
PPTX
Data- Structures-Binary-Search-Trees.pptx
PPTX
Data structures and Algorithm analysis_Lecture4.pptx
PPTX
Binary_Search_Tree_Presentation.pptxjjwjejjejje
PDF
02_balanced_trees for pitt dsa yayay.pdf
PPT
Lecture 7-BinarySearchTrees.ppt
PPTX
UNIT 2 TREES & GRAPH COMPLETE NOTES OF DATA STRUCTURE
PDF
8 chapter4 trees_bst
PPTX
Mca iii dfs u-4 tree and graph
DOC
Technical questions
PPTX
presentation 1 binary search tree in data structures.pptx
Binary Search Tree (BST) Explained Step-by-Step
Physics for Game Programmers: Spatial Data Structures
Binary search tree with pre-order inorder and postorder
BST binary search tree with tree traversals.pptx
Advanced Data Structures And Algorithms Roadmap By ScholarHat PDF
Binary search tree operations
TREES_FINAL in data structure binary search tree.pptx
Binary Search Tree for design and analysis
Data structure-questions
Data- Structures-Binary-Search-Trees.pptx
Data structures and Algorithm analysis_Lecture4.pptx
Binary_Search_Tree_Presentation.pptxjjwjejjejje
02_balanced_trees for pitt dsa yayay.pdf
Lecture 7-BinarySearchTrees.ppt
UNIT 2 TREES & GRAPH COMPLETE NOTES OF DATA STRUCTURE
8 chapter4 trees_bst
Mca iii dfs u-4 tree and graph
Technical questions
presentation 1 binary search tree in data structures.pptx

More from Rajiv Omar (20)

PPTX
Lecture 14-2013
ODP
Lecture 2-cs648
PPTX
Lecture 15
PPTX
Lecture 16
PPTX
Lecture 13-cs648
PPTX
Lecture 14-cs648-2013
PPTX
Lecture 17-cs648
PPTX
Lecture 18-cs648
PPTX
Lecture 19-cs648
PPTX
Lecture 20-cs648
PPTX
Lecture 22-cs648
PPTX
Lecture 3-cs648
PPTX
Lecture 4-cs648
PPTX
Lecture 5-cs648
PPTX
Lecture 6-cs648
PPTX
Lecture 7-cs648
PPTX
Lecture 8-cs648-2013
PPTX
Lecture 9-cs648-2013
PPTX
Lecture 1-cs648
PPTX
Lecture 10-cs648=2013
Lecture 14-2013
Lecture 2-cs648
Lecture 15
Lecture 16
Lecture 13-cs648
Lecture 14-cs648-2013
Lecture 17-cs648
Lecture 18-cs648
Lecture 19-cs648
Lecture 20-cs648
Lecture 22-cs648
Lecture 3-cs648
Lecture 4-cs648
Lecture 5-cs648
Lecture 6-cs648
Lecture 7-cs648
Lecture 8-cs648-2013
Lecture 9-cs648-2013
Lecture 1-cs648
Lecture 10-cs648=2013

Recently uploaded (20)

PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Machine learning based COVID-19 study performance prediction
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
KodekX | Application Modernization Development
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Approach and Philosophy of On baking technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
sap open course for s4hana steps from ECC to s4
MYSQL Presentation for SQL database connectivity
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Machine learning based COVID-19 study performance prediction
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Electronic commerce courselecture one. Pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Digital-Transformation-Roadmap-for-Companies.pptx
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25 Week I
KodekX | Application Modernization Development
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Programs and apps: productivity, graphics, security and other tools
Mobile App Security Testing_ A Comprehensive Guide.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
sap open course for s4hana steps from ECC to s4

Lecture 6-cs345-2014