manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Segment Tree #173

Open saloni33 opened 3 years ago

saloni33 commented 3 years ago

🚀 Feature

A segment tree is a data structure used to store information about array segments and answer segment queries efficiently.

Have you read the Contribution Guidelines?

Yes

Pitch

The important and advanced algorithm used in competitive programming.

Assignees

(Do not make changes in this section until asked to do so)
C - @Mudit018 C# -
C++ - @saloni33 Go -
Java -
Javascript -
Kotlin -
Python -

saloni33 commented 3 years ago

@manan025 I would like to contribute for c++

manan025 commented 3 years ago

@saloni33 - Assigned

Mudit018 commented 3 years ago

@manan025 I would like to contribute in c

manan025 commented 3 years ago

@Mudit018 - C

ravi0213 commented 3 years ago

@manan025 I would like to code segment tree in java.