Data Structures and Algorithms - Hanoi College of Industry - 6
Input: L // is a variable of type list containing a list x /* is the search key and has a data type that matches the lists key field*/ Process: Step 1: Consider the cases. - If the list is empty ( Empty function 1): Report empty list and return(-1) - If the list is not empty, go to step 2. Step 2: ...












