Quick A: "Inplace" can deal with overlapping ranges, but will take either more space or more time.
Today on StackOverflow:
Difference between
std::merge
andstd::inplace_merge
?What is the difference between
std::merge
andstd::inplace_merge
in terms of complexity and result when it is executed on two consecutive ranges with elements that are all different ? (I am not a native english speaker and I am not sure to clearly understand what "inplace" means)
Add a Comment
Comments are closed.