DEV Community

Discussion on: Linked Lists in Python

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!