Skip to content

That's my doubly linked list sample implementation with some tests

Notifications You must be signed in to change notification settings

shibaeff/DDList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doubly Linked List

Structure

Item class is the base class for the list holder. The list itself is implemented as DoublyLinkedList class.

Tests are stored in the test_doublyLinkedList.py and test_item.py.

About

That's my doubly linked list sample implementation with some tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages