Brian Behnke wrote: > Hello Dr. Nesterenko, > > This is the requested email reminder to look into the std::move() vs > copy, Okay, that I no longer remember what it was about > and the list sort() algorithm time complexity. list.sort() does the list sorting in NLogN complexity. So it is an efficient sort. Thanks, -- Mikhail