DEV Community

Discussion on: Day 49 Of 100DaysOfCode: Advanced Linked List

Collapse
 
otumianempire profile image
Michael Otu

I was looking at this code, from yesterday, dev.to/iamdurga/day-48-of-100dayso...

On day 48, the Node objects were created outside and passed to the SLinkedList but here, you pass the data and a new Node is created when you call push..

So far so good.. thumbs up..