ac-library-rs
ac-library-rs copied to clipboard
Implement FromIterator for Lazy/Segtree and improve performance
I implemented FromIter for Segtree and LazySegtree. Additionally, I improved a bit the performance of creating a segtree from Vec by reusing the allocated space if applicable.
Probably good, checking...
@koba-e964 Could you check the PR if you have a time? It's is very good if we can have this by the AtCoder Language Update.