Skip to content

Chauwaj/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DataStructures

This is a linked list implimentation. its supports the following methods: *Append item to linked list *Insert item at specific position *Delet item in linked list *Search for item in linked list

  • Get index for specific item in list All you need to do to test this is to download or copy the code and run it in any python intepreter. Create an instance of the list class as in " My_list = LinkedList(). Then use the dot operation to access the methods. Remember that some methods will expect input vvalues. For example, if you are inserting a value you can write something like My_linked list.insertNode(3,8) which means insert value 3 at position 8:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published