Hey guys,
so i'm in the search of a container which fulfill following criteria:
- add elements sorted with a complexity of O(Nlog(size+N))
- erasing elements at position N with a complexity of O(1)
- returning elements at a range from to with a complexity of O(1)
so it's likely almost the same as the sdt::set<T> or sdt::multiset<T> just returning their elements with a given offset should be possible, any idea how to aquire this?
regards






