-
Notifications
You must be signed in to change notification settings - Fork 269
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
Nd Fenwick tree(BIT) #495
base: main
Are you sure you want to change the base?
Nd Fenwick tree(BIT) #495
Conversation
Is it possible to generalise BIT further to n dimensions? You might need to brainstorm to figure out the implementation. |
Alright , i will read about it ant try ,but the main problem as i said new classes doesn't included in the library so i can't make tests, is there any place i can discuss my problem? |
You have to include your class in |
I finished 2d version , now i can add n dimensions version after thinking about its implementation. |
Do it in this PR. |
I added it and make tests and everything alrought . |
Remove 2d one and leave general one if you want. |
The structure looks good. I will review it on Sunday or next Sunday most probably. Feel free to work on other things meanwhile. |
I added BIT-2D issue #377
i will add descriptions to code for doc.
i have a problem , i can't import the BIT2D from test files after i added BIT2d allready in
binary_trees.py
,despite reinstalling the library after editing.