Please, answer me on this question, what is the fastest sorting algorithm. Just the one that will sort a list of ints from random order to sorted one. I heared a lot about algo complexity and a lot of other algorithms (but never ever finsided my course), so what algo should I use for faster performance? should it be multhithreaded somehow? Thank you