The worst case time complexity of remove method in linked list based implementationof ADT sorted list is O(n) . The worst case would be when you have to remove the element that is placed at the end.So we have to traverse the whole list and reach upto that node then remove that node or element.
Remedial maintenance (corrective maintenance) Maintenance that is performed after a fault, in hardware or software, has been found, in order to correct that fault.