-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
@ag278 @Rj-coder-iitian i would like to solve this in C++ if this issue is accepted |
I would like to implement in python. |
I would like to implement in Java. |
Assigned the issue to @vidit21srivastava in java |
Assigned the issue to @vishnu921 in python |
Assigned the issue to @PranayB003 in C++ |
2 tasks
@ag278 kindly review my PR |
vidit21srivastava
added a commit
to vidit21srivastava/Beta-Algo
that referenced
this issue
Dec 29, 2021
2 tasks
vidit21srivastava
added a commit
to vidit21srivastava/Beta-Algo
that referenced
this issue
Dec 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
YesPlease answer the following questions for yourself before submitting an issue.
The text was updated successfully, but these errors were encountered: