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

[Data Structure] Fenwick Tree [CPP] #214

Closed
chawin-a opened this issue Oct 3, 2018 · 3 comments · Fixed by #217
Closed

[Data Structure] Fenwick Tree [CPP] #214

chawin-a opened this issue Oct 3, 2018 · 3 comments · Fixed by #217
Assignees

Comments

@chawin-a
Copy link
Contributor

chawin-a commented Oct 3, 2018

https://en.wikipedia.org/wiki/Fenwick_tree

I want to implement this data structure in cpp.

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #47 ([Data Structure] AVL Tree [C]), #56 ([Data Structure] Queue [C]), #50 ([Data Structure] AVL Tree [Python]), #53 ([Data Structure] Binary Search Tree [C]), and #49 ([Data Structure] AVL Tree [Java]).

@sangamcse sangamcse added enhancement New feature or request lang/C labels Oct 3, 2018
@abhishalya
Copy link

I could implement this :)
Can you assign this issue to me?

@sangamcse
Copy link
Member

@abhishalya, @nick41746 asked for the assignment first.

sangamcse pushed a commit to chawin-a/Algorithms that referenced this issue Oct 29, 2018
sangamcse pushed a commit to chawin-a/Algorithms that referenced this issue Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants