X Tutup
The Wayback Machine - https://web.archive.org/web/20200916130857/https://github.com/TheAlgorithms/C/issues/561
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

[FEATURE] Segment tree #561

Closed
vakhokoto opened this issue Jul 7, 2020 · 0 comments · May be fixed by #562
Closed

[FEATURE] Segment tree #561

vakhokoto opened this issue Jul 7, 2020 · 0 comments · May be fixed by #562
Labels

Comments

@vakhokoto
Copy link

@vakhokoto vakhokoto commented Jul 7, 2020

I can't find segment tree implementation on the repository so I will write that.

Detailed Description

You can find detailed description on those links:
English: https://www.geeksforgeeks.org/segment-tree-set-1-sum-of-given-range/
Russian: https://e-maxx.ru/algo/segment_tree

Context

Context in which this data structure can be used is when answers on huge query segment is needed and also this segment need to be updated.

Possible Implementation

@vakhokoto vakhokoto changed the title Hamilton cycle dynamic sollution [FEATURE] Segment tree Jul 7, 2020
@kvedala kvedala linked a pull request that will close this issue Jul 11, 2020
0 of 7 tasks complete
Lakhan-Nad added a commit to Lakhan-Nad/C that referenced this issue Aug 18, 2020
@Lakhan-Nad Lakhan-Nad mentioned this issue Aug 18, 2020
7 of 7 tasks complete
@kvedala kvedala linked a pull request that will close this issue Aug 18, 2020
7 of 7 tasks complete
@kvedala kvedala closed this in #595 Sep 9, 2020
kvedala pushed a commit that referenced this issue Sep 9, 2020
* Feature: Added segment_trees Closes #561

* doc: documentation improved and explanations added

* updating DIRECTORY.md

* doc: changes in documentation

* doc: suggested doc changes and int types changed

* update: doc change for main function

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.
X Tutup