Skip to content

BazNick/Doubly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Doubly-Linked-List

Doubly Linked List impelementation in Python 3 In this implementation I have following methods:

  • Checking size of a Doubly Linked List;
  • Checking if List is empty;
  • Creating/Adding elements in the List;
  • Displaying full List;
  • Displaying List in reverse order;
  • Searching elements;
  • Adding to the beginning of a List;
  • Adding in random position;
  • Removing/Deleting the element;

About

Doubly Linked List impelementation in Python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages