I was reading about sorted linked lists and unsorted sorted lists ... I found this table http://bigocheatsheet.com/
I do not understand what they mean by saying in the third table that a sorted linked list has Merge of O(m+n)
while an unsorted sorted list has Merge of O(1)
!
What does that mean?
thanks