Hi, I want to find the middle node of a dubly linked list, I write this two functions but this not works correctly, the compilator stops the execution when I insert most of one values in the list. One function update the middle node and the other shows the middle node