Closed ankur-kayal closed 4 years ago
Can i implement this in c++? @Vishal1003
Sure
Do i implement a simple segment tree ?
Point updates and range queries will do ?
Yes. You can implement a simple segment tree (where we can query on particular range and update certain index in logN time)
can i implement this in java ?
i would like to implement this code . plz assign this to me.
@Vishal1003 Pull request created 👍
Implement Segment Tree in Java/Cpp and explain the algorithm (proper documentation).
Note :
The code should be well commented so that anyone can understand that. Proper documentation should be provided (either edit the readme or create a new md file and add a link in the readme file under relevant header.