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

Fenwick (Binary Indexed Tree) #1535

Closed
st235 opened this issue Oct 1, 2020 · 7 comments
Closed

Fenwick (Binary Indexed Tree) #1535

st235 opened this issue Oct 1, 2020 · 7 comments
Labels

Comments

@st235
Copy link

st235 commented Oct 1, 2020

There are no such data structures as Fenwick tree. Fenwick (or Binary Indexed Tree) is a data structure that can efficiently update elements and calculate prefix sums in a table of numbers.

Read more here: https://en.wikipedia.org/wiki/Fenwick_tree

@Rohanfizz
Copy link

I would like to solve this, can u please assign this to me?
Peace :-)

@st235
Copy link
Author

st235 commented Oct 8, 2020

@Rohanfizz hi 👋

I have already solved it in this PR - #1536 🙂

@Rohanfizz
Copy link

can you please give me some other issue..I dont know anything in dev in a competetive programmer and i like problem solving, so im having trouble participating in hackoctober fest :'(

@stale
Copy link

stale bot commented Mar 20, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 20, 2021
@st235
Copy link
Author

st235 commented Mar 21, 2021

anybody would like to review this?

@stale stale bot removed the stale label Mar 21, 2021
@stale
Copy link

stale bot commented Jun 4, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 4, 2021
@stale
Copy link

stale bot commented Jun 20, 2021

Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!

@stale stale bot closed this as completed Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants