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
- Host: GitHub
- URL: https://github.com/mikelane/linked-list
- Owner: mikelane
- Created: 2019-05-23T15:57:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T16:51:57.000Z (about 7 years ago)
- Last Synced: 2025-01-24T16:11:18.549Z (over 1 year ago)
- Topics: algorithms, algorithms-datastructures, data-structures, object-oriented-programming, oop, poetry, pytest, python, python3, tdd, test-driven-development
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.