insert(list, node): node.next = list.head; list.head = node; sleep(list.count++);
Performance complexity is spoken to general cases and averages unless indicated otherwise.