Visual Studio Code – Trouble with removing nodes in single linked list
Trouble with single linked list So I was doing the removing node for single linked list, I made 3 functions but somehow it created infinite data although it deletes the data I need. Here is my code: Node delHead(Node head){…