It's been a while since I've been on this site, but now I return asking for help to get ready for a midterm.
As the title suggests, I need help with singly linked lists. I need some basic basic code (not for an assignment) to help me write an add, delete and locate an node via the singly linked list.
If you've written the code and you aren't able to reproduce it, then you aren't really learning it. You are just memorizing it long enough to copy and paste it.
I mean a singly linked list is probably one of the most simplest data structures out there. You have a node that only knows where one other node is, creating a sort of chain.