Segment tree with deletion

Revision en1, by tbquan08hanoi, 2024-07-08 14:29:59

I have heard about segment trees that can handle delete queries by processing the queries offline and creating a segment tree over the timeline of the queries. Does anyone know about this? (It could be persistent segment tree, but i'm not sure. If the structure above does not exist, please tell me.)

Tags tree, offline query, segment tree, persistent segment tree

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English tbquan08hanoi 2024-07-08 14:29:59 327 Initial revision (published)