Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segment Tree implementation in different languages #29

Open
2 tasks done
PranayB003 opened this issue Dec 21, 2021 · 7 comments
Open
2 tasks done

Segment Tree implementation in different languages #29

PranayB003 opened this issue Dec 21, 2021 · 7 comments

Comments

@PranayB003
Copy link
Contributor

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.

  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
@PranayB003
Copy link
Contributor Author

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

@vishnu921
Copy link
Contributor

I would like to implement in python.

@vidit21srivastava
Copy link
Contributor

I would like to implement in Java.

@ag278 ag278 added syn-easy and removed syn-medium labels Dec 27, 2021
@ag278
Copy link
Collaborator

ag278 commented Dec 27, 2021

Assigned the issue to @vidit21srivastava in java

@ag278
Copy link
Collaborator

ag278 commented Dec 27, 2021

Assigned the issue to @vishnu921 in python

@ag278
Copy link
Collaborator

ag278 commented Dec 27, 2021

Assigned the issue to @PranayB003 in C++

@vidit21srivastava
Copy link
Contributor

@ag278 kindly review my PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants