[Solved] Python Linked list minimum value

Answering this specifically would be difficult without knowing the specifics of your node implementation, and as this is almost certainly a homework problem wouldn’t be sporting anyway. What you want to do is go through each element of the list, and compare it to the Min you have. If it’s higher, then just go to … Read more