Skip to content

nelliesnoodles/PythonDLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonDLL

A python double linked list and it's pytest file

As I'm writing blog posts and updating the old code, I've found that I should really have this stored in an extra location. Feel free to use this code if you are experimenting with data structures and wish to see the double linked list in action.

If you decide to tinker with swaping, or changing pointers/ (the next and previous of the node) be prepared to use your Ctrl^c in case an infinite loop occurs. I've done it plenty, and it's easy to accidently do.

Some methods have been totally updated from the previous version found on my old blog, CamelCaseNoodles.

To see the most recent posts and articles, see dev:

part 1: on dev

part 2: on dev

About

A python double linked list and it's pytest file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages