Hivestack interview question

They asks some basic questions about data structures and big-O notation of several algorithms.

Interview Answer

Anonymous

29 Jan 2020

I describes the working of a LinkedList. Explanation of a merge-sort with big-O complexity = O(nLogn)

1