Y
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
pjscott
1429 days ago
Yes! This is both possible and fairly easy.
link
kragen
1429 days ago
Yes.
link