Skip to main content

6 docs tagged with "Segment Tree"

View all tags

Fancy Sequence

This document provides a solution where we need to Write an API that generates fancy sequences using the append, addAll, and multAll operations.

Range Sum Query 2D - Mutable

Given a 2D matrix, handle multiple queries of the following types - updating the value of a cell and calculating the sum of elements inside a rectangle defined by its upper left and lower right corners.