Singly Linked List Implementation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Singly Linked List Implementation

Can someone give me a sample code for a singly linked list implementation. The Linked List should have the following functionality: -add a node to the front, middle and back of the linked list -traverse the linked list from the front to back -removed item from front, middle and back of the list

22nd Jul 2018, 8:28 AM
Symon
Symon - avatar
1 Answer
+ 6
Figuring out the missing functionalities would be a good practice for you. https://www.sololearn.com/learn/685/?ref=app
22nd Jul 2018, 9:08 AM
Hatsy Rei
Hatsy Rei - avatar