ac-library-rs
ac-library-rs copied to clipboard
Use `Zero` trait for Fenwick Tree
The Zero trait, originally in internal_type_traits, was moved to a new public module num_traits, so that we do no longer need to specify the additive identity 0 when creating a new Fenwick Tree.
This will help many other improvement be done:
- #103