I was doing this quiz on an online course and one question stated;
The function nlogn + √n + 5 may set to belong to
A: nlogn
B: √n
C: n√n
The quiz said the correct answer is A, but isn't square root of n slower? I am new to finding the time complexity of an algorithm and could use an explanation. Or let me know if the answer is wrong.