What is the structure for the delete function in linkedlist?

its our project can you help me
Depends on how you implemented it. But in general, you delete the first node, and each node deletes the node following it.
Topic archived. No new replies allowed.