http://ickivrg5jucpkdfw5d6qeja6srtpox7yofkyygc44gnwbpj2tf2mekqd.onion
Question 1 (10 marks) Your task is to implement the following function in the file q1/q1.c : struct node * listDeleteNth ( struct node * list , int n ); The function takes a linked list and an index n , deletes the value at index n , and returns the updated list. If n is not a valid index of the list, then the function should simply return the given list.