Hacker News new | ask | show | jobs
by nyanpasu64 1429 days ago
Is it possible to implement a Fenwick tree using a tree, and support quickly adding and removing items as well as quickly shifting the positions of suffixes?
2 comments

Yes! This is both possible and fairly easy.
Yes.