Skip to content

Latest commit

 

History

History

08-segment-tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Unit 8: Segment Tree

This unit covers two types of Segment Trees, namely regular and lazy, and how to solve classical dynamic range query problems. Complementary notes can be found in section 2.4.3 of the book Competitive Programming 3.

Prerequisites

Practice problems

Easy

Less easy

Not easy