An open API service indexing awesome lists of open source software.

https://github.com/mikelane/linked-list

Pythonic implementations of Linked Lists
https://github.com/mikelane/linked-list

algorithms algorithms-datastructures data-structures object-oriented-programming oop poetry pytest python python3 tdd test-driven-development

Last synced: over 1 year ago
JSON representation

Pythonic implementations of Linked Lists

Awesome Lists containing this project

README

          

# Python Implementations of Various Linked Lists

I decided to take on the project of implementing my version of various types of linked lists. The goal here is to use best practices with regards to OOP, pythonic coding, and Test Driven Development. The hope is that this is a decent example for those looking for linked list implementations as well as OOP and testing in python.