Skip to content

SamarpanCoder2002/Singly-Link-List-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Singly-Link-List-Visualizer

I made a simple Singly Linked List Visualizer in python using Tkinter. Some of the functionality of Singly Link List I made here, they are:

1.Insert node at first
2.Insert node at last
3.Insert Node after a particular node
4.Delete node from first
5.Delete node from last
6.Delete a particular node

Learning Data Structure as well as possible, really inspires me to do that project. Through this functionality of that Link List, I want to make visualization of the logic of all that methods.

Project demo video link ---> https://youtu.be/Tv2Pba1dwNY

About

I made a Singly Linked List Visualizer in python with almost 6 functionalities.....Check README.MD File of that repo to know more...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages