Synergise-IIT-Bhubaneswar / Beta-Algo

MIT License
0 stars 12 forks source link

Segment Tree implementation in different languages #29

Open PranayB003 opened 2 years ago

PranayB003 commented 2 years ago

Proposal

Implement segment tree methods in different languages.

Describe the solution you'd like

Implement the initialisation, update, and query methods for segment tree, and implementing the concepts of lazy propagation and persistence after the previous 3 methods have been implemented

Have you read the Contributing Guidelines on Pull Requests?

Yes

Please answer the following questions for yourself before submitting an issue.

PranayB003 commented 2 years ago

@ag278 @Rj-coder-iitian i would like to solve this in C++ if this issue is accepted

vishnu921 commented 2 years ago

I would like to implement in python.

vidit21srivastava commented 2 years ago

I would like to implement in Java.

ag278 commented 2 years ago

Assigned the issue to @vidit21srivastava in java

ag278 commented 2 years ago

Assigned the issue to @vishnu921 in python

ag278 commented 2 years ago

Assigned the issue to @PranayB003 in C++

vidit21srivastava commented 2 years ago

@ag278 kindly review my PR