[Cs3] CS3 Time Complexity

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Sep 16 16:12:29 EDT 2021


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


More information about the cs3 mailing list