code_problems icon indicating copy to clipboard operation
code_problems copied to clipboard

Add segment tree data structure in C++

Open ManasUniyal opened this issue 5 years ago • 1 comments

@larissalages can you assign me to the task of adding segment tree data structure, it's explanation and some of it's code like -

  • Range sum
  • Maximum element in a range with it's frequency
  • Inversion count using segment tree
  • Binary search on tree to find the element greater than K elements
  • Range update (Lazy propagation)

I would even like to create a README.md file explaining a bit about segment trees.

ManasUniyal avatar Oct 08 '20 19:10 ManasUniyal

Sure! Thanks @ManasUniyal !

larissalages avatar Oct 11 '20 17:10 larissalages