DEV Community

Linked Lists in Python

George Offley on July 28, 2017

While developing software we all look for the best ways to structure our data.Today I want to explore one the ways in which we can better structu...
Collapse
 
singhpratyush profile image
Pratyush Singh

It was nice to read this blog.

I maintain a repository that contains popular data structures and algorithms and we have an implementation of linked list there. I think that printing strategy used in the code might be of your interest.

Cheers!